Bump github.com/compose-spec/compose-go from 1.2.8 to 1.8.2 #47

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.8.2 into master
dependabot[bot] commented 2023-01-05 22:06:46 +00:00 (Migrated from github.com)

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

Release notes

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

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

🐛 Fixes

New Contributors

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

v1.8.0

What's Changed

Enhancements

  • Add mode field for tmpfs mount permissions (#325)

🐛 Fixes

  • Fix absolute secret & volume paths on Windows (#306)
  • Respect optional boolean field overrides (#324)

🔧 Internal

  • Remove unused compatibility package (#320)

Changelog

... (truncated)

Commits
  • e4c15da Merge pull request #336 from ndeloof/dashes
  • b56ae2b Merge pull request #334 from ndeloof/volumes_from
  • be170be accept dashes in variable names
  • 7d49c99 Merge pull request #333 from laurazard/add-uts-support
  • 1f3e62e only consider service name in volumes_from spec
  • 06f2fe3 Merge pull request #332 from ndeloof/driver_opts
  • 0f2b599 Add support for uts attribute in service definition
  • 4c5c833 Merge pull request #331 from ndeloof/environment
  • 62f838f resolve environment incremently, including values loaded from previous files ...
  • 3903f95 resolve device path for local bind mount volumes
  • 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.8.2. <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.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> <li>update readme with godoc badges by <a href="https://github.com/nicks"><code>@​nicks</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/327">compose-spec/compose-go#327</a></li> <li>improve warning message by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/328">compose-spec/compose-go#328</a></li> </ul> <h3>🐛 Fixes</h3> <ul> <li>prefer list format for extra_hosts to preserve backward compatibility by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/326">compose-spec/compose-go#326</a></li> <li>fix network aliasses merge logic to conform to docker compose v1 by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/323">compose-spec/compose-go#323</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nicks"><code>@​nicks</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/327">compose-spec/compose-go#327</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.8.0...v1.8.1">https://github.com/compose-spec/compose-go/compare/v1.8.0...v1.8.1</a></p> <h2>v1.8.0</h2> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Add mode field for tmpfs mount permissions (#<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/325">325</a>)</li> </ul> <h3>🐛 Fixes</h3> <ul> <li>Fix absolute secret &amp; volume paths on Windows (#<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/306">306</a>)</li> <li>Respect optional boolean field overrides (<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/324">#324</a>)</li> </ul> <h3>🔧 Internal</h3> <ul> <li>Remove unused compatibility package (#<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/320">320</a>)</li> </ul> <h3>Changelog</h3> <ul> <li>schema: add tmpfs.mode field by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/325">compose-spec/compose-go#325</a></li> <li>support merging boolean pointers by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/324">compose-spec/compose-go#324</a></li> <li>Remove compatibility package by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/320">compose-spec/compose-go#320</a></li> <li>Fix absolute paths in secrets and inherited volumes by <a href="https://github.com/oldium"><code>@​oldium</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/306">compose-spec/compose-go#306</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/e4c15daeaf3890472b2e222e6589d57c6d9dff49"><code>e4c15da</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/336">#336</a> from ndeloof/dashes</li> <li><a href="https://github.com/compose-spec/compose-go/commit/b56ae2b7736cae3f91641891fc1e6abad65bdb23"><code>b56ae2b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/334">#334</a> from ndeloof/volumes_from</li> <li><a href="https://github.com/compose-spec/compose-go/commit/be170befda31a336a94d248ac1221fceeac834c8"><code>be170be</code></a> accept dashes in variable names</li> <li><a href="https://github.com/compose-spec/compose-go/commit/7d49c99fcfd2f99332d95e3b69c0c8d07fa13422"><code>7d49c99</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/333">#333</a> from laurazard/add-uts-support</li> <li><a href="https://github.com/compose-spec/compose-go/commit/1f3e62e7c9882b452502f35a4e84240e79cc58a5"><code>1f3e62e</code></a> only consider service name in volumes_from spec</li> <li><a href="https://github.com/compose-spec/compose-go/commit/06f2fe383c9ca25e9fc339a43f926fc5f98b8d02"><code>06f2fe3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/332">#332</a> from ndeloof/driver_opts</li> <li><a href="https://github.com/compose-spec/compose-go/commit/0f2b5999924826d5d0d546cb8b58e701fd9b854a"><code>0f2b599</code></a> Add support for <code>uts</code> attribute in service definition</li> <li><a href="https://github.com/compose-spec/compose-go/commit/4c5c8332b6996e4dd28aced809699fbed08be29d"><code>4c5c833</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/331">#331</a> from ndeloof/environment</li> <li><a href="https://github.com/compose-spec/compose-go/commit/62f838f7f8fde3f3a4c76ba3963e5937cd9f8b1f"><code>62f838f</code></a> resolve environment incremently, including values loaded from previous files ...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/3903f95b8224256391ff92b48d6f6b89e49b234a"><code>3903f95</code></a> resolve device path for local bind mount volumes</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.8.2">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.8.2)](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-01-20 22:06:39 +00:00 (Migrated from github.com)

Superseded by #49.

Superseded by #49.

Pull request closed

Sign in to join this conversation.
No description provided.