Bump github.com/compose-spec/compose-go from 1.2.7 to 1.2.8 #28

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

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

Release notes

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

v1.2.8

What's Changed

New Contributors

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

Commits
  • c45b40b Merge pull request #275 from compose-spec/dependabot/go_modules/gotest.tools/...
  • 0421734 Merge pull request #271 from glours/dot-in-env-var-name
  • 676cb41 Bump gotest.tools/v3 from 3.2.0 to 3.3.0
  • 311eaf5 Merge pull request #272 from glours/interpolate-compose-name
  • 0056c09 Merge pull request #274 from compose-spec/nicksieger/compose/9526
  • 38b955a project: ensure withServices doesn't blow stack on cycles
  • 5f3fae0 allow '.' (dot) in environment variable name
  • 2929133 interpolate COMPOSE_PROJECT_NAME with name from yaml
  • d1bc5d8 Merge pull request #270 from compose-spec/add-tiltdev
  • 5e01bb7 Adds tilt.dev as a user of compose-go
  • 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.7 to 1.2.8. <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.8</h2> <h2>What's Changed</h2> <ul> <li>Add tilt.dev by <a href="https://github.com/ulyssessouza"><code>@​ulyssessouza</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/270">compose-spec/compose-go#270</a></li> <li>project: ensure withServices doesn't blow stack on cycles by <a href="https://github.com/nicksieger"><code>@​nicksieger</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/274">compose-spec/compose-go#274</a></li> <li>interpolate <code>COMPOSE_PROJECT_NAME</code> with name from config file by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/272">compose-spec/compose-go#272</a></li> <li>allow <code>.</code> (dot) in environment variable name by <a href="https://github.com/glours"><code>@​glours</code></a> in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/271">compose-spec/compose-go#271</a></li> <li>Bump gotest.tools/v3 from 3.2.0 to 3.3.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/275">compose-spec/compose-go#275</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nicksieger"><code>@​nicksieger</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/pull/274">compose-spec/compose-go#274</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/compose-spec/compose-go/compare/v1.2.7...v1.2.8">https://github.com/compose-spec/compose-go/compare/v1.2.7...v1.2.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/compose-spec/compose-go/commit/c45b40b31e66dbc3966642803d133bba33680b21"><code>c45b40b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/275">#275</a> from compose-spec/dependabot/go_modules/gotest.tools/...</li> <li><a href="https://github.com/compose-spec/compose-go/commit/042173482969cd44087fbc45b1f2f48d01b2d9c8"><code>0421734</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/271">#271</a> from glours/dot-in-env-var-name</li> <li><a href="https://github.com/compose-spec/compose-go/commit/676cb41500ce94b45e7ef310891677cbe2517472"><code>676cb41</code></a> Bump gotest.tools/v3 from 3.2.0 to 3.3.0</li> <li><a href="https://github.com/compose-spec/compose-go/commit/311eaf5b50fdcca5464861d1f68c665b868d990b"><code>311eaf5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/272">#272</a> from glours/interpolate-compose-name</li> <li><a href="https://github.com/compose-spec/compose-go/commit/0056c09a1d7aa101c7f2b721d3527fc93d3b6eaf"><code>0056c09</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/274">#274</a> from compose-spec/nicksieger/compose/9526</li> <li><a href="https://github.com/compose-spec/compose-go/commit/38b955a4a10cc5770497251386dbe393a69df4ab"><code>38b955a</code></a> project: ensure withServices doesn't blow stack on cycles</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5f3fae041aa24e4b5926f0b3a3ceed41d6387ee0"><code>5f3fae0</code></a> allow '.' (dot) in environment variable name</li> <li><a href="https://github.com/compose-spec/compose-go/commit/2929133fefbaa7888b53f7fa8e4d3e0be41820da"><code>2929133</code></a> interpolate COMPOSE_PROJECT_NAME with name from yaml</li> <li><a href="https://github.com/compose-spec/compose-go/commit/d1bc5d8dfcd472420470a84f67f80f35d574d37a"><code>d1bc5d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/compose-spec/compose-go/issues/270">#270</a> from compose-spec/add-tiltdev</li> <li><a href="https://github.com/compose-spec/compose-go/commit/5e01bb7bf37365e142e44e6b2940d9332e63353a"><code>5e01bb7</code></a> Adds tilt.dev as a user of <code>compose-go</code></li> <li>Additional commits viewable in <a href="https://github.com/compose-spec/compose-go/compare/v1.2.7...v1.2.8">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.7&new-version=1.2.8)](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-07-08 09:40:56 +00:00 (Migrated from github.com)

Looks like github.com/compose-spec/compose-go is up-to-date now, so this is no longer needed.

Looks like github.com/compose-spec/compose-go is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.