Skip to content

chore(deps): bump the go group with 12 updates#227

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-8781f893e5
Open

chore(deps): bump the go group with 12 updates#227
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-8781f893e5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps the go group with 12 updates:

Package From To
github.com/fluxcd/flux2/v2 2.8.1 2.8.2
github.com/fluxcd/helm-controller/api 1.5.1 1.5.2
github.com/fluxcd/image-automation-controller/api 1.1.0 1.1.1
github.com/fluxcd/image-reflector-controller/api 1.1.0 1.1.1
github.com/fluxcd/kustomize-controller/api 1.8.1 1.8.2
github.com/fluxcd/notification-controller/api 1.8.1 1.8.2
github.com/fluxcd/pkg/apis/meta 1.25.0 1.25.1
github.com/fluxcd/pkg/runtime 0.102.0 0.103.0
github.com/fluxcd/pkg/ssa 0.69.0 0.70.0
github.com/fluxcd/source-controller/api 1.8.0 1.8.1
github.com/open-component-model/ocm-controller 0.28.0 0.29.0
ocm.software/ocm 0.36.0 0.37.0

Updates github.com/fluxcd/flux2/v2 from 2.8.1 to 2.8.2

Release notes

Sourced from github.com/fluxcd/flux2/v2's releases.

v2.8.2

Highlights

Flux v2.8.2 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience.

ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.

Fixes:

  • Fix enqueuing new reconciliation requests for events on source Flux objects when they are already reconciling the revision present in the watch event (kustomize-controller, helm-controller)
  • Fix the Go templates bug of YAML separator --- getting concatenated to apiVersion: by updating to Helm 4.1.3 (helm-controller)
  • Fix canceled HelmReleases getting stuck when they don't have a retry strategy configured by introducing a new feature gate DefaultToRetryOnFailure that improves the experience when the CancelHealthCheckOnNewRevision is enabled (helm-controller)
  • Fix the auth scope for Azure Container Registry to use the ACR-specific scope (source-controller, image-reflector-controller)
  • Fix potential Denial of Service (DoS) during TLS handshakes (CVE-2026-27138) by building all controllers with Go 1.26.1

Components changelog

CLI changelog

Full Changelog: fluxcd/flux2@v2.8.1...v2.8.2

Commits
  • bfa461e Merge pull request #5771 from fluxcd/update-pkg-deps/release/v2.8.x
  • f11a921 Update fluxcd/pkg dependencies
  • b248efa Merge pull request #5770 from fluxcd/backport-5769-to-release/v2.8.x
  • 4d5e044 Update toolkit components
  • 3c8917c Merge pull request #5767 from fluxcd/update-pkg-deps/release/v2.8.x
  • c1f11bc Update fluxcd/pkg dependencies
  • bc6aa47 Merge pull request #5765 from fluxcd/backport-5764-to-release/v2.8.x
  • 0e7194c build(deps): bump the ci group across 1 directory with 11 updates
  • See full diff in compare view

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

Release notes

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

v1.5.2

Changelog

v1.5.2 changelog

Container images

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

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.2

Release date: 2026-03-12

This patch release fixes reconciliation queue behavior for source watch events while a HelmRelease is already reconciling the watched revision. It also comes with Helm 4.1.3, which fixes a Go templates bug where the YAML document separator --- could be concatenated to apiVersion as ---apiVersion, and introduces the DefaultToRetryOnFailure feature gate to improve the experience when CancelHealthCheckOnNewRevision is enabled by ensuring canceled HelmReleases do not get stuck when no retry strategy is configured.

Fixes:

  • Fix enqueing the same revision while reconciling #1430

Improvements:

  • Introduce DefaultToRetryOnFailure feature gate #1431
  • Update fluxcd/pkg dependencies #1436
Commits
  • 942324a Merge pull request #1439 from fluxcd/release-v1.5.2
  • d679396 Release v1.5.2
  • 4e20b44 Add changelog entry for v1.5.2
  • 440a3a6 Merge pull request #1436 from fluxcd/update-pkg-deps/release/v1.5.x
  • 1f0eae9 Update fluxcd/pkg dependencies
  • f27c7a7 Merge pull request #1435 from fluxcd/backport-1430-to-release/v1.5.x
  • 1986afd Fix enqueing the same revision while reconciling
  • 9f1a820 Merge pull request #1434 from fluxcd/backport-1431-to-release/v1.5.x
  • 096694f Introduce DefaultToRetryOnFailure feature gate
  • See full diff in compare view

