Bump github.com/compose-spec/compose-go from 1.2.5 to 1.2.7 #19

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.2.7 into master 2022-06-22 07:53:13 +00:00
dependabot[bot] commented 2022-05-30 22:36:05 +00:00 (Migrated from github.com)

Bumps github.com/compose-spec/compose-go from 1.2.5 to 1.2.7.

Release notes

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

v1.2.7

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.2.6...v1.2.7

v1.2.6

What's Changed

Full Changelog: https://github.com/compose-spec/compose-go/compare/v1.2.5...v1.2.6

Commits
  • e497f1b Merge pull request #269 from compose-spec/public-dot-env
  • e80b082 Merge pull request #268 from compose-spec/dependabot/go_modules/github.com/im...
  • a741998 Make dotEnv resolution plublic
  • 704c890 Merge pull request #266 from glours/env-var-priority
  • 8256ba8 always use values from lookup function if available
  • 5bab6eb Merge pull request #263 from ndeloof/env_secret
  • d726c48 Bump github.com/imdario/mergo from 0.3.12 to 0.3.13
  • b706902 Merge pull request #264 from ndeloof/env_priority
  • cb8dec2 do not override a value that has been set by higher-priority environment source
  • a5d4a70 Merge pull request #259 from glours/go-18
  • 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.5 to 1.2.7. <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.2.7</h2> <h2>What's Changed</h2> <ul> <li>add support for secret set by environment variable by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/263">compose-spec/compose-go#263</a></li> <li>always use values from lookup function if available by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/266">compose-spec/compose-go#266</a></li> <li>Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/268">compose-spec/compose-go#268</a></li> <li>Make dotEnv resolution plublic by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/269">compose-spec/compose-go#269</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.2.6...v1.2.7">https://github.com/compose-spec/compose-go/compare/v1.2.6...v1.2.7</a></p> <h2>v1.2.6</h2> <h2>What's Changed</h2> <ul> <li>update Golang version to 1.18 by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/259">compose-spec/compose-go#259</a></li> <li>do not override a value that has been set by higher-priority environment source by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/264">compose-spec/compose-go#264</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.2.5...v1.2.6">https://github.com/compose-spec/compose-go/compare/v1.2.5...v1.2.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/e497f1bdc84a65ddb75f72d42575d303b092f7fa"><code>e497f1b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/269">#269</a> from compose-spec/public-dot-env</li> <li><a href="https://github.com/compose-spec/compose-go/commit/e80b08270b388037b46dd57d6410c83bf9e1165c"><code>e80b082</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/268">#268</a> from compose-spec/dependabot/go_modules/github.com/im...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a7419986def2d5d1fbbd503647ff3c9be1714c3a"><code>a741998</code></a> Make dotEnv resolution plublic</li> <li><a href="https://github.com/compose-spec/compose-go/commit/704c890caa1cf52c2c85a064cb13bbc5d39f3d64"><code>704c890</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/266">#266</a> from glours/env-var-priority</li> <li><a href="https://github.com/compose-spec/compose-go/commit/8256ba879c2f871cd212618c440b768537dbd77d"><code>8256ba8</code></a> always use values from lookup function if available</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5bab6ebbe9deb676e4db6545509ede63f94ec85f"><code>5bab6eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/263">#263</a> from ndeloof/env_secret</li> <li><a href="https://github.com/compose-spec/compose-go/commit/d726c48a2e73ae05903d06edc0de8e024f7956f8"><code>d726c48</code></a> Bump github.com/imdario/mergo from 0.3.12 to 0.3.13</li> <li><a href="https://github.com/compose-spec/compose-go/commit/b7069021f4cb8ff5bc9f679b24bab67b3a937abf"><code>b706902</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/264">#264</a> from ndeloof/env_priority</li> <li><a href="https://github.com/compose-spec/compose-go/commit/cb8dec25956312d44cc2fc5fefb4fa2e2adb67b1"><code>cb8dec2</code></a> do not override a value that has been set by higher-priority environment source</li> <li><a href="https://github.com/compose-spec/compose-go/commit/a5d4a708ac33076c245cb2be32fa54306ed38760"><code>a5d4a70</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/259">#259</a> from glours/go-18</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.5...v1.2.7">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.5&new-version=1.2.7)](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>
Sign in to join this conversation.
No description provided.