Bump github.com/compose-spec/compose-go from 1.2.8 to 1.13.3 #61

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.13.3 into master
dependabot[bot] commented 2023-04-17 23:00:46 +00:00 (Migrated from github.com)

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

Release notes

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

v1.13.3

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.13.2...v1.13.3

v1.13.2

What's Changed

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

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

... (truncated)

Commits
  • e4d5895 Merge pull request #385 from ndeloof/additional_context_path
  • 5390f0a Merge pull request #387 from milas/validation-errs
  • dff689d Merge pull request #383 from ndeloof/dotEnv
  • 38e9de4 ignore .env can't be read if not explicitly set by user
  • df01885 Merge pull request #382 from ndeloof/yaml_bool
  • 141af9f support legacy boolean but warn user about incompatibility
  • 35d93c4 loader: include filename in errors
  • 1592cda expand additional context relative paths
  • 270da2d Merge pull request #386 from milas/fix-dockerfile-inline
  • 95ef165 schema: fix name of dockerfile_inline field in YAML
  • 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.3. <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.3</h2> <h2>What's Changed</h2> <ul> <li>Reject Compose files containing service with <code>network_mode</code> and <code>networks</code> by <a href="https://github.com/laurazard"><code>@​laurazard</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/373">compose-spec/compose-go#373</a></li> <li>Bump github.com/imdario/mergo from 0.3.14 to 0.3.15 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/375">compose-spec/compose-go#375</a></li> <li>env var name CAN be any unicode char, not just ASCII by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/378">compose-spec/compose-go#378</a></li> <li>device_write_bps can be int or string with bytes unit by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/377">compose-spec/compose-go#377</a></li> <li>fix regression considering volumes-from: container a dependency by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/384">compose-spec/compose-go#384</a></li> <li>schema: fix name of <code>dockerfile_inline</code> field in YAML by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/386">compose-spec/compose-go#386</a></li> <li>Support legacy boolean <code>yes|no|on|off</code> but warn user about incompatibility by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/382">compose-spec/compose-go#382</a></li> <li>ignore .env can't be read if not explicitly set by user by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/383">compose-spec/compose-go#383</a></li> <li>loader: include filename in errors by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/387">compose-spec/compose-go#387</a></li> <li>expand additional context relative paths by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/385">compose-spec/compose-go#385</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.13.2...v1.13.3">https://github.com/compose-spec/compose-go/compare/v1.13.2...v1.13.3</a></p> <h2>v1.13.2</h2> <h2>What's Changed</h2> <ul> <li>loader: fix overly aggressive project name validation by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/374">compose-spec/compose-go#374</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.13.1...v1.13.2">https://github.com/compose-spec/compose-go/compare/v1.13.1...v1.13.2</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/e4d589571bcfd9a2f29ed41fda420fcf07e06bf0"><code>e4d5895</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/385">#385</a> from ndeloof/additional_context_path</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5390f0a70e975f23c74c77cf2f53b9c197f720e1"><code>5390f0a</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/387">#387</a> from milas/validation-errs</li> <li><a href="https://github.com/compose-spec/compose-go/commit/dff689d106511593f968a5b53d6ac51eeb29772f"><code>dff689d</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/383">#383</a> from ndeloof/dotEnv</li> <li><a href="https://github.com/compose-spec/compose-go/commit/38e9de4b54d442a18004e4212624f87eed16ff7c"><code>38e9de4</code></a> ignore .env can't be read if not explicitly set by user</li> <li><a href="https://github.com/compose-spec/compose-go/commit/df0188577447a14f5b7cbac21a31bc23eed9ea07"><code>df01885</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/382">#382</a> from ndeloof/yaml_bool</li> <li><a href="https://github.com/compose-spec/compose-go/commit/141af9f1b016612b5c6cfad1e15ce0e0601f8131"><code>141af9f</code></a> support legacy boolean but warn user about incompatibility</li> <li><a href="https://github.com/compose-spec/compose-go/commit/35d93c476c9e75ed30aa31ad704da2552bcadcff"><code>35d93c4</code></a> loader: include filename in errors</li> <li><a href="https://github.com/compose-spec/compose-go/commit/1592cda23866aff996e437e0feb19055543e682a"><code>1592cda</code></a> expand additional context relative paths</li> <li><a href="https://github.com/compose-spec/compose-go/commit/270da2dbdd16047f0d0857887b6a6a2759996651"><code>270da2d</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/386">#386</a> from milas/fix-dockerfile-inline</li> <li><a href="https://github.com/compose-spec/compose-go/commit/95ef16512fd83c935cec5a02ec1064c8a155ebee"><code>95ef165</code></a> schema: fix name of <code>dockerfile_inline</code> field in YAML</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.13.3">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.3)](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-04-20 23:00:40 +00:00 (Migrated from github.com)

Superseded by #62.

Superseded by #62.

Pull request closed

Sign in to join this conversation.
No description provided.