Skip to content

chore(deps)(deps): bump github.com/compose-spec/compose-go/v2 from 2.8.1 to 2.10.0#2076

Merged
k8s-ci-robot merged 1 commit intomainfrom
dependabot/go_modules/github.com/compose-spec/compose-go/v2-2.10.0
Jan 15, 2026
Merged

chore(deps)(deps): bump github.com/compose-spec/compose-go/v2 from 2.8.1 to 2.10.0#2076
k8s-ci-robot merged 1 commit intomainfrom
dependabot/go_modules/github.com/compose-spec/compose-go/v2-2.10.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps github.com/compose-spec/compose-go/v2 from 2.8.1 to 2.10.0.

Release notes

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

v2.9.1

What's Changed

New Contributors

Full Changelog: compose-spec/compose-go@v2.9.0...v2.9.1

v2.9.0

What's Changed

Full Changelog: compose-spec/compose-go@v2.8.2...v2.9.0

v2.8.2

What's Changed

Full Changelog: compose-spec/compose-go@v2.8.1...v2.8.2

Commits
  • 3d3411d Allow importing compose file to override resource definition
  • dbfe619 Introduced ability to skip env_file parsing with include
  • 2837330 Bump actions/checkout from 5 to 6
  • 61f9cea use go.yaml.in/yaml/v4
  • dabd353 create_host_path must not be omitted when set to false
  • 4405e68 Bump golangci/golangci-lint-action from 8 to 9
  • 1b2139e feat(interpolate): Add cast to bool for 'depends_on' required and restart opt...
  • ea0b69c introduce no-cache-filter
  • f63fde4 fix apply !override while processing extends on services declared in same file
  • 75fb1ab feat(volume): Enhance volume parsing to support variable default values
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 12, 2026
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jan 12, 2026
@cdrage
Copy link
Member

cdrage commented Jan 14, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/compose-spec/compose-go/v2-2.10.0 branch 2 times, most recently from 8bb5577 to a8abefb Compare January 15, 2026 15:40
Copy link
Member

@cdrage cdrage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cdrage, dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 15, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/compose-spec/compose-go/v2-2.10.0 branch from a8abefb to 638f79e Compare January 15, 2026 15:54
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 15, 2026
Bumps [github.com/compose-spec/compose-go/v2](https://github.com/compose-spec/compose-go) from 2.8.1 to 2.10.0.
- [Release notes](https://github.com/compose-spec/compose-go/releases)
- [Commits](compose-spec/compose-go@v2.8.1...v2.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/compose-spec/compose-go/v2-2.10.0 branch from 638f79e to cc45b7c Compare January 15, 2026 18:00
@cdrage
Copy link
Member

cdrage commented Jan 15, 2026

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 15, 2026
@k8s-ci-robot k8s-ci-robot merged commit 56442eb into main Jan 15, 2026
10 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/compose-spec/compose-go/v2-2.10.0 branch January 15, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update Go code lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants