Bump github.com/compose-spec/compose-go from 1.2.4 to 1.2.5 #10

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/compose-spec/compose-go-1.2.5 into master 2022-05-18 12:20:03 +00:00
dependabot[bot] commented 2022-05-17 22:33:17 +00:00 (Migrated from github.com)

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

Release notes

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

v1.2.5

What's Changed

New Contributors

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

Commits
  • f9aaf30 Merge pull request #261 from ndeloof/validate_project_name
  • 79a1c00 Check an explicit project name is valid
  • c9f323e Merge pull request #262 from ndeloof/os_env
  • da0609a Merge pull request #260 from compose-spec/relative-paths-convert-windows
  • 06a0d8f resolve variables in .env file based on previously set variables
  • 32d47fc Fix relative converted paths in windows
  • 771cf87 Merge pull request #256 from glours/add-tags-build-section
  • 0e9b532 Merge pull request #257 from ikedam/feature/9431_CaseInsensitiveEnv
  • eeab8f0 Remove EnvResolver and resolve variables directly inside LookupEnv
  • dd80bf7 Resolve environments case-insensitively on Windows
  • 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.4 to 1.2.5. <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.5</h2> <h2>What's Changed</h2> <ul> <li>Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.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/250">compose-spec/compose-go#250</a></li> <li>env.Patch is deprecated: use t.SetEnv (staticcheck) by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/252">compose-spec/compose-go#252</a></li> <li>Bump gotest.tools/v3 from 3.1.0 to 3.2.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/251">compose-spec/compose-go#251</a></li> <li>fix: convertVolumePath overrides resolveVolumePath by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/253">compose-spec/compose-go#253</a></li> <li>make HostsLists a map[string]string to better handle merging config by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/245">compose-spec/compose-go#245</a></li> <li>Resolve environments case-insensitively on Windows by <a href="https://github.com/ikedam"><code>@​ikedam</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/257">compose-spec/compose-go#257</a></li> <li>Add support of tags in the build section by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/256">compose-spec/compose-go#256</a></li> <li>Fix windows convert paths by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/260">compose-spec/compose-go#260</a></li> <li>resolve variables in .env file based on previously set variables by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/262">compose-spec/compose-go#262</a></li> <li>Check an explicit project name is valid by <a href="https://github.com/ndeloof"><code>@​ndeloof</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/261">compose-spec/compose-go#261</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ikedam"><code>@​ikedam</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/257">compose-spec/compose-go#257</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.2.4...v1.2.5">https://github.com/compose-spec/compose-go/compare/v1.2.4...v1.2.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/f9aaf3075191a64e0c72f7524587ea61277d48ca"><code>f9aaf30</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/261">#261</a> from ndeloof/validate_project_name</li> <li><a href="https://github.com/compose-spec/compose-go/commit/79a1c000c738bbc2151ab0434d0888c211938460"><code>79a1c00</code></a> Check an explicit project name is valid</li> <li><a href="https://github.com/compose-spec/compose-go/commit/c9f323e03aced976068367c181944860c4f4d927"><code>c9f323e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/262">#262</a> from ndeloof/os_env</li> <li><a href="https://github.com/compose-spec/compose-go/commit/da0609ae7f7dc0c10da1310f6c632b1cda696fc7"><code>da0609a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/260">#260</a> from compose-spec/relative-paths-convert-windows</li> <li><a href="https://github.com/compose-spec/compose-go/commit/06a0d8ff927c22a0e717a04239d1ce99fd4533af"><code>06a0d8f</code></a> resolve variables in .env file based on previously set variables</li> <li><a href="https://github.com/compose-spec/compose-go/commit/32d47fc113efcf5da0f75af53b642f1f7846f8ab"><code>32d47fc</code></a> Fix relative converted paths in windows</li> <li><a href="https://github.com/compose-spec/compose-go/commit/771cf879091bf1079d4a672dc221c780cb19cc23"><code>771cf87</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/256">#256</a> from glours/add-tags-build-section</li> <li><a href="https://github.com/compose-spec/compose-go/commit/0e9b5321a3aef6c0a0e8923512add98fb468dfd1"><code>0e9b532</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/257">#257</a> from ikedam/feature/9431_CaseInsensitiveEnv</li> <li><a href="https://github.com/compose-spec/compose-go/commit/eeab8f06f8f75d537cdda370efd0f5733d6bca61"><code>eeab8f0</code></a> Remove <code>EnvResolver</code> and resolve variables directly inside <code>LookupEnv</code></li> <li><a href="https://github.com/compose-spec/compose-go/commit/dd80bf76f87009d3df9a6d4c4f82f352a4c15c92"><code>dd80bf7</code></a> Resolve environments case-insensitively on Windows</li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.4...v1.2.5">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.4&new-version=1.2.5)](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.