Skip to content

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

Merged
jneisener merged 1 commit into
mainfrom
dependabot/go_modules/go-3ed5573ef5
Jul 6, 2026
Merged

chore(deps): bump the go group with 12 updates#266
jneisener merged 1 commit into
mainfrom
dependabot/go_modules/go-3ed5573ef5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the go group with 12 updates:

Package From To
github.com/fluxcd/cli-utils 1.2.1 1.2.2
github.com/fluxcd/flux2/v2 2.8.8 2.9.0
github.com/fluxcd/helm-controller/api 1.6.0 1.6.1
github.com/fluxcd/image-automation-controller/api 1.2.0 1.2.1
github.com/fluxcd/image-reflector-controller/api 1.2.0 1.2.1
github.com/fluxcd/kustomize-controller/api 1.9.0 1.9.1
github.com/fluxcd/notification-controller/api 1.9.0 1.9.1
github.com/fluxcd/pkg/apis/meta 1.30.0 1.30.1
github.com/fluxcd/pkg/runtime 0.110.0 0.110.1
github.com/fluxcd/pkg/ssa 0.76.0 0.76.1
github.com/fluxcd/source-controller/api 1.9.0 1.9.1
ocm.software/ocm 0.44.0 0.45.0

Updates github.com/fluxcd/cli-utils from 1.2.1 to 1.2.2

Release notes

Sourced from github.com/fluxcd/cli-utils's releases.

v1.2.2

What's Changed

Full Changelog: fluxcd/cli-utils@v1.2.1...v1.2.2

Commits

Updates github.com/fluxcd/flux2/v2 from 2.8.8 to 2.9.0

Release notes

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

v2.9.0

Highlights

Flux v2.9.0 is a feature release. Users are encouraged to upgrade for the best experience.

For a compressive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.9 GA blog post.

Overview of the new features:

  • Flux CLI Plugin System with the Mirror and Schema plugins (flux plugin)
  • Server-Side Apply field ignore rules for fine-grained drift control (Kustomization)
  • SOPS decryption with the Age post-quantum cipher (Kustomization)
  • Kubernetes Workload Identity authentication for OpenBao and Vault (Kustomization)
  • Helm post-render strategies, including chart hooks support (HelmRelease)
  • Literal mode for Helm values references mirroring helm --set-literal (HelmRelease)
  • Allow empty kind in CEL health check expressions (Kustomization, HelmRelease)
  • Git commit signing and verification with SSH keys (GitRepository, ImageUpdateAutomation)
  • AWS CodeCommit authentication using Workload Identity (GitRepository)
  • Custom Sigstore trusted root for keyless verification in air-gapped environments (OCIRepository)
  • Path pattern directory discovery for monorepos (ArtifactGenerator)
  • Secret-less, OIDC-secured webhook Receivers (Receiver)

❤️ Big thanks to all the Flux contributors that helped us with this release!

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes version Minimum required
v1.34 >= 1.34.1
v1.35 >= 1.35.0
v1.36 >= 1.36.0

[!NOTE] Note that the Flux project offers support only for the latest three minor versions of Kubernetes. Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such as ControlPlane that provide enterprise support for Flux.

OpenShift compatibility

Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using Flux Operator. The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts, and S3-compatible storage.

Upgrade procedure

⚠️ The Flux APIs image.toolkit.fluxcd.io/v1beta2 and notification.toolkit.fluxcd.io/v1beta2 have reached end-of-life and have been removed from the CRDs.

Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from older versions of Flux to v2.9.

... (truncated)

Commits
  • dcc7def Merge pull request #5963 from fluxcd/update-components-main
  • dcf8165 Update toolkit components
  • 3cacae3 Merge pull request #5892 from dme86/feat/oci-layer-selector
  • 5df7951 Use single OCI layer selector flag
  • efc030f Merge pull request #5960 from fluxcd/update-pkg-deps/release/v2.9.x
  • 31c6ba3 Update fluxcd/pkg dependencies
  • 03af1c5 Merge pull request #5955 from gat786/test-plugin-install
  • ca5347f Improve docs for plugins action installation
  • 4b7e9ee Add docs and tests for plugins setup
  • bbf064e Remove unneeded step env var
  • Additional commits viewable in compare view

Updates github.com/fluxcd/helm-controller/api from 1.6.0 to 1.6.1

Release notes

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

v1.6.1

Changelog

v1.6.1 changelog

Container images

  • docker.io/fluxcd/helm-controller:v1.6.1
  • ghcr.io/fluxcd/helm-controller:v1.6.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/helm-controller/api's changelog.

1.6.1

Release date: 2026-06-30

This patch release updates Kubernetes to 1.36.2, Helm to v4.2.2 and the fluxcd/pkg dependencies. It also adds kubectl categories to the HelmRelease CRD and documents the controller's command-line options.

Improvements:

  • Add categories to the HelmRelease CRD #1527
  • Document controller options #1531
  • Update fluxcd/pkg dependencies #1529
Commits
  • 2695d9b Merge pull request #1534 from fluxcd/release-v1.6.1
  • 88a2a94 Release v1.6.1
  • bc8a9b7 Add changelog entry for v1.6.1
  • e6f1c2a Merge pull request #1531 from fluxcd/backport-1530-to-release/v1.6.x
  • 2a654f3 Document controller options
  • ad59a32 Merge pull request #1529 from fluxcd/update-pkg-deps/release/v1.6.x
  • d914efa Fix rollback remediation test
  • 2a53c96 Update fluxcd/pkg dependencies
  • 9291c6b Merge pull request #1527 from fluxcd/backport-1526-to-release/v1.6.x
  • 7ef29e9 Add categories to the HelmRelease CRD
  • See full diff in compare view

Updates github.com/fluxcd/image-automation-controller/api from 1.2.0 to 1.2.1

Release notes

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

v1.2.1

Changelog

v1.2.1 changelog

Container images

  • docker.io/fluxcd/image-automation-controller:v1.2.1
  • ghcr.io/fluxcd/image-automation-controller:v1.2.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.2.1

Release date: 2026-06-30

This patch release updates Kubernetes to 1.36.2, the source-controller API to v1.9 and the fluxcd/pkg dependencies. It also adds kubectl categories to the ImageUpdateAutomation CRD and documents the controller's command-line options.

Improvements:

  • Add categories to ImageUpdateAutomation CRD #1057
  • Upgrade source-controller API to v1.9 #1061
  • Document controller options #1062
  • Update fluxcd/pkg dependencies #1058
Commits
  • aec0862 Merge pull request #1064 from fluxcd/release-v1.2.1
  • cec2686 Release v1.2.1
  • ea4b04a Add changelog entry for v1.2.1
  • 4e81a7d Merge pull request #1062 from fluxcd/backport-1059-to-release/v1.2.x
  • 8777da2 Document controller options
  • 0680f33 Merge pull request #1061 from fluxcd/sc-api-1.2
  • 4fab5ab [release/v1.2.x] Upgrade source-controller to v1.9 in api/ package
  • dfb9887 Merge pull request #1058 from fluxcd/update-pkg-deps/release/v1.2.x
  • 95ef88e Update fluxcd/pkg dependencies
  • 8f6258a Merge pull request #1057 from fluxcd/backport-1056-to-release/v1.2.x
  • Additional commits viewable in compare view

Updates github.com/fluxcd/image-reflector-controller/api from 1.2.0 to 1.2.1

Release notes

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

v1.2.1

Changelog

v1.2.1 changelog

Container images

  • docker.io/fluxcd/image-reflector-controller:v1.2.1
  • ghcr.io/fluxcd/image-reflector-controller:v1.2.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.2.1

Release date: 2026-06-30

This patch release fixes a bug where the .spec.timeout was applied twice when reconciling ImageRepositories. As a result the effective timeout could be up to nearly double the configured value, and the context for setting up registry authentication could be canceled before the credentials were fetched, causing authentication to fail. It also updates Kubernetes to 1.36.2 and the fluxcd/pkg dependencies, adds kubectl categories to the image-reflector CRDs and documents the controller's command-line options.

Fixes:

  • Fix timeout created more than once #901

Improvements:

  • Add categories to image-reflector CRDs #904
  • Document controller options #908
  • Update fluxcd/pkg dependencies #906
Commits
  • 28f54ad Merge pull request #910 from fluxcd/release-v1.2.1
  • 72569e0 Release v1.2.1
  • 69ffcbd Add changelog entry for v1.2.1
  • c9555d3 Merge pull request #908 from fluxcd/backport-907-to-release/v1.2.x
  • 4c938d6 Document controller options
  • b96d468 Merge pull request #906 from fluxcd/update-pkg-deps/release/v1.2.x
  • 0c7608b Update fluxcd/pkg dependencies
  • ccf9149 Merge pull request #904 from fluxcd/backport-903-to-release/v1.2.x
  • 11928de Add categories to image-reflector CRDs
  • 7fea618 Merge pull request #901 from fluxcd/backport-900-to-release/v1.2.x
  • Additional commits viewable in compare view

Updates github.com/fluxcd/kustomize-controller/api from 1.9.0 to 1.9.1

Release notes

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

v1.9.1

Changelog

v1.9.1 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.9.1
  • ghcr.io/fluxcd/kustomize-controller:v1.9.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/kustomize-controller/api's changelog.

1.9.1

Release date: 2026-06-30

This patch release updates Kubernetes to 1.36.2 and the fluxcd/pkg dependencies, adds kubectl categories to the Kustomization CRD and documents the controller's command-line options.

Improvements:

  • Add categories to the Kustomization CRD #1682
  • Document controller options #1685
  • Update fluxcd/pkg dependencies #1683
Commits
  • ab0e492 Merge pull request #1688 from fluxcd/release-v1.9.1
  • e662cf5 Release v1.9.1
  • 81ce5ce Add changelog entry for v1.9.1
  • edb530f Merge pull request #1685 from fluxcd/backport-1684-to-release/v1.9.x
  • 67492b3 Document controller options
  • 400f51d Merge pull request #1683 from fluxcd/update-pkg-deps/release/v1.9.x
  • 49497d0 Update fluxcd/pkg dependencies
  • 63abb7e Merge pull request #1682 from fluxcd/backport-1681-to-release/v1.9.x
  • 1ffc1bf Add categories to the Kustomization CRD
  • See full diff in compare view

Updates github.com/fluxcd/notification-controller/api from 1.9.0 to 1.9.1

Release notes

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

v1.9.1

Changelog

v1.9.1 changelog

Container images

  • docker.io/fluxcd/notification-controller:v1.9.1
  • ghcr.io/fluxcd/notification-controller:v1.9.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/notification-controller/api's changelog.

1.9.1

Release date: 2026-06-30

This patch release updates Kubernetes to 1.36.2 and the fluxcd/pkg dependencies, adds kubectl categories to the notification CRDs and documents the controller's command-line options.

Improvements:

  • Add categories to notification CRDs #1335
  • Document controller options #1338
  • Update fluxcd/pkg dependencies #1336
Commits
  • ba5cc0a Merge pull request #1340 from fluxcd/release-v1.9.1
  • b091fb6 Release v1.9.1
  • 8960ff1 Add changelog entry for v1.9.1
  • c5ee23d Merge pull request #1338 from fluxcd/backport-1337-to-release/v1.9.x
  • ec97601 Document controller options
  • 93e3bc0 Merge pull request #1336 from fluxcd/update-pkg-deps/release/v1.9.x
  • 0cd7c0e Update fluxcd/pkg dependencies
  • cd3f6e4 Merge pull request #1335 from fluxcd/backport-1333-to-release/v1.9.x
  • 741d858 Add categories to notification CRDs
  • See full diff in compare view

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

