Bump github.com/compose-spec/compose-go from 1.2.8 to 1.5.1 #36

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.5.1 into master
dependabot[bot] commented 2022-09-14 22:33:15 +00:00 (Migrated from github.com)

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

Release notes

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

v1.5.1

What's Changed

New Contributors

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.5.0...v1.5.1

v1.5.0

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.4.0...v1.5.0

v1.4.0

What's Changed

Note This version removed the breaking changes introduced in version v1.3.0

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.3.0...v1.4.0

v1.3.0

⚠️ Warning notice ⚠️

This release introduced a breaking change via this PR. Your Compose implementation will recreate new resources (networks, volumes, secrets, configs...) with new names and try to connect/use to this new created resources instead of your existing ones!

What's Changed

New Contributors

... (truncated)

Commits
  • ccdcc95 Merge pull request #242 from rimelek/fix-required-envvars-ignored-except-last
  • 34d8f70 Merge pull request #301 from milas/env-file-utf8-bom
  • 4eed03f Merge pull request #303 from compose-spec/dependabot/go_modules/github.com/do...
  • 9b6a376 Bump github.com/docker/go-units from 0.4.0 to 0.5.0
  • f4d0f7d dotenv: fix parse error on files with UTF-8 BOM
  • 8ce8973 Fix required env vars ignored except the last one
  • 7aed131 Merge pull request #300 from compose-spec/osenv-precedence
  • f52c600 Return precedence to OS Env over Env Files
  • 5135b47 Merge pull request #298 from milas/marshal-empty-shell-cmd
  • 666827d marshal: correctly handle empty shell commands
  • 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.5.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.5.1</h2> <h2>What's Changed</h2> <ul> <li>Bump github.com/docker/go-units from 0.4.0 to 0.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/303">compose-spec/compose-go#303</a></li> <li>dotenv: fix parse error on files with UTF-8 BOM by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/301">compose-spec/compose-go#301</a></li> <li>Fix required env vars ignored except the last one by <a href="https://github.com/rimelek"><code>@​rimelek</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/242">compose-spec/compose-go#242</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rimelek"><code>@​rimelek</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/242">compose-spec/compose-go#242</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.5.0...v1.5.1">https://github.com/compose-spec/compose-go/compare/v1.5.0...v1.5.1</a></p> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Add support of platforms in the build section by <a href="https://github.com/AkihiroSuda"><code>@​AkihiroSuda</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/282">compose-spec/compose-go#282</a></li> <li>Correctly handle empty shell commands by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/298">compose-spec/compose-go#298</a></li> <li>Return precedence to OS Env over Env Files by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/300">compose-spec/compose-go#300</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.4.0...v1.5.0">https://github.com/compose-spec/compose-go/compare/v1.4.0...v1.5.0</a></p> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>Fix Interpolation interference from outer string by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/296">compose-spec/compose-go#296</a></li> <li>Revert usage of &quot;-&quot; as separator for resource names by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/297">compose-spec/compose-go#297</a></li> </ul> <blockquote> <p><strong>Note</strong> This version removed the breaking changes introduced in version <code>v1.3.0</code></p> </blockquote> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.3.0...v1.4.0">https://github.com/compose-spec/compose-go/compare/v1.3.0...v1.4.0</a></p> <h2>v1.3.0</h2> <h1>⚠️ Warning notice ⚠️</h1> <p>This release introduced a breaking change via this <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/294">PR</a>. Your Compose implementation will recreate new resources (networks, volumes, secrets, configs...) with new names and try to connect/use to this new created resources instead of your existing ones!</p> <h2>What's Changed</h2> <ul> <li>Ignore variable names starting with numbers by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/284">compose-spec/compose-go#284</a></li> <li>Add missing LinkLocalIPs to ServiceNetworkConfig by <a href="https://github.com/floatingstatic"><code>@​floatingstatic</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/289">compose-spec/compose-go#289</a></li> <li>Add 'default' value in case of presence of a variable by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/291">compose-spec/compose-go#291</a></li> <li>Fix lookup precedence by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/280">compose-spec/compose-go#280</a></li> <li>Add &quot;nakedret&quot; to the linters to put dotenv in conformity by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/287">compose-spec/compose-go#287</a></li> <li>Upgrade dependencies to latest by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/293">compose-spec/compose-go#293</a></li> <li>Fix interpolation error msg output by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/292">compose-spec/compose-go#292</a></li> <li>Ensure compatibility for all supported Go versions by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/295">compose-spec/compose-go#295</a></li> <li>Use '-' as default separator and support of compatibility mode by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/294">compose-spec/compose-go#294</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/floatingstatic"><code>@​floatingstatic</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/289">compose-spec/compose-go#289</a></li> <li><a href="https://github.com/milas"><code>@​milas</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/293">compose-spec/compose-go#293</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/ccdcc95b1fd3e7d4ff3fb3fe913106e871db08b7"><code>ccdcc95</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/242">#242</a> from rimelek/fix-required-envvars-ignored-except-last</li> <li><a href="https://github.com/compose-spec/compose-go/commit/34d8f701af96b42d02a5c94f661d147c7ee9f515"><code>34d8f70</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/301">#301</a> from milas/env-file-utf8-bom</li> <li><a href="https://github.com/compose-spec/compose-go/commit/4eed03fdaae1052e882e1923007b604278cfcee2"><code>4eed03f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/303">#303</a> from compose-spec/dependabot/go_modules/github.com/do...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/9b6a3762e6cbaa43d1ac6196861c0adb1f6fc938"><code>9b6a376</code></a> Bump github.com/docker/go-units from 0.4.0 to 0.5.0</li> <li><a href="https://github.com/compose-spec/compose-go/commit/f4d0f7d891d68cb7b08cd0d16ed48e60384d6647"><code>f4d0f7d</code></a> dotenv: fix parse error on files with UTF-8 BOM</li> <li><a href="https://github.com/compose-spec/compose-go/commit/8ce8973e58272cd80ff658488744429851e16197"><code>8ce8973</code></a> Fix required env vars ignored except the last one</li> <li><a href="https://github.com/compose-spec/compose-go/commit/7aed131fd8bd7b42fa002b60600857e5dad38c58"><code>7aed131</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/300">#300</a> from compose-spec/osenv-precedence</li> <li><a href="https://github.com/compose-spec/compose-go/commit/f52c600ad7e45b91e71cbac2f66ce03907d577d3"><code>f52c600</code></a> Return precedence to OS Env over Env Files</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5135b47ac4bb0c9b5c5bcb274e767b410ecef42e"><code>5135b47</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/298">#298</a> from milas/marshal-empty-shell-cmd</li> <li><a href="https://github.com/compose-spec/compose-go/commit/666827d51b6b89eec74a7c6c23978719ba5cd36e"><code>666827d</code></a> marshal: correctly handle empty shell commands</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.5.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.5.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 2022-09-26 22:34:43 +00:00 (Migrated from github.com)

Superseded by #37.

Superseded by #37.

Pull request closed

Sign in to join this conversation.
No description provided.