Updates github.com/fluxcd/image-automation-controller/api from 1.1.0 to 1.1.1

Release notes

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

v1.1.1

Changelog

v1.1.1 changelog

Container images

  • docker.io/fluxcd/image-automation-controller:v1.1.1
  • ghcr.io/fluxcd/image-automation-controller:v1.1.1

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/image-automation-controller/api's changelog.

1.1.1

Release date: 2026-03-12

This patch release comes with dependency updates.

Improvements:

  • Remove no longer needed workaround for Flux 2.8 #1014
  • Update fluxcd/pkg dependencies #1017
Commits
  • dc9cf94 Merge pull request #1018 from fluxcd/release-v1.1.1
  • 382128f Release v1.1.1
  • c0db58e Add changelog entry for v1.1.1
  • 9379aa6 Merge pull request #1017 from fluxcd/update-pkg-deps/release/v1.1.x
  • a7c668d Update fluxcd/pkg dependencies
  • 54f0c2a Merge pull request #1015 from fluxcd/backport-1014-to-release/v1.1.x
  • 1339ca2 Remove no longer needed workaround for Flux 2.8
  • See full diff in compare view

Updates github.com/fluxcd/image-reflector-controller/api from 1.1.0 to 1.1.1

Release notes

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

v1.1.1

Changelog

v1.1.1 changelog

Container images

  • docker.io/fluxcd/image-reflector-controller:v1.1.1
  • ghcr.io/fluxcd/image-reflector-controller:v1.1.1

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/image-reflector-controller/api's changelog.

1.1.1

Release date: 2026-03-12

This patch release fixes Azure Container Registry authentication by using the ACR-specific auth scope instead of the generic registry scope.

Improvements:

  • Remove no longer needed workaround for Flux 2.8 #872
  • Update fluxcd/pkg dependencies #874 #876
Commits
  • 483c6e9 Merge pull request #877 from fluxcd/release-v1.1.1
  • 864fb4a Release v1.1.1
  • 22b4b30 Add changelog entry for v1.1.1
  • 1aec1f8 Merge pull request #876 from fluxcd/update-pkg-deps/release/v1.1.x
  • a1f81c8 Update fluxcd/pkg dependencies
  • 3f3ccff Merge pull request #874 from fluxcd/update-pkg-deps/release/v1.1.x
  • acbbe27 Update fluxcd/pkg dependencies
  • 8773940 Merge pull request #873 from fluxcd/backport-872-to-release/v1.1.x
  • f06446e Remove no longer needed workaround for Flux 2.8
  • See full diff in compare view

Updates github.com/fluxcd/kustomize-controller/api from 1.8.1 to 1.8.2

Release notes

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

v1.8.2

Changelog

v1.8.2 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.8.2
  • ghcr.io/fluxcd/kustomize-controller:v1.8.2

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/kustomize-controller/api's changelog.

1.8.2

Release date: 2026-03-12

This patch release fixes reconciliation queue behavior for source watch events while a Kustomization is already reconciling the watched revision.

Fixes:

  • Fix enqueing the same revision while reconciling #1614

Improvements:

  • Fix docs typo #1609
  • Update fluxcd/pkg dependencies #1616
Commits
  • 42b9656 Merge pull request #1619 from fluxcd/release-v1.8.2
  • f3b4e7f Release v1.8.2
  • 19b22d0 Add changelog entry for v1.8.2
  • 5d6a259 Merge pull request #1616 from fluxcd/update-pkg-deps/release/v1.8.x
  • d77f236 Update fluxcd/pkg dependencies
  • 22ec318 Merge pull request #1615 from fluxcd/backport-1614-to-release/v1.8.x
  • bd08fde Fix enqueing the same revision while reconciling
  • 4fff2fd Merge pull request #1610 from fluxcd/backport-1609-to-release/v1.8.x
  • c235d26 fix: docs typo
  • See full diff in compare view

