Bump github.com/compose-spec/compose-go from 1.2.8 to 1.7.0 #42

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

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

Release notes

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

v1.7.0

What's Changed

New Contributors

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

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

... (truncated)

Commits
  • 9df6287 Merge pull request #318 from glours/add-withconsistency-func
  • 87bd752 Merge pull request #316 from glours/check-service-secrets
  • 3badf87 add WithConsistency function to enable/disable consistency check
  • 4493cba Merge pull request #317 from milas/bump-deps
  • f4c01e4 build: bump dependencies
  • 918dbe8 loader: read from file if ConfigFile.Content is empty (#315)
  • a9ba921 check existence of resources to avoid creation of empty one in WithoutUnneces...
  • 8570d50 check if secrets defined in services are defined
  • 517cf49 Merge pull request #311 from compose-spec/dependabot/go_modules/gotest.tools/...
  • 4c57c24 Bump gotest.tools/v3 from 3.3.0 to 3.4.0
  • 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.7.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.7.0</h2> <h2>What's Changed</h2> <ul> <li>Bump gotest.tools/v3 from 3.3.0 to 3.4.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/311">compose-spec/compose-go#311</a></li> <li>load from file if ConfigFile.Content is empty by <a href="https://github.com/flowchartsman"><code>@​flowchartsman</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/315">compose-spec/compose-go#315</a></li> <li>build: bump dependencies by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/317">compose-spec/compose-go#317</a></li> <li>Check service secrets existence by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/316">compose-spec/compose-go#316</a></li> <li>add WithConsistency function to enable/disable consistency check by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/318">compose-spec/compose-go#318</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/flowchartsman"><code>@​flowchartsman</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/315">compose-spec/compose-go#315</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.6.0...v1.7.0">https://github.com/compose-spec/compose-go/compare/v1.6.0...v1.7.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/9df6287f4d9a5a4083540d86b091dff0c3c6f376"><code>9df6287</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/318">#318</a> from glours/add-withconsistency-func</li> <li><a href="https://github.com/compose-spec/compose-go/commit/87bd752aa09bfdcfb02340c2ac32f3c0170f3b7f"><code>87bd752</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/316">#316</a> from glours/check-service-secrets</li> <li><a href="https://github.com/compose-spec/compose-go/commit/3badf87c092d09bd9b256f3601f66b2c6168c7f5"><code>3badf87</code></a> add WithConsistency function to enable/disable consistency check</li> <li><a href="https://github.com/compose-spec/compose-go/commit/4493cba6cc72776be3dee58586a92f6b7bb7411d"><code>4493cba</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/317">#317</a> from milas/bump-deps</li> <li><a href="https://github.com/compose-spec/compose-go/commit/f4c01e4c9a6b0e78d535af13e9cd6e024ee0cb51"><code>f4c01e4</code></a> build: bump dependencies</li> <li><a href="https://github.com/compose-spec/compose-go/commit/918dbe869bc04031905bce2d7f598cb6799572e3"><code>918dbe8</code></a> loader: read from file if ConfigFile.Content is empty (<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/315">#315</a>)</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a9ba9214c2e677828bc158114311b1b69577072e"><code>a9ba921</code></a> check existence of resources to avoid creation of empty one in WithoutUnneces...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/8570d504a1d2b8ca98ba1e002d1c96a1436228bc"><code>8570d50</code></a> check if secrets defined in services are defined</li> <li><a href="https://github.com/compose-spec/compose-go/commit/517cf49833c044cb7670e4b2429871c19b1b28a8"><code>517cf49</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/311">#311</a> from compose-spec/dependabot/go_modules/gotest.tools/...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/4c57c24aec5671211d20ef6fd25f323fc235ea8c"><code>4c57c24</code></a> Bump gotest.tools/v3 from 3.3.0 to 3.4.0</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.7.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.7.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-28 22:10:40 +00:00 (Migrated from github.com)

Superseded by #44.

Superseded by #44.

Pull request closed

Sign in to join this conversation.
No description provided.