Skip to content

chore(deps): bump the go group across 1 directory with 14 updates#178

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-27c0139b3f
Closed

chore(deps): bump the go group across 1 directory with 14 updates#178
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-27c0139b3f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 31, 2025

Bumps the go group with 7 updates in the / directory:

Package From To
code.gitea.io/sdk/gitea 0.21.0 0.22.0
github.com/fluxcd/pkg/apis/meta 1.18.0 1.20.0
github.com/fluxcd/pkg/runtime 0.80.0 0.82.0
github.com/fluxcd/pkg/ssa 0.52.0 0.53.0
github.com/fluxcd/pkg/version 0.9.0 0.10.0
github.com/open-component-model/ocm-controller 0.26.7 0.26.8
ocm.software/ocm 0.27.0 0.28.0

Updates code.gitea.io/sdk/gitea from 0.21.0 to 0.22.0

Updates github.com/fluxcd/pkg/apis/meta from 1.18.0 to 1.20.0

Commits
  • a5e02ce Merge pull request #1013 from fluxcd/meta-history
  • 71c0a08 Prepare release
  • 4aaf176 meta: Add History API for tracking reconcile runs in status
  • 7f090e9 Merge pull request #1014 from fluxcd/k8s-1.34
  • ed9f247 Prepare release
  • 7b0d9ad Update Go to 1.25
  • 622aa13 Update dependencies to Kubernetes v1.34.0
  • ca950d1 Merge pull request #1011 from cappyzawa/feat/object-level-config-validation
  • 524b599 Prepare for release
  • c7e0500 auth: add object-level configuration validation
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.80.0 to 0.82.0

Commits
  • a5e02ce Merge pull request #1013 from fluxcd/meta-history
  • 71c0a08 Prepare release
  • 4aaf176 meta: Add History API for tracking reconcile runs in status
  • 7f090e9 Merge pull request #1014 from fluxcd/k8s-1.34
  • ed9f247 Prepare release
  • 7b0d9ad Update Go to 1.25
  • 622aa13 Update dependencies to Kubernetes v1.34.0
  • ca950d1 Merge pull request #1011 from cappyzawa/feat/object-level-config-validation
  • 524b599 Prepare for release
  • c7e0500 auth: add object-level configuration validation
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.52.0 to 0.53.0

Commits
  • 74ade96 Merge pull request #1010 from fluxcd/int-tests
  • 65cd49c Prepare for release
  • c7e0128 tests: move testdata to tests/testdata
  • c5a640c tests: move integration tests to tests/integration
  • f8a54d7 Merge pull request #1009 from fluxcd/auth-envs
  • 52c5ff2 Prepare for release
  • 0179627 auth: test registry with lockdown
  • 97eaca1 auth: ensure that decryption default sa is ignored
  • d3cd6ac auth: fix t scope for t.Cleanup calls
  • 6c8189e auth: eliminate unreasonable use of env vars
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/version from 0.9.0 to 0.10.0

Commits
  • b9b6a10 Merge pull request #842 from fluxcd/k8s-1.32.0
  • 7b6cd90 Update dependencies to Kubernetes 1.32.0 and Go 1.23.0
  • b9c338a Merge pull request #841 from fluxcd/load-vars
  • cf1915e Make the variables loading function public
  • 84013d4 Merge pull request #839 from fluxcd/workflow-tf-setup
  • b91dc11 workflows: Use setup-terraform install latest
  • 5bf9095 Merge pull request #838 from fluxcd/meta-v1.8.0
  • 05a2b81 Update apis/meta version in chartutil and runtime
  • f58229d Merge pull request #836 from fluxcd/chartutil
  • 8f0cbf5 Add chartutil package and ValuesReference type to APIs
  • Additional commits viewable in compare view

Updates github.com/open-component-model/ocm-controller from 0.26.7 to 0.26.8

Release notes

Sourced from github.com/open-component-model/ocm-controller's releases.

v0.26.8

