Skip to content

chore(deps): bump github.com/kubernetes/kompose from 1.36.0 to 1.37.0 in /sdk #857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps github.com/kubernetes/kompose from 1.36.0 to 1.37.0.

Release notes

Sourced from github.com/kubernetes/kompose's releases.

v1.37.0

Installation

Linux and macOS:

# Linux
curl -L https://github.com/kubernetes/kompose/releases/download/v1.37.0/kompose-linux-amd64 -o kompose
Linux ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.37.0/kompose-linux-arm64 -o kompose
macOS
curl -L https://github.com/kubernetes/kompose/releases/download/v1.37.0/kompose-darwin-amd64 -o kompose
macOS ARM64
curl -L https://github.com/kubernetes/kompose/releases/download/v1.37.0/kompose-darwin-arm64 -o kompose
chmod +x kompose
sudo mv ./kompose /usr/local/bin/kompose

Windows:

Download from GitHub and add the binary to your PATH.

Checksums:

Filename SHA256 Hash
kompose-darwin-amd64 7dd4f6bca15595a70f85ae15fa01f23ed94aed5f41cdd6c6ccc6ead0e4766f9d
kompose-darwin-amd64.tar.gz 2cfcd33fdee2e015b5dfa8d0bbda7cbc1fc28676061243786bdb750f1ba1cf17
kompose-darwin-arm64 f859b45382f46bf85d3f564e922010142d58a23d7347015bbbcaef8b973b79d0
kompose-darwin-arm64.tar.gz b8512dc6713e6c4722843f531bb320e2ca9fe3a33393cc4b19661e2a942895f2
kompose-linux-amd64 0861a3d612d8825a530ff566a0e8fda788a46eeaa390b613561a2b557b5e6b58
kompose-linux-amd64.tar.gz c258ca7c66b9fb54a75790fafbc586180098b43cf5a155c9602a969f278e1d44
kompose-linux-arm c6b92548e6a705dc97cd9b348abd9b83969ff940035397fbdf5e31a2f859c6bf
kompose-linux-arm.tar.gz 925b199327a5ffdc3506a08363569c8356035c1f3de9500e88435ca7547d468c
kompose-linux-arm64 cd6fdf8f4560a936e574c11520993f2cc0afe4401b9cea01ce5d746f3cf04013
kompose-linux-arm64.tar.gz 029fcb3d885b944d3914df23491c99693e126a9638e98b0f1b4b4fddf099b07a
kompose-windows-amd64.exe eafee2c48cdb9b56936f80947f195b7663b390571fb3fbe2ead935c99df4c9f2
kompose-windows-amd64.exe.tar.gz 4e7bc0e48dc6f57d873c4b19e35ea6b404022d1111ec0aaa175414ab0374222a
SHA256_SUM fb3825c46abc3861504162e3da8f44028a5b722acd49913131cdb1085ca0a7be

What's Changed

... (truncated)

Commits
  • fb0539e 1.37.0 Release (#2040)
  • e1982df Merge pull request #2037 from kubernetes/dependabot/go_modules/github.com/com...
  • 4c97b6d Merge pull request #2029 from kubernetes/dependabot/go_modules/github.com/go-...
  • a2b7a2e Merge pull request #2028 from kubernetes/dependabot/go_modules/github.com/spf...
  • 8605aa2 Merge pull request #2034 from kubernetes/dependabot/go_modules/github.com/spf...
  • 2d73615 refactor: use slices.Equal to simplify code (#2036)
  • 6b9fb84 chore(deps)(deps): bump github.com/compose-spec/compose-go/v2
  • 1f4a8ca chore(deps)(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.7
  • 7814fcf chore(deps)(deps): bump github.com/go-viper/mapstructure/v2
  • 136af57 chore(deps)(deps): bump github.com/spf13/cast from 1.7.0 to 1.9.2
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 12, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/sdk/github.com/kubernetes/kompose-1.37.0 branch from b1a3dfd to dbfd631 Compare August 13, 2025 12:28
@coveralls
Copy link

Pull Request Test Coverage Report for Build 16937210856

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 8 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.1%) to 52.272%

Files with Coverage Reduction New Missed Lines %
sdk/kubernetes/exposed-multipod.go 2 91.34%
cmd/chall-manager-janitor/main.go 6 78.04%
Totals Coverage Status
Change from base Build 16937170499: -0.1%
Covered Lines: 4348
Relevant Lines: 8318

💛 - Coveralls

Bumps [github.com/kubernetes/kompose](https://github.com/kubernetes/kompose) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/kubernetes/kompose/releases)
- [Changelog](https://github.com/kubernetes/kompose/blob/main/RELEASE.md)
- [Commits](kubernetes/kompose@v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: github.com/kubernetes/kompose
  dependency-version: 1.37.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/sdk/github.com/kubernetes/kompose-1.37.0 branch from dbfd631 to c20b0d8 Compare August 14, 2025 06:08
@pandatix pandatix merged commit 342c4f5 into main Aug 14, 2025
12 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/sdk/github.com/kubernetes/kompose-1.37.0 branch August 14, 2025 14:50
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.

2 participants