Updates github.com/fluxcd/notification-controller/api from 1.8.1 to 1.8.2

Release notes

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

v1.8.2

Changelog

v1.8.2 changelog

Container images

  • docker.io/fluxcd/notification-controller:v1.8.2
  • ghcr.io/fluxcd/notification-controller:v1.8.2

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/notification-controller/api's changelog.

1.8.2

Release date: 2026-03-12

This patch release comes with dependency updates.

Improvements:

  • Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 #1255
  • Update fluxcd/pkg dependencies #1269
Commits
  • b10d55e Merge pull request #1272 from fluxcd/release-v1.8.2
  • b3ffd5e Release v1.8.2
  • 1be0801 Add changelog entry for v1.8.2
  • 340bcb0 Merge pull request #1271 from fluxcd/backport-1255-to-release/v1.8.x
  • c6d61f1 build(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0
  • 4fdb60f Merge pull request #1269 from fluxcd/update-pkg-deps/release/v1.8.x
  • 985c536 Update fluxcd/pkg dependencies
  • See full diff in compare view

Updates github.com/fluxcd/pkg/apis/meta from 1.25.0 to 1.25.1

Commits
  • 021a21b Merge pull request #1149 from fluxcd/release-flux/v2.8.x
  • 7bc8b6d Prepare for release
  • 62e3263 Merge pull request #1147 from fluxcd/backport-1146-to-flux/v2.8.x
  • f6a623b Upgrade to Kubernetes 1.35.2
  • 3e50452 Merge pull request #1138 from fluxcd/release-flux/v2.8.x
  • 6d1513a Prepare for release
  • 72ab2be Merge pull request #1139 from fluxcd/backport-1130-to-flux/v2.8.x
  • 5b08e23 Use ACR-scoped token for registry authentication
  • e8be077 Merge pull request #1136 from fluxcd/backport-1135-to-flux/v2.8.x
  • de936cb Update fluxcd/cli-utils to v0.37.2-flux.1
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.102.0 to 0.103.0

Commits
  • 357bbcc Merge pull request #1148 from fluxcd/release-main
  • cb33487 Prepare for release
  • 2513374 Merge pull request #1146 from fluxcd/upgrade-deps
  • b30a6ab Upgrade to Kubernetes 1.35.2
  • 70c1447 Merge pull request #1145 from fluxcd/dependabot/github_actions/ci-fe7542dce4
  • cf1d606 build(deps): bump the ci group across 1 directory with 11 updates
  • 07d627d Merge pull request #1137 from fluxcd/release-main
  • 2f6ee78 Prepare for release
  • 0dd5550 Merge pull request #1130 from kukacz/fix-acr-scope-auth
  • 68b8866 Use ACR-scoped token for registry authentication
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.69.0 to 0.70.0

Commits
  • 357bbcc Merge pull request #1148 from fluxcd/release-main
  • cb33487 Prepare for release
  • 2513374 Merge pull request #1146 from fluxcd/upgrade-deps
  • b30a6ab Upgrade to Kubernetes 1.35.2
  • 70c1447 Merge pull request #1145 from fluxcd/dependabot/github_actions/ci-fe7542dce4
  • cf1d606 build(deps): bump the ci group across 1 directory with 11 updates
  • 07d627d Merge pull request #1137 from fluxcd/release-main
  • 2f6ee78 Prepare for release
  • 0dd5550 Merge pull request #1130 from kukacz/fix-acr-scope-auth
  • 68b8866 Use ACR-scoped token for registry authentication
  • Additional commits viewable in compare view

Updates github.com/fluxcd/source-controller/api from 1.8.0 to 1.8.1

Release notes

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

v1.8.1

Changelog

v1.8.1 changelog

Container images

  • docker.io/fluxcd/source-controller:v1.8.1
  • ghcr.io/fluxcd/source-controller:v1.8.1

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/source-controller/api's changelog.

1.8.1

Release date: 2026-03-12

This patch release fixes Azure Container Registry authentication by using the ACR-specific auth scope instead of the generic registry scope.

Improvements:

  • Remove no longer needed workaround for Flux 2.8 #1993
  • Update fluxcd/pkg dependencies #2001 #2005
Commits
  • d091e4a Merge pull request #2007 from fluxcd/release-v1.8.1
  • 664a42c Release v1.8.1
  • b900dcc Add changelog entry for v1.8.1
  • bc004b8 Merge pull request #2005 from fluxcd/update-pkg-deps/release/v1.8.x
  • 9ea8b2b Update fluxcd/pkg dependencies
  • 071151e Merge pull request #2001 from fluxcd/update-pkg-deps/release/v1.8.x
  • 5d8a9d2 Update fluxcd/pkg dependencies
  • 7ec3dd0 Merge pull request #1994 from fluxcd/backport-1993-to-release/v1.8.x
  • 902eac9 Remove no longer needed workaround for Flux 2.8
  • See full diff in compare view

Updates github.com/open-component-model/ocm-controller from 0.28.0 to 0.29.0

Release notes

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

v0.29.0

Release v0.29.0

  • feat: Add fine-grained aggregatable ClusterRoles for RBAC (#852)
  • fix: update flux api version CR (#846)
  • docs: add note about ocm controllers v2 (#845)
  • chore(deps): update dependencies (#840)
  • chore: update mongodb for security compliance fixes (#838)

🧰 Maintenance

  • chore(deps): bump the go group with 8 updates (#849)
  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 (#850)
  • chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#847)
  • chore(deps): bump the go group with 5 updates (#842)
  • chore(deps): bump the go group with 7 updates (#837)
  • chore(deps): bump the go group with 2 updates (#833)
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 (#834)
  • chore(deps): bump the go group with 4 updates (#829)
  • chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 (#825)
  • chore(deps): bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 (#822)
  • chore(deps): bump github.com/sigstore/rekor from 1.4.3 to 1.5.0 (#821)
  • chore(deps): bump the go group across 1 directory with 9 updates (#824)
  • chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.3.1 (#819)
  • chore(deps): bump github.com/sigstore/fulcio from 1.8.4 to 1.8.5 (#815)
  • chore(deps): bump github.com/sigstore/cosign/v2 from 2.6.1 to 2.6.2 (#813)
  • chore(deps): bump the go group with 3 updates (#811)
  • chore(deps): bump cuelang.org/go from 0.15.1 to 0.15.3 in the go group (#809)
  • chore(deps): bump the go group with 2 updates (#808)
  • chore(deps): bump the go group with 4 updates (#805)
  • chore(deps): bump the go group with 7 updates (#801)

⬆️ Dependencies

  • chore(deps): bump the go group with 8 updates (#849)
  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 (#850)
  • chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#847)
  • chore(deps): bump the go group with 5 updates (#842)
  • chore(deps): bump the go group with 7 updates (#837)
  • chore(deps): bump the go group with 2 updates (#833)
  • chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 (#834)
  • chore(deps): bump the go group with 4 updates (#829)
  • chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.3.1 to 2.4.1 (#825)

... (truncated)

Commits
  • 359af81 chore(deps): bump the go group with 3 updates (#855)
  • 092ad57 chore(deps): bump the ci group with 2 updates (#854)
  • bb80b9f chore: release note for 0.29.0 (#856)
  • 32c7d79 chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 in the ci group (#853)
  • fbc8e06 feat: Add fine-grained aggregatable ClusterRoles for RBAC (#852)
  • 6c1aa6a chore(deps): bump github/codeql-action from 4.32.4 to 4.32.5 in the ci group ...
  • 54170b0 chore(deps): bump the go group with 8 updates (#849)
  • b943c0d chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 (#850)
  • d485861 chore(deps): bump the ci group with 2 updates (#848)
  • 540e284 chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (#847)
  • Additional commits viewable in compare view

Updates ocm.software/ocm from 0.36.0 to 0.37.0

Release notes

Sourced from ocm.software/ocm's releases.

v0.37.0

What's Changed

🚀 Features

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.36...v0.37.0

v0.37.0-rc.1

What's Changed

🚀 Features

🐛 Bug Fixes

⬆️ Dependencies

... (truncated)

Commits
  • 81d0787 chore: Revert "chore: bump VERSION to 0.38.0-dev (#1819)" (#1836)
  • d15beb2 fix: increase token scope to create PRs or sent events in other repositories ...
  • 7c0adfc fix: revert feat: add registry client timeout attribute (#1823) (#1835)
  • 567e941 chore(deps): bump the ci group with 2 updates (#1832)
  • 44e518e chore(deps): bump the go group with 7 updates (#1831)
  • 2a53f2d chore(deps): bump shimataro/ssh-key-action from 2.7.0 to 2.8.0 in the ci grou...
  • 001ac9f chore: update to use create-github-app-token action instead of deprecated tib...
  • c3ea1f7 fix: the version comment on codeql is incorrect (#1828)
  • 60e3711 feat: add registry client timeout attribute (#1823)
  • ac1c9a6 chore: update mongodb for security compliance fixes (#1827)
  • 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

@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Mar 15, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 15, 2026 06:24
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Mar 15, 2026
@matthiasbruns
Copy link

@dependabot rebase

Bumps the go group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) | `2.8.1` | `2.8.2` |
| [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `1.5.1` | `1.5.2` |
| [github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller) | `1.1.0` | `1.1.1` |
| [github.com/fluxcd/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) | `1.1.0` | `1.1.1` |
| [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.8.1` | `1.8.2` |
| [github.com/fluxcd/notification-controller/api](https://github.com/fluxcd/notification-controller) | `1.8.1` | `1.8.2` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.25.0` | `1.25.1` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.102.0` | `0.103.0` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.69.0` | `0.70.0` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.8.0` | `1.8.1` |
| [github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller) | `0.28.0` | `0.29.0` |
| [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.36.0` | `0.37.0` |


Updates `github.com/fluxcd/flux2/v2` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Commits](fluxcd/flux2@v2.8.1...v2.8.2)

Updates `github.com/fluxcd/helm-controller/api` from 1.5.1 to 1.5.2
- [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.1...v1.5.2)

Updates `github.com/fluxcd/image-automation-controller/api` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/fluxcd/image-automation-controller/releases)
- [Changelog](https://github.com/fluxcd/image-automation-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/image-automation-controller@v1.1.0...v1.1.1)

Updates `github.com/fluxcd/image-reflector-controller/api` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/fluxcd/image-reflector-controller/releases)
- [Changelog](https://github.com/fluxcd/image-reflector-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/image-reflector-controller@v1.1.0...v1.1.1)

Updates `github.com/fluxcd/kustomize-controller/api` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/fluxcd/kustomize-controller/releases)
- [Changelog](https://github.com/fluxcd/kustomize-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/kustomize-controller@v1.8.1...v1.8.2)

Updates `github.com/fluxcd/notification-controller/api` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/fluxcd/notification-controller/releases)
- [Changelog](https://github.com/fluxcd/notification-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/notification-controller@v1.8.1...v1.8.2)

Updates `github.com/fluxcd/pkg/apis/meta` from 1.25.0 to 1.25.1
- [Commits](fluxcd/pkg@apis/meta/v1.25.0...apis/meta/v1.25.1)

Updates `github.com/fluxcd/pkg/runtime` from 0.102.0 to 0.103.0
- [Commits](fluxcd/pkg@runtime/v0.102.0...runtime/v0.103.0)

Updates `github.com/fluxcd/pkg/ssa` from 0.69.0 to 0.70.0
- [Commits](fluxcd/pkg@ssa/v0.69.0...ssa/v0.70.0)

Updates `github.com/fluxcd/source-controller/api` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/fluxcd/source-controller/releases)
- [Changelog](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/source-controller@v1.8.0...v1.8.1)

Updates `github.com/open-component-model/ocm-controller` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/open-component-model/ocm-controller/releases)
- [Commits](open-component-model/ocm-controller@v0.28.0...v0.29.0)

Updates `ocm.software/ocm` from 0.36.0 to 0.37.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.36...v0.37)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/flux2/v2
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/helm-controller/api
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/image-automation-controller/api
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/image-reflector-controller/api
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/kustomize-controller/api
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/notification-controller/api
  dependency-version: 1.8.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.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.103.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/source-controller/api
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm-controller
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: ocm.software/ocm
  dependency-version: 0.37.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 force-pushed the dependabot/go_modules/go-8781f893e5 branch from 9e6c5a7 to e4789dd Compare March 16, 2026 09:04
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