Bump github.com/compose-spec/compose-go from 1.2.8 to 1.10.0 #52

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.10.0 into master
dependabot[bot] commented 2023-02-15 23:01:02 +00:00 (Migrated from github.com)

Bumps github.com/compose-spec/compose-go from 1.2.8 to 1.10.0.

Release notes

Sourced from github.com/compose-spec/compose-go's releases.

v1.10.0

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.9.0...v1.10.0

v1.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.8.2...v1.9.0

v1.8.2

What's Changed

Enhancements

🐛 Fixes

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.8.1...v1.8.2

v1.8.1

What's Changed

Enhancements

... (truncated)

Commits
  • 9936908 Merge pull request #351 from milas/env-extends
  • 8f90dd8 test: fix lint issue from govet
  • 7bcffb7 env: fix path resolution with extends
  • 99db19a Merge pull request #349 from ndeloof/healthCheckMerge
  • 3678527 don't override healthcheck test with unset test command
  • 02f24e9 Merge pull request #348 from ndeloof/muliple-env-files
  • a3b22bd support mulitple env-files to be set
  • cb8843f Merge pull request #346 from ezradiniz/bugfix/load-service-with-extends-build...
  • ddc8c41 Merge pull request #338 from ndeloof/ResolveServicesEnvironment
  • a30b5f7 introduce ResolveServicesEnvironment and resolve service environment AFTER pr...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/compose-spec/compose-go](https://github.com/compose-spec/compose-go) from 1.2.8 to 1.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/compose-spec/compose-go/releases">github.com/compose-spec/compose-go's releases</a>.</em></p> <blockquote> <h2>v1.10.0</h2> <h2>What's Changed</h2> <ul> <li>support mulitple env-files to be set by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/348">compose-spec/compose-go#348</a></li> <li>don't override healthcheck test with unset test command by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/349">compose-spec/compose-go#349</a></li> <li>env: fix path resolution with <code>extends</code> by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/351">compose-spec/compose-go#351</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.9.0...v1.10.0">https://github.com/compose-spec/compose-go/compare/v1.9.0...v1.10.0</a></p> <h2>v1.9.0</h2> <h2>What's Changed</h2> <ul> <li>validate healthcheck is well configured by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/340">compose-spec/compose-go#340</a></li> <li>sync compose-spec by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/339">compose-spec/compose-go#339</a></li> <li>provide diagnostic message as we fail to parse some env file by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/342">compose-spec/compose-go#342</a></li> <li>automate compose-spec schema updates by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/341">compose-spec/compose-go#341</a></li> <li>add kompose to the list of projects using compose-go by <a href="https://github.com/Lctrs"><code>@​Lctrs</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/343">compose-spec/compose-go#343</a></li> <li>replace the archived compose-ref by the new reference implementation Docker Compose by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/344">compose-spec/compose-go#344</a></li> <li>Allow brackets in env vars by <a href="https://github.com/laurazard"><code>@​laurazard</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/345">compose-spec/compose-go#345</a></li> <li>interpolate name set in yaml file by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/347">compose-spec/compose-go#347</a></li> <li>Fix possible nil in extended docker-compose.yml configuration by <a href="https://github.com/misak113"><code>@​misak113</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/319">compose-spec/compose-go#319</a></li> <li>introduce ResolveServicesEnvironment and resolve service environment AFTER profiles have been applied by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/338">compose-spec/compose-go#338</a></li> <li>fix build context path to allow url to a git repository by <a href="https://github.com/ezradiniz"><code>@​ezradiniz</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/346">compose-spec/compose-go#346</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Lctrs"><code>@​Lctrs</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/343">compose-spec/compose-go#343</a></li> <li><a href="https://github.com/misak113"><code>@​misak113</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/319">compose-spec/compose-go#319</a></li> <li><a href="https://github.com/ezradiniz"><code>@​ezradiniz</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/346">compose-spec/compose-go#346</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.8.2...v1.9.0">https://github.com/compose-spec/compose-go/compare/v1.8.2...v1.9.0</a></p> <h2>v1.8.2</h2> <h2>What's Changed</h2> <p>✨ Enhancements</p> <ul> <li>resolve device path for local bind mount volumes by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/332">compose-spec/compose-go#332</a></li> <li>Add support for <code>uts</code> attribute in service definition by <a href="https://github.com/laurazard"><code>@​laurazard</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/333">compose-spec/compose-go#333</a></li> <li>accept dashes in variable names by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/336">compose-spec/compose-go#336</a></li> </ul> <p>🐛 Fixes</p> <ul> <li>resolve environment incrementaly, including values loaded from previous files in the list by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/331">compose-spec/compose-go#331</a></li> <li>only consider service name in volumes_from spec by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/334">compose-spec/compose-go#334</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.8.1...v1.8.2">https://github.com/compose-spec/compose-go/compare/v1.8.1...v1.8.2</a></p> <h2>v1.8.1</h2> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>add support for build.privileged and service.cgroup by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/330">compose-spec/compose-go#330</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/9936908bc687edd9399db9276214ce3dfbe96a95"><code>9936908</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/351">#351</a> from milas/env-extends</li> <li><a href="https://github.com/compose-spec/compose-go/commit/8f90dd861156aaaee5cab8b947968a4118cdb755"><code>8f90dd8</code></a> test: fix lint issue from govet</li> <li><a href="https://github.com/compose-spec/compose-go/commit/7bcffb7f540e200e89d685b292a1f1ce64b8f585"><code>7bcffb7</code></a> env: fix path resolution with <code>extends</code></li> <li><a href="https://github.com/compose-spec/compose-go/commit/99db19abf0de18c56a41dab75ae152644418b753"><code>99db19a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/349">#349</a> from ndeloof/healthCheckMerge</li> <li><a href="https://github.com/compose-spec/compose-go/commit/367852745856da9d4af50d4d2d787a9201c9c350"><code>3678527</code></a> don't override healthcheck test with unset test command</li> <li><a href="https://github.com/compose-spec/compose-go/commit/02f24e949ea011b730011fac7e9ab25b8126a166"><code>02f24e9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/348">#348</a> from ndeloof/muliple-env-files</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a3b22bd971f39bb12d583bb97f38ce7bf490366a"><code>a3b22bd</code></a> support mulitple env-files to be set</li> <li><a href="https://github.com/compose-spec/compose-go/commit/cb8843fffd9941ad240a7f9fe6da2a4886942f46"><code>cb8843f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/346">#346</a> from ezradiniz/bugfix/load-service-with-extends-build...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/ddc8c41f1d77b9b799741a78fe615b7796ef1489"><code>ddc8c41</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/338">#338</a> from ndeloof/ResolveServicesEnvironment</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a30b5f7b4cef7671d625ba2b21efb72a898fc441"><code>a30b5f7</code></a> introduce ResolveServicesEnvironment and resolve service environment AFTER pr...</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/compose-spec/compose-go&package-manager=go_modules&previous-version=1.2.8&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2023-02-17 23:00:53 +00:00 (Migrated from github.com)

Superseded by #53.

Superseded by #53.

Pull request closed

Sign in to join this conversation.
No description provided.