Bump github.com/compose-spec/compose-go from 1.2.8 to 1.11.0 #53

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

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

Release notes

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

v1.11.0

What's Changed

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

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

... (truncated)

Commits
  • c5cb8b2 Merge pull request #350 from ndeloof/depends_on_restart
  • 6bce3b9 make Normalize a public function for third-party usage
  • 5722260 normalize implicit dependencies as explicit depends_on
  • 873a781 introduce restart for depends_on
  • b16c6a1 Merge pull request #352 from milas/ci-updates
  • 2f0d4ab ci: increase timeout for Windows runner
  • aead1bf ci: bump to Go 1.20 & improve linting
  • 9936908 Merge pull request #351 from milas/env-extends
  • 8f90dd8 test: fix lint issue from govet
  • 7bcffb7 env: fix path resolution with extends
  • 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.11.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.11.0</h2> <h2>What's Changed</h2> <ul> <li>ci: bump to Go 1.20 &amp; improve linting by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/352">compose-spec/compose-go#352</a></li> <li>introduce <code>restart</code> for depends_on by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/350">compose-spec/compose-go#350</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.10.0...v1.11.0">https://github.com/compose-spec/compose-go/compare/v1.10.0...v1.11.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/c5cb8b299371d032c822649d655e1d7ccafdcea1"><code>c5cb8b2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/350">#350</a> from ndeloof/depends_on_restart</li> <li><a href="https://github.com/compose-spec/compose-go/commit/6bce3b924d9ab174fbc9c0667d3d2212bec77916"><code>6bce3b9</code></a> make Normalize a public function for third-party usage</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5722260267fca7e0f6ca8beca7ca2d2faea0390c"><code>5722260</code></a> normalize implicit dependencies as explicit depends_on</li> <li><a href="https://github.com/compose-spec/compose-go/commit/873a7819d7e35680cd060577b6589531e789f73f"><code>873a781</code></a> introduce <code>restart</code> for depends_on</li> <li><a href="https://github.com/compose-spec/compose-go/commit/b16c6a1206be6e68df9784e35cac0a2ad65c28ac"><code>b16c6a1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/352">#352</a> from milas/ci-updates</li> <li><a href="https://github.com/compose-spec/compose-go/commit/2f0d4ab5b9d4fb148a8008390f1ca3b564b42c9b"><code>2f0d4ab</code></a> ci: increase timeout for Windows runner</li> <li><a href="https://github.com/compose-spec/compose-go/commit/aead1bf1e3434a911d7b63ff2e113d75141c7923"><code>aead1bf</code></a> ci: bump to Go 1.20 &amp; improve linting</li> <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>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.11.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.11.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-03-01 23:04:03 +00:00 (Migrated from github.com)

Superseded by #54.

Superseded by #54.

Pull request closed

Sign in to join this conversation.
No description provided.