Skip to content

chore(deps): bump the go group with 9 updates#943

Merged
frewilhelm merged 1 commit into
mainfrom
dependabot/go_modules/go-2e34f01187
Jun 15, 2026
Merged

chore(deps): bump the go group with 9 updates#943
frewilhelm merged 1 commit into
mainfrom
dependabot/go_modules/go-2e34f01187

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 9 updates:

Package From To
github.com/fluxcd/pkg/apis/event 0.26.0 0.27.0
github.com/fluxcd/pkg/apis/meta 1.29.0 1.30.0
github.com/fluxcd/pkg/kustomize 1.32.0 1.34.0
github.com/fluxcd/pkg/runtime 0.108.0 0.110.0
helm.sh/helm/v3 3.21.0 3.21.1
k8s.io/api 0.36.1 0.36.2
k8s.io/apiextensions-apiserver 0.36.1 0.36.2
k8s.io/apimachinery 0.36.1 0.36.2
k8s.io/client-go 0.36.1 0.36.2

Updates github.com/fluxcd/pkg/apis/event from 0.26.0 to 0.27.0

Commits
  • 7e9c75b Merge pull request #913 from fluxcd/update-deps-internal-k8s-1.33
  • 9d7ac7b Update internal dependencies
  • 7a0e0e2 Merge pull request #903 from fluxcd/dependabot/github_actions/ci-eefd586f05
  • 0b69606 build(deps): bump the ci group across 1 directory with 12 updates
  • 1b76ef3 Merge pull request #912 from fluxcd/k8s-1.33
  • bcb62f2 Update to Kubernetes 1.33.0 and Go 1.24.0
  • See full diff in compare view

Updates github.com/fluxcd/pkg/apis/meta from 1.29.0 to 1.30.0

Commits
  • 3f9f27f Merge pull request #1243 from fluxcd/release-main
  • bc3dd2c Prepare for release
  • d19e060 Merge pull request #1242 from fluxcd/upgrade-deps
  • 5778c6b Upgrade Kubernetes to 1.36.1
  • 5a7f3ce Merge pull request #1240 from fluxcd/release-main
  • ceb5e00 Prepare for release
  • 23ca4f5 Merge pull request #1241 from Iam-Karan-Suresh/impersonator-test
  • 3d21e81 test: adding test cases for impersonator
  • a12b6e8 Merge pull request #1239 from fluxcd/oci-created
  • c635f88 oci: set created timestamp in the config
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/kustomize from 1.32.0 to 1.34.0

Commits
  • 3f9f27f Merge pull request #1243 from fluxcd/release-main
  • bc3dd2c Prepare for release
  • d19e060 Merge pull request #1242 from fluxcd/upgrade-deps
  • 5778c6b Upgrade Kubernetes to 1.36.1
  • 5a7f3ce Merge pull request #1240 from fluxcd/release-main
  • ceb5e00 Prepare for release
  • 23ca4f5 Merge pull request #1241 from Iam-Karan-Suresh/impersonator-test
  • 3d21e81 test: adding test cases for impersonator
  • a12b6e8 Merge pull request #1239 from fluxcd/oci-created
  • c635f88 oci: set created timestamp in the config
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.108.0 to 0.110.0

Commits
  • 3f9f27f Merge pull request #1243 from fluxcd/release-main
  • bc3dd2c Prepare for release
  • d19e060 Merge pull request #1242 from fluxcd/upgrade-deps
  • 5778c6b Upgrade Kubernetes to 1.36.1
  • 5a7f3ce Merge pull request #1240 from fluxcd/release-main
  • ceb5e00 Prepare for release
  • 23ca4f5 Merge pull request #1241 from Iam-Karan-Suresh/impersonator-test
  • 3d21e81 test: adding test cases for impersonator
  • a12b6e8 Merge pull request #1239 from fluxcd/oci-created
  • c635f88 oci: set created timestamp in the config
  • Additional commits viewable in compare view

Updates helm.sh/helm/v3 from 3.21.0 to 3.21.1

Release notes

Sourced from helm.sh/helm/v3's releases.

Helm v3.21.1 is a patch release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • Fixed nil pointer panic that could happen with helm template in ClientOnly flows. Now correctly returns a template error helm/helm#31920
  • Bumped golang.org/x/net to v0.55.0 to address GO-2026-5026 #32152
  • Bumped Go from 1.25 to 1.26 #32168
  • Dependency version updates

Installation and Upgrading

Download Helm v3.21.1. The common platform binaries are here:

This release was signed with 208D D36E D5BB 3745 A167 43A4 C7C6 FBB5 B91C 1155 and can be found at @​scottrigby keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 4.2.2 and 3.21.2 are the next patch releases scheduled for July 8, 2026
  • 4.3.0 and 3.22.0 are the next minor releases scheduled for September 9, 2026

Changelog

  • fix(action): avoid nil REST client getter panic when installing CRDs c56dd0095fd76da5d7b30ecdf506103e7f26745e (sergiochan)
  • fix(registry): keep credentials on plain-HTTP fallback with oras-go v2.6.1 702529f90a0021e4d9df4880d6589198ec0e05f7 (Terry Howe)
  • chore(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.1 178e120e16f5d61f769ee2c56a0d2a45ab7303bd (dependabot[bot])
  • chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0 dcf35f86551322d93c1cb695f08435b3287e5ad0 (dependabot[bot])
  • chore(deps): bump golang.org/x/term from 0.43.0 to 0.44.0 44aff8bf51809ec9f8a906d050818776cd47b264 (dependabot[bot])
  • chore(deps): bump golang.org/x/text from 0.37.0 to 0.38.0 ae2f31f5a7d0cd789ca9fd83a6a2fe5fc7c3a1a3 (dependabot[bot])

... (truncated)

Commits
  • c56dd00 fix(action): avoid nil REST client getter panic when installing CRDs
  • 702529f fix(registry): keep credentials on plain-HTTP fallback with oras-go v2.6.1
  • 178e120 chore(deps): bump oras.land/oras-go/v2 from 2.6.0 to 2.6.1
  • dcf35f8 chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.53.0
  • 44aff8b chore(deps): bump golang.org/x/term from 0.43.0 to 0.44.0
  • ae2f31f chore(deps): bump golang.org/x/text from 0.37.0 to 0.38.0
  • 402225f Update .github/env
  • 00eac21 ci: bump golangci-lint to v2.11.3 for go 1.26
  • bec346a chore: bump go to 1.26
  • 58b6ccf chore(deps): bump github.com/lib/pq from 1.11.2 to 1.12.3
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.36.1 to 0.36.2

Commits

Updates k8s.io/apiextensions-apiserver from 0.36.1 to 0.36.2

Commits

Updates k8s.io/apimachinery from 0.36.1 to 0.36.2

Commits

Updates k8s.io/client-go from 0.36.1 to 0.36.2

Commits

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/pkg/apis/event](https://github.com/fluxcd/pkg) | `0.26.0` | `0.27.0` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.29.0` | `1.30.0` |
| [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) | `1.32.0` | `1.34.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.108.0` | `0.110.0` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.21.0` | `3.21.1` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.1` | `0.36.2` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.36.1` | `0.36.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.1` | `0.36.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.1` | `0.36.2` |


Updates `github.com/fluxcd/pkg/apis/event` from 0.26.0 to 0.27.0
- [Commits](fluxcd/pkg@git/v0.26.0...git/v0.27.0)

Updates `github.com/fluxcd/pkg/apis/meta` from 1.29.0 to 1.30.0
- [Commits](fluxcd/pkg@apis/meta/v1.29.0...apis/meta/v1.30.0)

Updates `github.com/fluxcd/pkg/kustomize` from 1.32.0 to 1.34.0
- [Commits](fluxcd/pkg@kustomize/v1.32.0...kustomize/v1.34.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.108.0 to 0.110.0
- [Commits](fluxcd/pkg@runtime/v0.108.0...runtime/v0.110.0)

Updates `helm.sh/helm/v3` from 3.21.0 to 3.21.1
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.21.0...v3.21.1)

Updates `k8s.io/api` from 0.36.1 to 0.36.2
- [Commits](kubernetes/api@v0.36.1...v0.36.2)

Updates `k8s.io/apiextensions-apiserver` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.36.1...v0.36.2)

Updates `k8s.io/apimachinery` from 0.36.1 to 0.36.2
- [Commits](kubernetes/apimachinery@v0.36.1...v0.36.2)

Updates `k8s.io/client-go` from 0.36.1 to 0.36.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.1...v0.36.2)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/pkg/apis/event
  dependency-version: 0.27.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.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/kustomize
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.110.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/api
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Jun 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 14, 2026 15:04
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Jun 14, 2026
@frewilhelm frewilhelm merged commit ff73831 into main Jun 15, 2026
9 of 11 checks passed
@frewilhelm frewilhelm deleted the dependabot/go_modules/go-2e34f01187 branch June 15, 2026 06:21
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