Skip to content

chore(deps): bump the go group across 1 directory with 8 updates#884

Merged
frewilhelm merged 1 commit intomainfrom
dependabot/go_modules/go-b282791110
Apr 7, 2026
Merged

chore(deps): bump the go group across 1 directory with 8 updates#884
frewilhelm merged 1 commit intomainfrom
dependabot/go_modules/go-b282791110

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

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

Package From To
github.com/distribution/distribution/v3 3.0.0 3.1.0
github.com/fluxcd/helm-controller/api 1.5.2 1.5.3
github.com/google/go-containerregistry 0.21.2 0.21.4
k8s.io/api 0.35.2 0.35.3
k8s.io/apiextensions-apiserver 0.35.2 0.35.3
ocm.software/ocm 0.37.0 0.38.0

Updates github.com/distribution/distribution/v3 from 3.0.0 to 3.1.0

Release notes

Sourced from github.com/distribution/distribution/v3's releases.

v3.1.0

Welcome to the v3.1.0 release of registry!

This is a stable release

Please try out the release binaries and report any issues at https://github.com/distribution/distribution/issues.

Notable Changes

See the full changelog below for the full list of changes.

What's Changed

... (truncated)

Commits
  • 708f8d6 chore(ci): Prep for v3.1 release (#4841)
  • b1d5dbc chore(ci): Prep for v3.1 release
  • 078b078 Merge commit from fork
  • cccd0d4 fix(vendor): fix broke vendor validation (#4839)
  • 49447e8 fix(vendor): fix broke vendpor validation
  • cc5d5fa Merge commit from fork
  • 4cfa178 build(deps): bump actions/configure-pages from 5.0.0 to 6.0.0 (#4834)
  • c4bac3b build(deps): bump codecov/codecov-action from 5.5.4 to 6.0.0 (#4836)
  • 2f2ce9f Opt: refactor tag list pagination support (#4353)
  • 6a02a0e Opt: refactor tag list pagination support
  • Additional commits viewable in compare view

Updates github.com/fluxcd/helm-controller/api from 1.5.2 to 1.5.3

Release notes

Sourced from github.com/fluxcd/helm-controller/api's releases.

v1.5.3

Changelog

v1.5.3 changelog

Container images

  • docker.io/fluxcd/helm-controller:v1.5.3
  • ghcr.io/fluxcd/helm-controller:v1.5.3

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/helm-controller/api's changelog.

1.5.3

Release date: 2026-03-16

This patch release fixes templating errors for charts that include --- in the content, e.g. YAML separators, embedded scripts, CAs inside ConfigMaps, etc. Some of the errors that could be encountered due to this issue are:

  • invalid document separator: ---apiVersion: v1
  • wrong node kind

Fixes:

  • Fix multi-doc parser of --- for post renderers #1442
Commits
  • 61606cd Merge pull request #1444 from fluxcd/release-v1.5.3
  • 203743e Release v1.5.3
  • fab7bdb Add changelog entry for v1.5.3
  • 5423812 Merge pull request #1443 from fluxcd/backport-1442-to-release/v1.5.x
  • 4f66b36 Fix multi-doc parser of --- for post renderers
  • See full diff in compare view

Updates github.com/google/go-containerregistry from 0.21.2 to 0.21.4

Release notes

Sourced from github.com/google/go-containerregistry's releases.

v0.21.4

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.3...v0.21.4

v0.21.3

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.2...v0.21.3

Commits
  • e8813dd goreleaser: Update goreleaser config and GH action for releases (#2253)
  • e90447d replace gcloud in binary calls in pkg/v1/google tests (#2085)
  • 0d0368c revert path traversal and symlink escape changes (#2250)
  • a2f47d4 transport: validate Bearer realm URL to prevent SSRF (#2243)
  • 19a36cd fork distribution client v3 auth-challenge as an internal package (squashed) ...
  • c612a9b Bump codecov/codecov-action from 5.5.2 to 5.5.3 in the actions group (#2240)
  • 8f92f59 Bump CI go version to 1.26.1 (#2242)
  • c99e7cf fix: update to go1.25.8, and use separate .go-version file (#2246)
  • 0794660 Bump the go-deps group across 3 directories with 5 updates (#2245)
  • 4cb93ae Undo pruning absolute links from extracted and flattened images (#2241)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.35.2 to 0.35.3

Commits

Updates k8s.io/apiextensions-apiserver from 0.35.2 to 0.35.3

Commits
  • 073f527 Update dependencies to v0.35.3 tag
  • 791831a Merge pull request #136903pohly/automated-cherry-pick-of-#136455
  • 85fbdc0 Merge pull request #136387vikasbolla/automated-cherry-pick-of-#135567
  • 0e52304 fake client-go: un-deprecate NewSimpleClientset
  • f4ff589 Fix flaky TestApplyCRDuringCRDFinalization test
  • See full diff in compare view

Updates k8s.io/apimachinery from 0.35.2 to 0.35.3

Commits

Updates k8s.io/client-go from 0.35.2 to 0.35.3

Commits
  • 4f1f0a2 Update dependencies to v0.35.3 tag
  • f80003c Merge pull request #136903pohly/automated-cherry-pick-of-#136455
  • 8b41556 fake client-go: un-deprecate NewSimpleClientset
  • See full diff in compare view

Updates ocm.software/ocm from 0.37.0 to 0.38.0

Release notes

Sourced from ocm.software/ocm's releases.

v0.38.0

What's Changed

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.37...v0.38.0

v0.38.0-rc.1

What's Changed

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.37...v0.38.0

Commits
  • 3eb9aca chore(deps): bump the ci group with 2 updates (#1862)
  • b6505ee chore(deps): update to go 1.26.1 (#1859)
  • 452293d chore(deps): bump golang from 1.25.7-alpine3.22 to 1.26.1-alpine3.22 (#1854)
  • d81c446 chore: update 'flake.nix' (#1857)
  • f17c4a2 fix(deps): Fix dependency bump by updating another deprecated dependency (#1856)
  • 7a23813 chore(deps): bump the ci group with 3 updates (#1852)
  • 58d60e7 chore(deps): bump the ci group with 2 updates (#1851)
  • 42a2371 chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0 in the ci grou...
  • 9719ab8 chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 in the ci group ...
  • f4caccf chore(deps): bump the ci group with 2 updates (#1847)
  • 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 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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/distribution/distribution/v3](https://github.com/distribution/distribution) | `3.0.0` | `3.1.0` |
| [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `1.5.2` | `1.5.3` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.21.2` | `0.21.4` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.2` | `0.35.3` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.35.2` | `0.35.3` |
| [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.37.0` | `0.38.0` |



Updates `github.com/distribution/distribution/v3` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/distribution/distribution/releases)
- [Commits](distribution/distribution@v3.0.0...v3.1.0)

Updates `github.com/fluxcd/helm-controller/api` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/fluxcd/helm-controller/releases)
- [Changelog](https://github.com/fluxcd/helm-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/helm-controller@v1.5.2...v1.5.3)

Updates `github.com/google/go-containerregistry` from 0.21.2 to 0.21.4
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Commits](google/go-containerregistry@v0.21.2...v0.21.4)

Updates `k8s.io/api` from 0.35.2 to 0.35.3
- [Commits](kubernetes/api@v0.35.2...v0.35.3)

Updates `k8s.io/apiextensions-apiserver` from 0.35.2 to 0.35.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.35.2...v0.35.3)

Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3
- [Commits](kubernetes/apimachinery@v0.35.2...v0.35.3)

Updates `k8s.io/client-go` from 0.35.2 to 0.35.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.2...v0.35.3)

Updates `ocm.software/ocm` from 0.37.0 to 0.38.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.37...v0.38)

---
updated-dependencies:
- dependency-name: github.com/distribution/distribution/v3
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/helm-controller/api
  dependency-version: 1.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/api
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: ocm.software/ocm
  dependency-version: 0.38.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 Apr 7, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 7, 2026 08:48
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Apr 7, 2026
@frewilhelm frewilhelm enabled auto-merge (squash) April 7, 2026 08:48
@frewilhelm frewilhelm merged commit 40bf192 into main Apr 7, 2026
9 checks passed
@frewilhelm frewilhelm deleted the dependabot/go_modules/go-b282791110 branch April 7, 2026 08:49
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.

1 participant