Bump github.com/compose-spec/compose-go from 1.2.8 to 1.4.0 #34

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.4.0 into master
dependabot[bot] commented 2022-08-01 22:40:57 +00:00 (Migrated from github.com)

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

Release notes

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

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

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

v1.2.9

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.2.9

Commits
  • 1656887 Merge pull request #297 from glours/remove-dash-usage
  • 2c4d6cf Revert "Merge pull request #294 from glours/use-dash-in-resource-names"
  • ff627a8 Merge pull request #296 from compose-spec/fix-interpolation-interference
  • 5062118 Fix Interpolation interference from outer string
  • 56e6c33 Merge pull request #294 from glours/use-dash-in-resource-names
  • 0ab97a2 Merge pull request #295 from milas/golang-versions
  • 81261dc build: ensure compatibility for all supported Go versions
  • aa0ca5e use t.Setenv instead of os.SetEnv + defer os.Unsetenv
  • f1f5433 Merge pull request #292 from compose-spec/fix-interpolation-errors-output
  • aa04417 use '-' as default separator and support of compatibility mode
  • 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.4.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.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> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.2.9...v1.3.0">https://github.com/compose-spec/compose-go/compare/v1.2.9...v1.3.0</a></p> <h2>v1.2.9</h2> <h2>What's Changed</h2> <ul> <li>Fix environment variable expansion by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/276">compose-spec/compose-go#276</a></li> <li>Bump github.com/stretchr/testify from 1.5.1 to 1.8.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/279">compose-spec/compose-go#279</a></li> <li>Validate depended-on services exist in consistency check by <a href="https://github.com/laurazard"><code>@​laurazard</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/281">compose-spec/compose-go#281</a></li> <li>Fix hash usage in environment values by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/283">compose-spec/compose-go#283</a></li> <li>Add gocritic to linters by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/285">compose-spec/compose-go#285</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.2.9">https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.2.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/1656887c43be8eb8177f7b72ba4d5581ece50cc2"><code>1656887</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/297">#297</a> from glours/remove-dash-usage</li> <li><a href="https://github.com/compose-spec/compose-go/commit/2c4d6cf4fc9fa2b8b65a988b986ec2609e3af531"><code>2c4d6cf</code></a> Revert &quot;Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/294">#294</a> from glours/use-dash-in-resource-names&quot;</li> <li><a href="https://github.com/compose-spec/compose-go/commit/ff627a87111ff95c5324994c9decc574f699ffe3"><code>ff627a8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/296">#296</a> from compose-spec/fix-interpolation-interference</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5062118d0d8f3bf9259a282e1c518f75306cc9f8"><code>5062118</code></a> Fix Interpolation interference from outer string</li> <li><a href="https://github.com/compose-spec/compose-go/commit/56e6c331759dd691e1e33c6b8338ceb4c0ca3c50"><code>56e6c33</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/294">#294</a> from glours/use-dash-in-resource-names</li> <li><a href="https://github.com/compose-spec/compose-go/commit/0ab97a220d0895c435a88ced3026478e43185c53"><code>0ab97a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/295">#295</a> from milas/golang-versions</li> <li><a href="https://github.com/compose-spec/compose-go/commit/81261dc8c5e04c8ac782e0b918a94be675075dff"><code>81261dc</code></a> build: ensure compatibility for all supported Go versions</li> <li><a href="https://github.com/compose-spec/compose-go/commit/aa0ca5e25f4732981f33288829cb04ff727bd84e"><code>aa0ca5e</code></a> use t.Setenv instead of os.SetEnv + defer os.Unsetenv</li> <li><a href="https://github.com/compose-spec/compose-go/commit/f1f54330c21ebedec859124268cadf8dd8850f9b"><code>f1f5433</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/292">#292</a> from compose-spec/fix-interpolation-errors-output</li> <li><a href="https://github.com/compose-spec/compose-go/commit/aa04417208f680f25bae78ccff73c8c585fd3bba"><code>aa04417</code></a> use '-' as default separator and support of compatibility mode</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.4.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.4.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-08-18 22:33:19 +00:00 (Migrated from github.com)

Superseded by #35.

Superseded by #35.

Pull request closed

Sign in to join this conversation.
No description provided.