Bump github.com/compose-spec/compose-go from 1.2.8 to 1.8.0 #45

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.8.0 into master
dependabot[bot] commented 2022-12-02 22:06:19 +00:00 (Migrated from github.com)

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

Release notes

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

v1.8.0

What's Changed

Enhancements

  • Add mode field for tmpfs mount permissions (#325)

🐛 Fixes

  • Fix absolute secret & volume paths on Windows (#306)

🔧 Internal

  • Remove unused compatibility package (#320)

Changelog

New Contributors

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.7.1...v1.8.0

v1.7.1

What's Changed

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

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

... (truncated)

Commits
  • d61c32f Merge pull request #306 from oldium/fix-abs-paths
  • a27143f Merge pull request #320 from ndeloof/unused_compatibility
  • 5008ad1 Merge pull request #324 from ndeloof/9943
  • afd9c33 Merge pull request #325 from milas/tmpfs-mode
  • 29304bf schema: add tmpfs.mode field
  • 9670eb3 handle bool pointer override
  • 999ce24 Merge pull request #321 from ndeloof/9756
  • 5c50f88 merge exposes, heathchecks.test
  • 789fd0b Remove compatibility package
  • 9df6287 Merge pull request #318 from glours/add-withconsistency-func
  • 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.8.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.8.0</h2> <h2>What's Changed</h2> <h3>✨ Enhancements</h3> <ul> <li>Add mode field for tmpfs mount permissions (#<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/325">325</a>)</li> </ul> <h3>🐛 Fixes</h3> <ul> <li>Fix absolute secret &amp; volume paths on Windows (#<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/306">306</a>)</li> </ul> <h3>🔧 Internal</h3> <ul> <li>Remove unused compatibility package (#<a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/320">320</a>)</li> </ul> <h3>Changelog</h3> <ul> <li>schema: add tmpfs.mode field by <a href="https://github.com/milas"><code>@​milas</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/325">compose-spec/compose-go#325</a></li> <li>support merging boolean pointers by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/324">compose-spec/compose-go#324</a></li> <li>Remove compatibility package by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/320">compose-spec/compose-go#320</a></li> <li>Fix absolute paths in secrets and inherited volumes by <a href="https://github.com/oldium"><code>@​oldium</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/306">compose-spec/compose-go#306</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/oldium"><code>@​oldium</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/306">compose-spec/compose-go#306</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.7.1...v1.8.0">https://github.com/compose-spec/compose-go/compare/v1.7.1...v1.8.0</a></p> <h2>v1.7.1</h2> <h2>What's Changed</h2> <ul> <li>merge exposes, heathchecks.test by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/321">compose-spec/compose-go#321</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.7.0...v1.7.1">https://github.com/compose-spec/compose-go/compare/v1.7.0...v1.7.1</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/d61c32fedd9fee1bee13efb4040f9125da9483fd"><code>d61c32f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/306">#306</a> from oldium/fix-abs-paths</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a27143f8c5115e9bd8fab0c6042594c14e7b2546"><code>a27143f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/320">#320</a> from ndeloof/unused_compatibility</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5008ad1a868f43e19a0b214565671e3bff0389e5"><code>5008ad1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/324">#324</a> from ndeloof/9943</li> <li><a href="https://github.com/compose-spec/compose-go/commit/afd9c3310cad0fcbb53f97347034ee7c3183c5ce"><code>afd9c33</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/325">#325</a> from milas/tmpfs-mode</li> <li><a href="https://github.com/compose-spec/compose-go/commit/29304bf6ced645b047bf6c893d12318ae0c02f1a"><code>29304bf</code></a> schema: add tmpfs.mode field</li> <li><a href="https://github.com/compose-spec/compose-go/commit/9670eb3d296a8b32a9a1b71c1ef71e29a6815735"><code>9670eb3</code></a> handle bool pointer override</li> <li><a href="https://github.com/compose-spec/compose-go/commit/999ce243aaf9444358a757bfe397c09391270eb3"><code>999ce24</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/321">#321</a> from ndeloof/9756</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5c50f88b6ca8a85c6d4edc566d5591852da49204"><code>5c50f88</code></a> merge exposes, heathchecks.test</li> <li><a href="https://github.com/compose-spec/compose-go/commit/789fd0be869de51ab3287575485413d1b660e288"><code>789fd0b</code></a> Remove compatibility package</li> <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>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.8...v1.8.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.8.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-12-20 22:05:26 +00:00 (Migrated from github.com)

Superseded by #46.

Superseded by #46.

Pull request closed

Sign in to join this conversation.
No description provided.