Bump github.com/compose-spec/compose-go from 1.2.8 to 1.13.4 #62

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

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

Release notes

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

v1.13.4

What's Changed

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

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

... (truncated)

Commits
  • ef6c167 Merge pull request #393 from ndeloof/required_interpolate
  • d6baef7 required variable should not trigger a generic InvalidTemplateError
  • 84df208 Merge pull request #388 from milas/name-type-panic
  • 7bd0f24 Merge pull request #391 from laurazard/fix-dockerfile-inline
  • 565417c schema: add mapstructure struct tag to dockerfile_inline
  • 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
  • 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.4. <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.4</h2> <h2>What's Changed</h2> <ul> <li>schema: add <code>mapstructure</code> struct tag to <code>dockerfile_inline</code> by <a href="https://github.com/laurazard"><code>@​laurazard</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/391">compose-spec/compose-go#391</a></li> <li>loader: fix panic on invalid type in <code>name</code> field by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/388">compose-spec/compose-go#388</a></li> <li>required variable should not trigger a generic InvalidTemplateError by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://redirect.github.com/compose-spec/compose-go/pull/393">compose-spec/compose-go#393</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.13.3...v1.13.4">https://github.com/compose-spec/compose-go/compare/v1.13.3...v1.13.4</a></p> <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> </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/ef6c1671ed3f3844b58f61c9f4c8e5e9cd94b5f4"><code>ef6c167</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/393">#393</a> from ndeloof/required_interpolate</li> <li><a href="https://github.com/compose-spec/compose-go/commit/d6baef79b383d95316e513042a7dfedd75a3e66c"><code>d6baef7</code></a> required variable should not trigger a generic InvalidTemplateError</li> <li><a href="https://github.com/compose-spec/compose-go/commit/84df2084421c508eff1c7419e43552d38a930991"><code>84df208</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/388">#388</a> from milas/name-type-panic</li> <li><a href="https://github.com/compose-spec/compose-go/commit/7bd0f247d0890535dc31d47ca723724d3218926c"><code>7bd0f24</code></a> Merge pull request <a href="https://redirect.github.com/compose-spec/compose-go/issues/391">#391</a> from laurazard/fix-dockerfile-inline</li> <li><a href="https://github.com/compose-spec/compose-go/commit/565417c04bdb3a17c380b1af28a4d9b48e263f5b"><code>565417c</code></a> schema: add <code>mapstructure</code> struct tag to <code>dockerfile_inline</code></li> <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>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.13.4">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.4)](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>

fixed in develop branch

fixed in develop branch
dependabot[bot] commented 2024-04-04 07:52:17 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.
No description provided.