Bump github.com/compose-spec/compose-go from 1.2.8 to 1.8.1 #46

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.8.1 into master
dependabot[bot] commented 2022-12-20 22:05:24 +00:00 (Migrated from github.com)

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

Release notes

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

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

New Contributors

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

v1.7.1

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.7.0...v1.7.1

v1.7.0

What's Changed

... (truncated)

Commits
  • b764b46 Merge pull request #330 from ndeloof/sync
  • 39db888 add support for build.privileged and service.cgroup
  • ecbc28d Merge pull request #323 from ndeloof/merge_aliasses
  • 5f02fe7 Merge pull request #328 from ndeloof/network.external.name
  • c5ef323 improve warning message
  • c790067 Merge pull request #327 from nicks/patch-1
  • efca3c0 update readme with godoc badges
  • 615df13 fix network aliasses merge logic to conform to docker compose v1
  • 498a1aa Merge pull request #326 from ndeloof/extra_hosts
  • 058fad0 prefer list format for extra_hosts to preserve backward compatibility
  • 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.1. <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.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> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/oldium"><code>@​oldium</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/306">compose-spec/compose-go#306</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.7.1...v1.8.0">https://github.com/compose-spec/compose-go/compare/v1.7.1...v1.8.0</a></p> <h2>v1.7.1</h2> <h2>What's Changed</h2> <ul> <li>merge exposes, heathchecks.test by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/321">compose-spec/compose-go#321</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.7.0...v1.7.1">https://github.com/compose-spec/compose-go/compare/v1.7.0...v1.7.1</a></p> <h2>v1.7.0</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/b764b46b02f67cfce4f14ab460da151dc0df993e"><code>b764b46</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/330">#330</a> from ndeloof/sync</li> <li><a href="https://github.com/compose-spec/compose-go/commit/39db88802575014940d58f7e8e5f55bec3e303a4"><code>39db888</code></a> add support for build.privileged and service.cgroup</li> <li><a href="https://github.com/compose-spec/compose-go/commit/ecbc28d2bb81a729156e8c0052e906fa6189ba63"><code>ecbc28d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/323">#323</a> from ndeloof/merge_aliasses</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5f02fe7c010c2ce865b9a31e35bdfbf0b01dc3f5"><code>5f02fe7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/328">#328</a> from ndeloof/network.external.name</li> <li><a href="https://github.com/compose-spec/compose-go/commit/c5ef32340dc368bffd2ec43a7ae920838b26f51f"><code>c5ef323</code></a> improve warning message</li> <li><a href="https://github.com/compose-spec/compose-go/commit/c790067d9e8d728c49020616fda7855dd4b4d541"><code>c790067</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/327">#327</a> from nicks/patch-1</li> <li><a href="https://github.com/compose-spec/compose-go/commit/efca3c011813a81949ec56e19642e68f32ed96e0"><code>efca3c0</code></a> update readme with godoc badges</li> <li><a href="https://github.com/compose-spec/compose-go/commit/615df13a13a84bbb6d6ee21b2cd2b34295a07cbe"><code>615df13</code></a> fix network aliasses merge logic to conform to docker compose v1</li> <li><a href="https://github.com/compose-spec/compose-go/commit/498a1aaafdb52d3904074f84ce089e2cd2b830cb"><code>498a1aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/326">#326</a> from ndeloof/extra_hosts</li> <li><a href="https://github.com/compose-spec/compose-go/commit/058fad091dacb7562d079e8abf8dfc9c208edf98"><code>058fad0</code></a> prefer list format for extra_hosts to preserve backward compatibility</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.8.1">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.1)](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-05 22:06:48 +00:00 (Migrated from github.com)

Superseded by #47.

Superseded by #47.

Pull request closed

Sign in to join this conversation.
No description provided.