Release v0.26.8

  • Add fully qualified image value (#723)
  • fix(registry): change readiness and liveness probe to httpGet /v2 (#720)

🧰 Maintenance

  • chore(deps): bump the go group with 3 updates (#716)

⬆️ Dependencies

  • chore(deps): bump the go group with 3 updates (#716)
Commits
  • e261915 chore: release notes for v0.26.8 (#727)
  • dcce94c chore(deps): bump anchore/sbom-action from 0.20.4 to 0.20.5 in the ci group (...
  • 88aaf0d Add fully qualified image value (#723)
  • f89d1f9 chore(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 in the ci ...
  • f04ac1c chore(deps): bump the go group with 3 updates (#716)
  • 069f0eb chore(deps): bump github/codeql-action from 3.29.8 to 3.29.9 in the ci group ...
  • 7c9873b fix(registry): change readiness and liveness probe to httpGet /v2 (#720)
  • ca46af8 chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in the ci group (#718)
  • ed45abf chore(deps): bump github/codeql-action from 3.29.6 to 3.29.8 in the ci group ...
  • See full diff in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.33.4 to 0.34.0

Commits
  • ae6c3b9 Update dependencies to v0.34.0 tag
  • 133a39c Merge remote-tracking branch 'origin/master' into release-1.34
  • fd087be clarify that staging repos are automatically published
  • ff163ef add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • 5ec86fc link to what a staging repository is
  • 08c5dee docs: clarify that this is a staging repository and not for direct contributions
  • ba64d0b Update prerelease lifecycle to v1.34
  • 25f849c Merge pull request #132522 from sunya-ch/KEP-5075-PR
  • baa1eb1 KEP-5075: generated codes from make update
  • 740b2c9 KEP-5075: API updates
  • Additional commits viewable in compare view

Updates k8s.io/apiextensions-apiserver from 0.33.4 to 0.34.0

Commits
  • ce01291 Update dependencies to v0.34.0 tag
  • aada5e8 Merge remote-tracking branch 'origin/master' into release-1.34
  • bad5b2a clarify that staging repos are automatically published
  • f498996 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • f782221 link to what a staging repository is
  • 3625d64 docs: clarify that this is a staging repository and not for direct contributions
  • 71e26b6 Bump etcd sdk to v3.6.4
  • 056a425 Merge pull request #133180 from ylink-lfs/chore/ptr_cast_replace
  • 63d27f2 Merge pull request #132942 from thockin/kyaml
  • 6f8ce15 Allow white-spaced CABundle during webhook client creation and validation (#1...
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.33.4 to 0.34.0

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • Additional commits viewable in compare view

Updates k8s.io/cli-runtime from 0.33.4 to 0.34.0

Commits
  • b62c062 Update dependencies to v0.34.0 tag
  • fa852f2 Merge remote-tracking branch 'origin/master' into release-1.34
  • 31d0c93 clarify that staging repos are automatically published
  • 4f6ba3b add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • d6bbb5b link to what a staging repository is
  • 2977eea docs: clarify that this is a staging repository and not for direct contributions
  • 4ef9d63 Merge pull request #132942 from thockin/kyaml
  • a50ecb1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 2f74b34 Merge pull request #132593 from koba1t/update/kubectl-in-kustomize_to_v5.7.0
  • 1cc2f70 Update kubectl kustomize to kyaml/v0.20.1, cmd/config/v0.20.1, api/v0.20.1, k...
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.33.4 to 0.34.0

Commits
  • b1c7d7b Update dependencies to v0.34.0 tag
  • 97396af Merge remote-tracking branch 'origin/master' into release-1.34
  • 5f737f3 clarify that staging repos are automatically published
  • 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • c00384c link to what a staging repository is
  • b53b1f8 docs: clarify that this is a staging repository and not for direct contributions
  • 42e6182 KEP-5075: generated codes from make update
  • da11948 Merge pull request #130653 from yliaog/master
  • 3b7d818 extended resource backed by DRA: codegen
  • bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions
  • Additional commits viewable in compare view

Updates ocm.software/ocm from 0.27.0 to 0.28.0

Release notes

Sourced from ocm.software/ocm's releases.

v0.28.0

What's Changed

🚀 Features

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.27...v0.28.0

v0.28.0-rc.1

What's Changed

🚀 Features

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

... (truncated)

Commits
  • 732be84 chore(deps): bump the go group with 5 updates (#1553)
  • 7468bf6 fix: double slash in imageReference (#1548)
  • 61ca8cb chore(deps): bump github/codeql-action from 3.29.3 to 3.29.4 in the ci group ...
  • 361f254 feat: add ref to github access spec (#1550)
  • 0e3c9e2 chore(deps): bump the ci group with 2 updates (#1549)
  • 05c2413 chore: update 'flake.nix' (#1546)
  • 79d44f0 chore(deps): bump the go group with 14 updates (#1547)
  • fc40108 chore(deps): bump the go group across 1 directory with 6 updates (#1542)
  • fafac49 chore(deps): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 in the ci gro...
  • 22735b5 chore(deps): bump DeterminateSystems/nix-installer-action from 18 to 19 in th...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.22.0

🔆 Highlights

⚠️ Breaking changes

✨ Features

🐛 Bugfixes

🌱 Other

📖 Documentation

... (truncated)

Commits
  • fc84a60 Merge pull request #3300 from troy0820/troy0820/k8s-deps-1.34
  • c430462 update k8s.io dependencies to v0.34.0
  • 7085be7 Merge pull request #3299 from sbueringer/pr-clarify-state-of-warmup
  • 5fd7ff6 Clarify state of Warmup feature
  • e922805 Merge pull request #3293 from s-z-z/certwatcher-patch
  • 41feb4f feat(certwatcher): add instance-specific logger with cert/key context
  • 0f4e99e Merge pull request #3296 from alvaroaleman/reconciliationtimeout
  • f8db32f ✨ Add a ReconciliationTimeout option
  • 9d3997b ✨ envtest: search the assets index for latest of a release series (#3280)
  • 9f93124 Merge pull request #3290 from alvaroaleman/addafter
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.21.0` | `0.22.0` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.18.0` | `1.20.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.80.0` | `0.82.0` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.52.0` | `0.53.0` |
| [github.com/fluxcd/pkg/version](https://github.com/fluxcd/pkg) | `0.9.0` | `0.10.0` |
| [github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller) | `0.26.7` | `0.26.8` |
| [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.27.0` | `0.28.0` |



Updates `code.gitea.io/sdk/gitea` from 0.21.0 to 0.22.0

Updates `github.com/fluxcd/pkg/apis/meta` from 1.18.0 to 1.20.0
- [Commits](fluxcd/pkg@apis/meta/v1.18.0...apis/meta/v1.20.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.80.0 to 0.82.0
- [Commits](fluxcd/pkg@runtime/v0.80.0...runtime/v0.82.0)

Updates `github.com/fluxcd/pkg/ssa` from 0.52.0 to 0.53.0
- [Commits](fluxcd/pkg@oci/v0.52.0...oci/v0.53.0)

Updates `github.com/fluxcd/pkg/version` from 0.9.0 to 0.10.0
- [Commits](fluxcd/pkg@tar/v0.9.0...tar/v0.10.0)

Updates `github.com/open-component-model/ocm-controller` from 0.26.7 to 0.26.8
- [Release notes](https://github.com/open-component-model/ocm-controller/releases)
- [Changelog](https://github.com/open-component-model/ocm-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/ocm-controller@v0.26.7...v0.26.8)

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 `k8s.io/api` from 0.33.4 to 0.34.0
- [Commits](kubernetes/api@v0.33.4...v0.34.0)

Updates `k8s.io/apiextensions-apiserver` from 0.33.4 to 0.34.0
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.33.4...v0.34.0)

Updates `k8s.io/apimachinery` from 0.33.4 to 0.34.0
- [Commits](kubernetes/apimachinery@v0.33.4...v0.34.0)

Updates `k8s.io/cli-runtime` from 0.33.4 to 0.34.0
- [Commits](kubernetes/cli-runtime@v0.33.4...v0.34.0)

Updates `k8s.io/client-go` from 0.33.4 to 0.34.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.33.4...v0.34.0)

Updates `ocm.software/ocm` from 0.27.0 to 0.28.0
- [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.28)

Updates `sigs.k8s.io/controller-runtime` from 0.21.0 to 0.22.0
- [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.0)

---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/apis/meta
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/version
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm-controller
  dependency-version: 0.26.8
  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: 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/cli-runtime
  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.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Aug 31, 2025
@dependabot dependabot Bot requested a review from a team as a code owner August 31, 2025 06:03
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Aug 31, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 21, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 21, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/go-27c0139b3f branch September 21, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants