-
Notifications
You must be signed in to change notification settings - Fork 16
chore(deps): bump the go group with 17 updates #746
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the go group with 17 updates: | Package | From | To | | --- | --- | --- | | cuelang.org/go | `0.14.0` | `0.14.1` | | [github.com/containers/image/v5](https://github.com/containers/image) | `5.36.1` | `5.36.2` | | [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.18.0` | `1.21.0` | | [github.com/fluxcd/pkg/http/fetch](https://github.com/fluxcd/pkg) | `0.17.0` | `0.19.0` | | [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) | `1.19.0` | `1.22.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.79.0` | `0.85.0` | | [github.com/fluxcd/pkg/tar](https://github.com/fluxcd/pkg) | `0.13.0` | `0.14.0` | | [github.com/mikefarah/yq/v4](https://github.com/mikefarah/yq) | `4.45.4` | `4.47.2` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.0` | `1.38.2` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.18.5` | `3.19.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.33.3` | `0.34.0` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.33.3` | `0.34.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.3` | `0.34.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.3` | `0.34.0` | | [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.27.0` | `0.29.1` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.21.0` | `0.22.1` | Updates `cuelang.org/go` from 0.14.0 to 0.14.1 Updates `github.com/containers/image/v5` from 5.36.1 to 5.36.2 - [Release notes](https://github.com/containers/image/releases) - [Commits](containers/image@v5.36.1...v5.36.2) Updates `github.com/fluxcd/pkg/apis/meta` from 1.18.0 to 1.21.0 - [Commits](fluxcd/pkg@apis/meta/v1.18.0...apis/meta/v1.21.0) Updates `github.com/fluxcd/pkg/http/fetch` from 0.17.0 to 0.19.0 - [Commits](fluxcd/pkg@git/v0.17.0...git/v0.19.0) Updates `github.com/fluxcd/pkg/kustomize` from 1.19.0 to 1.22.0 - [Commits](fluxcd/pkg@apis/meta/v1.19.0...kustomize/v1.22.0) Updates `github.com/fluxcd/pkg/runtime` from 0.79.0 to 0.85.0 - [Commits](fluxcd/pkg@runtime/v0.79.0...runtime/v0.85.0) Updates `github.com/fluxcd/pkg/tar` from 0.13.0 to 0.14.0 - [Commits](fluxcd/pkg@git/v0.13.0...git/v0.14.0) Updates `github.com/mikefarah/yq/v4` from 4.45.4 to 4.47.2 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.45.4...v4.47.2) Updates `github.com/onsi/gomega` from 1.38.0 to 1.38.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.0...v1.38.2) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `helm.sh/helm/v3` from 3.18.5 to 3.19.0 - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.18.5...v3.19.0) Updates `k8s.io/api` from 0.33.3 to 0.34.0 - [Commits](kubernetes/api@v0.33.3...v0.34.0) Updates `k8s.io/apiextensions-apiserver` from 0.33.3 to 0.34.0 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.33.3...v0.34.0) Updates `k8s.io/apimachinery` from 0.33.3 to 0.34.0 - [Commits](kubernetes/apimachinery@v0.33.3...v0.34.0) Updates `k8s.io/client-go` from 0.33.3 to 0.34.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.33.3...v0.34.0) Updates `ocm.software/ocm` from 0.27.0 to 0.29.1 - [Release notes](https://github.com/open-component-model/ocm/releases) - [Changelog](https://github.com/open-component-model/ocm/blob/main/RELEASE_PROCESS.md) - [Commits](open-component-model/ocm@v0.27...v0.29.1) Updates `sigs.k8s.io/controller-runtime` from 0.21.0 to 0.22.1 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: cuelang.org/go dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/containers/image/v5 dependency-version: 5.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/fluxcd/pkg/apis/meta dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/http/fetch dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/kustomize dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/runtime dependency-version: 0.85.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/tar dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/mikefarah/yq/v4 dependency-version: 4.47.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: helm.sh/helm/v3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: k8s.io/api dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: k8s.io/apiextensions-apiserver dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: k8s.io/apimachinery dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: k8s.io/client-go dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: ocm.software/ocm dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the go group with 17 updates:
0.14.00.14.15.36.15.36.21.18.01.21.00.17.00.19.01.19.01.22.00.79.00.85.00.13.00.14.04.45.44.47.21.38.01.38.21.10.01.11.13.18.53.19.00.33.30.34.00.33.30.34.00.33.30.34.00.33.30.34.00.27.00.29.10.21.00.22.1Updates
cuelang.org/gofrom 0.14.0 to 0.14.1Updates
github.com/containers/image/v5from 5.36.1 to 5.36.2Release notes
Sourced from github.com/containers/image/v5's releases.
Commits
d464a25Bump to v5.36.250a6b67Merge pull request #2943 from TomSweeneyRedHat/dev/tsweeney/backport_2938d3eb538[release-5.36] rekor: do not cancel http context6ed8326Merge pull request #2920 from TomSweeneyRedHat/dev/tsweeney/v5.36.1Updates
github.com/fluxcd/pkg/apis/metafrom 1.18.0 to 1.21.0Commits
6ce1a83Merge pull request #1019 from fluxcd/update-otel828f74fPrepare releasee7a2b15Update otel to v1.38.0d2f54ddMerge pull request #1018 from fluxcd/meta-artifact9adb480apis: AddArtifacttype tometapackage7201e2cMerge pull request #1017 from fluxcd/kustomize-ignore-components929f4b4kustomize: AddignoreMissingComponentsoptiona5e02ceMerge pull request #1013 from fluxcd/meta-history71c0a08Prepare release4aaf176meta: AddHistoryAPI for tracking reconcile runs in statusUpdates
github.com/fluxcd/pkg/http/fetchfrom 0.17.0 to 0.19.0Commits
e32ccc2Merge pull request #763 from fluxcd/kubernetes-1.302b974afUpdate sigs.k8s.io/controller-tools to v0.15.052c1fc5Update sigs.k8s.io/controller-runtime to v0.18.0c906252Update dependencies to Kubernetes 1.3092c1348Merge pull request #764 from fluxcd/dependabot/github_actions/ci-e44cfae560ccb916abuild(deps): bump the ci group with 3 updates6081556Merge pull request #761 from fluxcd/kustomize-name-prefix-suffixabf5675kustomize: Add support fornamePrefixandnameSuffix98d2522Merge pull request #760 from fluxcd/dependabot/github_actions/ci-8f082d4f6defcd824build(deps): bump docker/setup-buildx-action in the ci groupUpdates
github.com/fluxcd/pkg/kustomizefrom 1.19.0 to 1.22.0Commits
bf02f0aMerge pull request #1026 from fluxcd/storage-refactoringe2dd3d1artifact: Refactor storage package structureee36d78Merge pull request #1025 from fluxcd/controller-runtime-v0.22.1b5ab5b9Prepare release6ce90c6Add the Artifact Management SDK to readmee4f3937Update controller-runtime to v0.22.19e2ac7dMerge pull request #1024 from fluxcd/dependabot/github_actions/ci-43e651404493ac531build(deps): bump the ci group across 1 directory with 5 updates24724beMerge pull request #1023 from fluxcd/runtime-env-vars85cb1e2runtime: Add environment variablesUpdates
github.com/fluxcd/pkg/runtimefrom 0.79.0 to 0.85.0Commits
4e0af91Merge pull request #1028 from fluxcd/cel-string-slice3adc488Prepare for releasec302901runtime/cel: introduce EvaluateStringSlice()6914a6aMerge pull request #1027 from fluxcd/helm-v0.34.075e64b1Update Helm to v3.19.0bf02f0aMerge pull request #1026 from fluxcd/storage-refactoringe2dd3d1artifact: Refactor storage package structureee36d78Merge pull request #1025 from fluxcd/controller-runtime-v0.22.1b5ab5b9Prepare release6ce90c6Add the Artifact Management SDK to readmeUpdates
github.com/fluxcd/pkg/tarfrom 0.13.0 to 0.14.0Commits
909b315Merge pull request #651 from fluxcd/git-upgrade-deps3249e6dgit: upgrade dependencies6eae7b4Merge pull request #650 from pjbgf/upstream-billye8ee260git/gogit: Replaces fs with upstream osfs.BoundOS01981eaMerge pull request #649 from fluxcd/dependabot/github_actions/ci-915f3d3f9ac6bb1fabuild(deps): bump the ci group with 2 updateseedb1a0Merge pull request #646 from fluxcd/oci-cr-loggere6669d8oci/auth: Add test to check for non-test flagsf01d884oci: Use controller-runtime pkg/log explicitly488252eMerge pull request #643 from fluxcd/dependabot/github_actions/ci-81eb07bab1Updates
github.com/mikefarah/yq/v4from 4.45.4 to 4.47.2Release notes
Sourced from github.com/mikefarah/yq/v4's releases.
Changelog
Sourced from github.com/mikefarah/yq/v4's changelog.
Commits
6251e95Bumping versionb2155ebPreparing release911e394Bumping pflag35d338cmodify empty table decode6d7aa38Bump github.com/spf13/cobra from 1.9.1 to 1.10.1e890011Adding gah as a community supported install methodc34edcfBump actions/checkout from 4 to 5a46a576Bump golang from 1.24.5 to 1.25.0af2f868Bump golang.org/x/net from 0.42.0 to 0.43.076c8170Use ghcr.io instead of ghrc.ioUpdates
github.com/onsi/gomegafrom 1.38.0 to 1.38.2Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
79b8a75v1.38.2c404969roll back to go 1.23.0c36e89av1.38.192eaa57go mod tidyb9ed3cddeprecate CompileTest*2a5bf77fix invalid fmt.Errorf3e9e385bump ginkgo7f37abeReplacegopkg.in/yaml.v3withgo.yaml.in/yaml/v369e4761fix(async_assertion): use correct error in errors.As95737c0Bump golang.org/x/net from 0.41.0 to 0.43.0 (#856)Updates
github.com/stretchr/testifyfrom 1.10.0 to 1.11.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
2a57335Merge pull request #1788 from brackendawson/1785-backport-1.11af8c912Backport #1786 to release/1.11b7801fbMerge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...69831f3build(deps): bump actions/checkout from 4 to 5a53be35Improve captureTestingT helperaafb604mock: improve formatting of error message7218e03improve error msg929a212Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filteringbc7459esuite: faster filtering of methods (-testify.m)7d37b5csuite: refactor methodFilterUpdates
helm.sh/helm/v3from 3.18.5 to 3.19.0Release notes
Sourced from helm.sh/helm/v3's releases.
... (truncated)
Commits
3d8990fbump version to v3.19.0eab6c55Merge pull request #31214 from helm/dependabot/go_modules/dev-v3/k8s-io-e32ea...25f462cMerge pull request #31241 from banjoh/em/fix-username-password-v39a54bf1fix: use username and password if provided5af0f68chore(deps): bump the k8s-io group with 7 updatesfb05a5aMerge pull request #31233 from helm/dependabot/go_modules/dev-v3/github.com/s...e485606chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.12386688Merge pull request #31208 from helm/dependabot/go_modules/dev-v3/github.com/s...6355c3dchore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1ee80c32Merge pull request #31189 from helm/dependabot/go_modules/dev-v3/github.com/s...Updates
k8s.io/apifrom 0.33.3 to 0.34.0Commits
ae6c3b9Update dependencies to v0.34.0 tag133a39cMerge remote-tracking branch 'origin/master' into release-1.34fd087beclarify that staging repos are automatically publishedff163efadd pointer to CONTRIBUTING.md for more details on contributing, clarify read...5ec86fclink to what a staging repository is08c5deedocs: clarify that this is a staging repository and not for direct contributionsba64d0bUpdate prerelease lifecycle to v1.3425f849cMerge pull request #132522 from sunya-ch/KEP-5075-PRbaa1eb1KEP-5075: generated codes from make update740b2c9KEP-5075: API updatesUpdates
k8s.io/apiextensions-apiserverfrom 0.33.3 to 0.34.0Commits
ce01291Update dependencies to v0.34.0 tagaada5e8Merge remote-tracking branch 'origin/master' into release-1.34bad5b2aclarify that staging repos are automatically publishedf498996add pointer to CONTRIBUTING.md for more details on contributing, clarify read...f782221link to what a staging repository is3625d64docs: clarify that this is a staging repository and not for direct contributions71e26b6Bump etcd sdk to v3.6.4056a425Merge pull request #133180 from ylink-lfs/chore/ptr_cast_replace63d27f2Merge pull request #132942 from thockin/kyaml6f8ce15Allow white-spaced CABundle during webhook client creation and validation (#1...Updates
k8s.io/apimachineryfrom 0.33.3 to 0.34.0Commits
b72d93dMerge remote-tracking branch 'origin/master' into release-1.34cd8b91cclarify that staging repos are automatically published8c59599add pointer to CONTRIBUTING.md for more details on contributing, clarify read...ec3cea5link to what a staging repository ise4db694docs: clarify that this is a staging repository and not for direct contributions04507a3Merge pull request #132942 from thockin/kyaml50e39b1Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers7d108e8Re-vendor sigs.k8s.io/yaml @ v1.6.058c4eb0Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal38a24e6chore: residual boolptr and intptr removalUpdates
k8s.io/client-gofrom 0.33.3 to 0.34.0Commits
b1c7d7bUpdate dependencies to v0.34.0 tag97396afMerge remote-tracking branch 'origin/master' into release-1.345f737f3clarify that staging repos are automatically published0b8655badd pointer to CONTRIBUTING.md for more details on contributing, clarify read...c00384clink to what a staging repository isb53b1f8docs: clarify that this is a staging repository and not for direct contributions42e6182KEP-5075: generated codes from make updateda11948Merge pull request #130653 from yliaog/master3b7d818extended resource backed by DRA: codegenbb11581Merge pull request #130160 from KobayashiD27/dra-device-binding-conditionsUpdates
ocm.software/ocmfrom 0.27.0 to 0.29.1Release notes
Sourced from ocm.software/ocm's releases.
... (truncated)
Commits
c9a4cd0Release v0.29.170af624chore: update Go version to 1.25.1 (open-component-model#1609) (#1611)d6c43e7chore: bump VERSION to 0.29.1-dev (#1610)2d0e9e8Release v0.29.0a67cd36fix(ci): correct artifact download path in release workflow to ensure proper ...ce5eb4dchore: update minimal build version to go 1.25 (#1591)24ee03dchore: update 'flake.nix' (#1590)26ea852chore(deps): bump the go group with 10 updates (#1589)f129439chore(deps): bump github/codeql-action from 3.29.10 to 3.29.11 in the ci grou...564bba1chore: update 'flake.nix' (#1587)Updates
sigs.k8s.io/controller-runtimefrom 0.21.0 to 0.22.1Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.