Bump github.com/compose-spec/compose-go from 1.2.8 to 1.6.0 #37

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

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

Release notes

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

v1.6.0

ℹ️ Upgrade Notes

  • Minimum supported Go version is v1.18

🐛 Fixes

  • env: fix errors on valid interpolation expressions
  • env: fix a bunch of escaping/parsing edge cases

What's Changed

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

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!

... (truncated)

Commits
  • 08a21df env: fix a bunch of escaping/parsing edge cases (#308)
  • be0dada ci: use currently maintained Golang releases (1.18 & 1.19) (#309)
  • 6bf774c env: fix errors on valid interpolation expressions (#307)
  • 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
  • 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.6.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.6.0</h2> <h2>ℹ️ Upgrade Notes</h2> <ul> <li>Minimum supported Go version is v1.18</li> </ul> <h2>🐛 Fixes</h2> <ul> <li>env: fix errors on valid interpolation expressions</li> <li>env: fix a bunch of escaping/parsing edge cases</li> </ul> <h2>What's Changed</h2> <ul> <li>env: fix errors on valid interpolation expressions by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/307">compose-spec/compose-go#307</a></li> <li>support the 2 currently maintained Golang releases (1.18 &amp; 1.19) by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/309">compose-spec/compose-go#309</a></li> <li>env: fix a bunch of escaping/parsing edge cases by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/308">compose-spec/compose-go#308</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.5.1...v1.6.0">https://github.com/compose-spec/compose-go/compare/v1.5.1...v1.6.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/08a21dff3db4be06ac783b3eaea2cd9de9cc0f81"><code>08a21df</code></a> env: fix a bunch of escaping/parsing edge cases (<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/308">#308</a>)</li> <li><a href="https://github.com/compose-spec/compose-go/commit/be0dada7a9fbbb1d1d78ee5f58ae95691265034b"><code>be0dada</code></a> ci: use currently maintained Golang releases (1.18 &amp; 1.19) (<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/309">#309</a>)</li> <li><a href="https://github.com/compose-spec/compose-go/commit/6bf774ce9e6900bb3774fdbf3ffa7fe6f676c9c3"><code>6bf774c</code></a> env: fix errors on valid interpolation expressions (<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/307">#307</a>)</li> <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>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.6.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.6.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 2022-11-08 22:04:15 +00:00 (Migrated from github.com)

Superseded by #42.

Superseded by #42.

Pull request closed

Sign in to join this conversation.
No description provided.