Bump github.com/compose-spec/compose-go from 1.2.8 to 1.13.1 #57

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.13.1 into master
dependabot[bot] commented 2023-03-24 23:01:00 +00:00 (Migrated from github.com)

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

Release notes

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

v1.13.1

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.13.0...v1.13.1

v1.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.11.0...v1.12.0

v1.11.0

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.10.0...v1.11.0

v1.10.0

What's Changed

... (truncated)

Commits
  • 0db574e Merge pull request #372 from milas/proj-with-name
  • 8d95f08 cli: allow setting empty name in options (to infer)
  • a4da4da Merge pull request #371 from ndeloof/extends
  • ed19dca remove extends from model after serice has been extended
  • 5713643 Merge pull request #370 from compose-spec/compose-spec
  • 16e2509 Update compose-spec.json
  • ec503aa Merge pull request #369 from compose-spec/dependabot/go_modules/github.com/im...
  • 0d0962d Merge pull request #368 from ndeloof/check_platforms
  • e2df0ed Merge pull request #255 from ndeloof/extension_conflict
  • 87b4088 Bump github.com/imdario/mergo from 0.3.13 to 0.3.14
  • 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.13.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.13.1</h2> <h2>What's Changed</h2> <ul> <li>Apply package name constraints to env vars, dirs by <a href="https://github.com/mbland"><code>@​mbland</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/364">compose-spec/compose-go#364</a></li> <li>avoid conflict with <code>extensions</code> used as service name by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/255">compose-spec/compose-go#255</a></li> <li>validate service.platform is declared by build.platforms by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/368">compose-spec/compose-go#368</a></li> <li>Bump github.com/imdario/mergo from 0.3.13 to 0.3.14 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/369">compose-spec/compose-go#369</a></li> <li>Update compose-spec.json by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/370">compose-spec/compose-go#370</a></li> <li>remove <code>extends</code> from model after service has been extended by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/371">compose-spec/compose-go#371</a></li> <li>cli: allow setting empty name in options (to infer) by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/372">compose-spec/compose-go#372</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.13.0...v1.13.1">https://github.com/compose-spec/compose-go/compare/v1.13.0...v1.13.1</a></p> <h2>v1.13.0</h2> <h2>What's Changed</h2> <ul> <li>adopt goyaml/v3 by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/153">compose-spec/compose-go#153</a></li> <li>Describe valid project name on error by <a href="https://github.com/mbland"><code>@​mbland</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/362">compose-spec/compose-go#362</a></li> <li>Add <code>additional_contexts</code> to <code>build</code> service config by <a href="https://github.com/laurazard"><code>@​laurazard</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/354">compose-spec/compose-go#354</a></li> <li>Update compose-spec.json by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/367">compose-spec/compose-go#367</a></li> <li>introduce <code>dockerfile_inline</code> by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/365">compose-spec/compose-go#365</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mbland"><code>@​mbland</code></a> made their first contribution in <a href="https://redirect.github.com/compose-spec/compose-go/pull/362">compose-spec/compose-go#362</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.12.0...v1.13.0">https://github.com/compose-spec/compose-go/compare/v1.12.0...v1.13.0</a></p> <h2>v1.12.0</h2> <h2>What's Changed</h2> <ul> <li>Update compose-spec.json by <a href="https://github.com/github-actions"><code>@​github-actions</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/356">compose-spec/compose-go#356</a></li> <li>Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/358">compose-spec/compose-go#358</a></li> <li>lint: enable linter &amp; fix formatting issues by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/355">compose-spec/compose-go#355</a></li> <li>introduce WithDependentServices to run fn on services in reverse dependency order by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/360">compose-spec/compose-go#360</a></li> <li>Always apply profiles by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/359">compose-spec/compose-go#359</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/github-actions"><code>@​github-actions</code></a> made their first contribution in <a href="https://redirect.github.com/compose-spec/compose-go/pull/356">compose-spec/compose-go#356</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.11.0...v1.12.0">https://github.com/compose-spec/compose-go/compare/v1.11.0...v1.12.0</a></p> <h2>v1.11.0</h2> <h2>What's Changed</h2> <ul> <li>ci: bump to Go 1.20 &amp; improve linting by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/352">compose-spec/compose-go#352</a></li> <li>introduce <code>restart</code> for depends_on by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/350">compose-spec/compose-go#350</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.10.0...v1.11.0">https://github.com/compose-spec/compose-go/compare/v1.10.0...v1.11.0</a></p> <h2>v1.10.0</h2> <h2>What's Changed</h2> <ul> <li>support mulitple env-files to be set by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/348">compose-spec/compose-go#348</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/0db574e69bfd21ae8260789a47cc7eb0ab64bea1"><code>0db574e</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/372">#372</a> from milas/proj-with-name</li> <li><a href="https://github.com/compose-spec/compose-go/commit/8d95f08c5ece8e6efaf235a2d1f56e340644b664"><code>8d95f08</code></a> cli: allow setting empty name in options (to infer)</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a4da4da78d87e5029b32161d7cab05b393295fb1"><code>a4da4da</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/371">#371</a> from ndeloof/extends</li> <li><a href="https://github.com/compose-spec/compose-go/commit/ed19dca734e22bb4163a6a67c921d5dcc5b647fe"><code>ed19dca</code></a> remove <code>extends</code> from model after serice has been extended</li> <li><a href="https://github.com/compose-spec/compose-go/commit/571364394e1400d5c2aa50b8fd5d1a463c40dd7e"><code>5713643</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/370">#370</a> from compose-spec/compose-spec</li> <li><a href="https://github.com/compose-spec/compose-go/commit/16e2509dab54a4a7afba0b6a1b267ac94f529aed"><code>16e2509</code></a> Update compose-spec.json</li> <li><a href="https://github.com/compose-spec/compose-go/commit/ec503aa1821dbf49cebee2fcecf4457c7aaa7fe7"><code>ec503aa</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/369">#369</a> from compose-spec/dependabot/go_modules/github.com/im...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/0d0962d312b1a3b7e21c724a5ac5ac31778a495c"><code>0d0962d</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/368">#368</a> from ndeloof/check_platforms</li> <li><a href="https://github.com/compose-spec/compose-go/commit/e2df0ed36a60e00ec530a1a542ec66a5e462861c"><code>e2df0ed</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/255">#255</a> from ndeloof/extension_conflict</li> <li><a href="https://github.com/compose-spec/compose-go/commit/87b4088184d57e76f03f0ab1d4aa7d2a97e94a7f"><code>87b4088</code></a> Bump github.com/imdario/mergo from 0.3.13 to 0.3.14</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.13.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.13.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-03-27 23:03:23 +00:00 (Migrated from github.com)

Superseded by #58.

Superseded by #58.

Pull request closed

Sign in to join this conversation.
No description provided.