Commits
  • 5043306 Merge pull request #1252 from fluxcd/release-flux/v2.9.x
  • af21909 Prepare for release
  • 4017623 Merge pull request #1254 from fluxcd/backport-1253-to-flux/v2.9.x
  • b1fd0e1 Upgrade kubernetes to 1.36.2
  • 635d7a0 Merge pull request #1250 from fluxcd/backport-1249-to-flux/v2.9.x
  • 2864946 Upgrade go-git-providers and go-github
  • ae10469 Merge pull request #1246 from fluxcd/ks-always-subst
  • 2cd36cb kustomize: add tests for empty vars with strict sub and omitted without
  • ca2a7aa kustomize: introduce option for always substituting
  • d884940 Merge pull request #1245 from fluxcd/release-main
  • Additional commits viewable in compare view

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

Commits
  • 5043306 Merge pull request #1252 from fluxcd/release-flux/v2.9.x
  • af21909 Prepare for release
  • 4017623 Merge pull request #1254 from fluxcd/backport-1253-to-flux/v2.9.x
  • b1fd0e1 Upgrade kubernetes to 1.36.2
  • 635d7a0 Merge pull request #1250 from fluxcd/backport-1249-to-flux/v2.9.x
  • 2864946 Upgrade go-git-providers and go-github
  • ae10469 Merge pull request #1246 from fluxcd/ks-always-subst
  • 2cd36cb kustomize: add tests for empty vars with strict sub and omitted without
  • ca2a7aa kustomize: introduce option for always substituting
  • d884940 Merge pull request #1245 from fluxcd/release-main
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.76.0 to 0.76.1

Commits
  • 5043306 Merge pull request #1252 from fluxcd/release-flux/v2.9.x
  • af21909 Prepare for release
  • 4017623 Merge pull request #1254 from fluxcd/backport-1253-to-flux/v2.9.x
  • b1fd0e1 Upgrade kubernetes to 1.36.2
  • 635d7a0 Merge pull request #1250 from fluxcd/backport-1249-to-flux/v2.9.x
  • 2864946 Upgrade go-git-providers and go-github
  • ae10469 Merge pull request #1246 from fluxcd/ks-always-subst
  • 2cd36cb kustomize: add tests for empty vars with strict sub and omitted without
  • ca2a7aa kustomize: introduce option for always substituting
  • d884940 Merge pull request #1245 from fluxcd/release-main
  • Additional commits viewable in compare view

Updates github.com/fluxcd/source-controller/api from 1.9.0 to 1.9.1

Release notes

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

v1.9.1

Changelog

v1.9.1 changelog

Container images

  • docker.io/fluxcd/source-controller:v1.9.1
  • ghcr.io/fluxcd/source-controller:v1.9.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.9.1

Release date: 2026-06-30

This patch release updates Kubernetes to 1.36.2 and the fluxcd/pkg dependencies, adds kubectl categories to the source-controller CRDs and documents the controller's command-line options.

Improvements:

  • Add categories to source-controller CRDs #2090
  • Document controller options #2094
  • Update fluxcd/pkg dependencies #2092
Commits
  • 092bcff Merge pull request #2096 from fluxcd/release-v1.9.1
  • cae78f3 Release v1.9.1
  • 6c1005d Add changelog entry for v1.9.1
  • c82dd36 Merge pull request #2094 from fluxcd/backport-2093-to-release/v1.9.x
  • b597999 Document controller options
  • aa0bfbc Merge pull request #2092 from fluxcd/update-pkg-deps/release/v1.9.x
  • 5dab445 Update fluxcd/pkg dependencies
  • 25140d8 Merge pull request #2090 from fluxcd/backport-2087-to-release/v1.9.x
  • 60fb997 Add categories to source-controller CRDs
  • See full diff in compare view

Updates ocm.software/ocm from 0.44.0 to 0.45.0

Release notes

Sourced from ocm.software/ocm's releases.

v0.45.0

What's Changed

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

New Contributors

Full Changelog: open-component-model/ocm@v0.44...v0.45.0

v0.45.0-rc.2

What's Changed

🐛 Bug Fixes

⬆️ Dependencies

🧰 Maintenance

New Contributors

Full Changelog: open-component-model/ocm@v0.44...v0.45.0

v0.45.0-rc.1

What's Changed

... (truncated)

Commits
  • 6d105cb fix: normalize Docker Hub single-component refs with library/ prefix (#1946)
  • bf3c54c chore(deps): bump rojopolis/spellcheck-github-actions from 0.60.0 to 0.61.0 i...
  • a9b6025 chore: update 'flake.nix' (#2005)
  • 78c260b chore(deps): bump the go group with 21 updates (#2004)
  • e5693d3 chore: use go 1.26.4 (#2003)
  • 6d8be25 chore: update 'flake.nix' (#2001)
  • c87a0c3 fix(s3): handle 301 redirect in bucket region detection (#2000)
  • 6f08a66 fix(brew): generate canonical Formula/ocm.rb alongside versioned pin (#1997)
  • 778eddb chore: update 'flake.nix' (#1995)
  • b4cd7aa chore(deps): bump the go group with 18 updates (#1994)
  • 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 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `1.2.1` | `1.2.2` |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) | `2.8.8` | `2.9.0` |
| [github.com/fluxcd/helm-controller/api](https://github.com/fluxcd/helm-controller) | `1.6.0` | `1.6.1` |
| [github.com/fluxcd/image-automation-controller/api](https://github.com/fluxcd/image-automation-controller) | `1.2.0` | `1.2.1` |
| [github.com/fluxcd/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) | `1.2.0` | `1.2.1` |
| [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) | `1.9.0` | `1.9.1` |
| [github.com/fluxcd/notification-controller/api](https://github.com/fluxcd/notification-controller) | `1.9.0` | `1.9.1` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.30.0` | `1.30.1` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.110.0` | `0.110.1` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.76.0` | `0.76.1` |
| [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) | `1.9.0` | `1.9.1` |
| [ocm.software/ocm](https://github.com/open-component-model/ocm) | `0.44.0` | `0.45.0` |


Updates `github.com/fluxcd/cli-utils` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/fluxcd/cli-utils/releases)
- [Commits](fluxcd/cli-utils@v1.2.1...v1.2.2)

Updates `github.com/fluxcd/flux2/v2` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Commits](fluxcd/flux2@v2.8.8...v2.9.0)

Updates `github.com/fluxcd/helm-controller/api` from 1.6.0 to 1.6.1
- [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.6.0...v1.6.1)

Updates `github.com/fluxcd/image-automation-controller/api` from 1.2.0 to 1.2.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.2.0...v1.2.1)

Updates `github.com/fluxcd/image-reflector-controller/api` from 1.2.0 to 1.2.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.2.0...v1.2.1)

Updates `github.com/fluxcd/kustomize-controller/api` from 1.9.0 to 1.9.1
- [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.9.0...v1.9.1)

Updates `github.com/fluxcd/notification-controller/api` from 1.9.0 to 1.9.1
- [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.9.0...v1.9.1)

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

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

Updates `github.com/fluxcd/pkg/ssa` from 0.76.0 to 0.76.1
- [Commits](fluxcd/pkg@ssa/v0.76.0...ssa/v0.76.1)

Updates `github.com/fluxcd/source-controller/api` from 1.9.0 to 1.9.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.9.0...v1.9.1)

Updates `ocm.software/ocm` from 0.44.0 to 0.45.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.44...v0.45)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/cli-utils
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/flux2/v2
  dependency-version: 2.9.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.6.1
  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.2.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.2.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.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/notification-controller/api
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/apis/meta
  dependency-version: 1.30.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.110.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.76.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/source-controller/api
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: ocm.software/ocm
  dependency-version: 0.45.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 Jul 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 5, 2026 06:24
@dependabot dependabot Bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Jul 5, 2026
@jneisener jneisener merged commit b49f7b1 into main Jul 6, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/go-3ed5573ef5 branch July 6, 2026 05:09
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