Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps github.com/compose-spec/compose-go from 1.18.2 to 1.18.4.

Release notes

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

v1.18.4

What's Changed

New Contributors

Full Changelog: compose-spec/compose-go@v1.18.3...v1.18.4

v1.18.3

🐛 Fixes

  • Fix for "no such service" errors when using include and profiles (#448)
  • Fix for .env overrides when using include (#449)

✨ Features

  • Support for multi-document YAML files (#451)

🔧 Internal

  • Do not read COMPOSE_PROFILES env var in load stage (#446)
    • NOTE: If you are using compose-go as a library, when loading a project, use WithDefaultProfiles to mimic default Compose behavior with a fallback to COMPOSE_PROFILES or WithProfiles if reading from the OS environment is not desirable

What's Changed

Full Changelog: compose-spec/compose-go@v1.18.2...v1.18.3

Commits
  • c8ee8d4 Merge pull request #454 from ndeloof/depends_on_filter
  • aa737c5 keep depends_on config for services explicitly selected
  • 9325945 Merge pull request #452 from thaJeztah/swap_reference
  • 0ab9e42 migrate to github.com/distribution/reference v0.5.0
  • c6eecc5 load: support for multi-document yaml (#451)
  • 8c4b79e load: move env var profile detection to option (#446)
  • 1be5aca Merge pull request #449 from ndeloof/env_override_include
  • 15210d9 local environment to override included .env
  • cda4df5 include: import disabled services for proper profile activation (#448)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.18.2 to 1.18.4.
- [Release notes](https://github.com/compose-spec/compose-go/releases)
- [Commits](compose-spec/compose-go@v1.18.2...v1.18.4)

---
updated-dependencies:
- dependency-name: github.com/compose-spec/compose-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 7, 2023
@josegonzalez josegonzalez merged commit baf7825 into master Sep 7, 2023
@josegonzalez josegonzalez deleted the dependabot/go_modules/github.com/compose-spec/compose-go-1.18.4 branch September 7, 2023 05:39
@josegonzalez josegonzalez mentioned this pull request Feb 8, 2024
josegonzalez added a commit that referenced this pull request Feb 8, 2024
- #50: @dependabot chore(deps): bump golang from 1.20.7 - bullseye to 1.21.0 - bullseye
- #51: @dependabot chore(deps): bump github.com / compose - spec / compose - go from 1.17.0 to 1.18.1
- #52: @dependabot chore(deps): bump github.com/compose-spec/compose-go from 1.18.1 to 1.18.2
- #53: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.9.0 to 0.10.0
- #54: @dependabot chore(deps): bump actions/checkout from 3 to 4
- #55: @dependabot chore(deps): bump github.com/compose-spec/compose-go from 1.18.2 to 1.18.4
- #56: @dependabot chore(deps): bump golang from 1.21.0-bullseye to 1.21.1-bullseye
- #57: @dependabot chore(deps): bump github.com/compose-spec/compose-go from 1.18.4 to 1.19.0
- #58: @dependabot chore(deps): bump golang from 1.21.1-bullseye to 1.21.2-bullseye
- #59: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.10.0 to 0.11.0
- #60: @dependabot chore(deps): bump golang from 1.21.2-bullseye to 1.21.3-bullseye
- #61: @josegonzalez Remove support for armhf, Ubuntu Bionic, and Debian Buster
- #62: @dependabot chore(deps): bump github.com/compose-spec/compose-go from 1.19.0 to 1.20.0
- #63: @dependabot chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0
- #64: @dependabot chore(deps): bump golang from 1.21.3-bookworm to 1.21.4-bookworm
- #66: @dependabot chore(deps): bump github.com/compose-spec/compose-go from 1.20.0 to 1.20.2
- #67: @dependabot chore(deps): bump golang from 1.21.4-bookworm to 1.21.5-bookworm
- #68: @dependabot chore(deps): bump github/codeql-action from 2 to 3
- #69: @dependabot chore(deps): bump actions/upload-artifact from 3 to 4
- #70: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.11.0 to 0.13.0
- #71: @dependabot chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm
- #72: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.13.0 to 0.14.0
- #73: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.14.0 to 0.15.0
- #74: @dependabot chore(deps): bump golang from 1.21.6-bookworm to 1.21.7-bookworm
- #75: @dependabot chore(deps): bump golang from 1.21.7-bookworm to 1.22.0-bookworm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant