Bump github.com/compose-spec/compose-go from 1.2.8 to 1.13.0 #56

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

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

Release notes

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

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

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

v1.9.0

What's Changed

... (truncated)

Commits
  • 882507f Merge pull request #365 from ndeloof/dockerfile-inline
  • 507df25 Merge pull request #367 from compose-spec/compose-spec
  • 2bb8b02 Update compose-spec.json
  • c43e157 introduce dockerfile_inline
  • 02f25ec Merge pull request #354 from laurazard/add-build-context
  • a8185cd Add additional_contexts to build service config
  • 37ba724 Merge pull request #362 from mbland/project-name-error-message
  • b94d8f4 Update loader/full-example.yml project name
  • 226dd79 Update project name pattern in JSON schema
  • a5e535f Describe valid project name on error
  • 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.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.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> <li>don't override healthcheck test with unset test command by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/349">compose-spec/compose-go#349</a></li> <li>env: fix path resolution with <code>extends</code> by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/351">compose-spec/compose-go#351</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.9.0...v1.10.0">https://github.com/compose-spec/compose-go/compare/v1.9.0...v1.10.0</a></p> <h2>v1.9.0</h2> <h2>What's Changed</h2> <ul> <li>validate healthcheck is well configured by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/340">compose-spec/compose-go#340</a></li> <li>sync compose-spec by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/339">compose-spec/compose-go#339</a></li> <li>provide diagnostic message as we fail to parse some env file by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/342">compose-spec/compose-go#342</a></li> <li>automate compose-spec schema updates by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/341">compose-spec/compose-go#341</a></li> <li>add kompose to the list of projects using compose-go by <a href="https://github.com/Lctrs"><code>@​Lctrs</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/343">compose-spec/compose-go#343</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/882507fd89f117c8ca6b8426b4e14bb9915540f2"><code>882507f</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/365">#365</a> from ndeloof/dockerfile-inline</li> <li><a href="https://github.com/compose-spec/compose-go/commit/507df25f301d263bd4ed2d7b1c85125b43f55b5c"><code>507df25</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/367">#367</a> from compose-spec/compose-spec</li> <li><a href="https://github.com/compose-spec/compose-go/commit/2bb8b02735f0bda8d2a4413dfa8b05ded51751e8"><code>2bb8b02</code></a> Update compose-spec.json</li> <li><a href="https://github.com/compose-spec/compose-go/commit/c43e157e221210f60e1af73ff71e551159630988"><code>c43e157</code></a> introduce dockerfile_inline</li> <li><a href="https://github.com/compose-spec/compose-go/commit/02f25ec12be158250d73590a76ab52c0446bc2b0"><code>02f25ec</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/354">#354</a> from laurazard/add-build-context</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a8185cdf06f829d52384d2f06eb4a0404cfb83ef"><code>a8185cd</code></a> Add <code>additional_contexts</code> to <code>build</code> service config</li> <li><a href="https://github.com/compose-spec/compose-go/commit/37ba724348661adbf5240e4867eec8168722ef88"><code>37ba724</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/362">#362</a> from mbland/project-name-error-message</li> <li><a href="https://github.com/compose-spec/compose-go/commit/b94d8f4713350fae89ffcaf8c9ba782f221c48c6"><code>b94d8f4</code></a> Update loader/full-example.yml project name</li> <li><a href="https://github.com/compose-spec/compose-go/commit/226dd79cac83245f1aa3d7c3abe17ab6e3220be4"><code>226dd79</code></a> Update project name pattern in JSON schema</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a5e535ff224358a1b1e0ff9ddeca4523d3e259e1"><code>a5e535f</code></a> Describe valid project name on error</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.13.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.13.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 2023-03-24 23:01:03 +00:00 (Migrated from github.com)

Superseded by #57.

Superseded by #57.

Pull request closed

Sign in to join this conversation.
No description provided.