Skip to content

fix(deps): update flux packages (patch) - #2156

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-flux-go
Open

fix(deps): update flux packages (patch)#2156
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-flux-go

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/fluxcd/helm-controller/api v1.6.0v1.6.3 age confidence
github.com/fluxcd/source-controller/api v1.9.0v1.9.3 age confidence

Release Notes

fluxcd/helm-controller (github.com/fluxcd/helm-controller/api)

v1.6.3

Compare Source

Changelog

v1.6.3 changelog

Container images

  • docker.io/fluxcd/helm-controller:v1.6.3
  • ghcr.io/fluxcd/helm-controller:v1.6.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.

v1.6.2

Compare Source

Changelog

v1.6.2 changelog

Container images

  • docker.io/fluxcd/helm-controller:v1.6.2
  • ghcr.io/fluxcd/helm-controller:v1.6.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.

v1.6.1

Compare Source

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.

fluxcd/source-controller (github.com/fluxcd/source-controller/api)

v1.9.3

Compare Source

Changelog

v1.9.3 changelog

Container images

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

v1.9.2

Compare Source

Changelog

v1.9.2 changelog

Container images

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

v1.9.1

Compare Source

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.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI lite review requested due to automatic review settings August 13, 2026 10:46
@renovate
renovate Bot requested a review from a team as a code owner August 13, 2026 10:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates Flux-related Go module dependencies, bumping specific controller API versions and syncing the corresponding checksums.

Changes:

  • Bump github.com/fluxcd/helm-controller/api from v1.6.0 to v1.6.3
  • Bump github.com/fluxcd/source-controller/api from v1.9.0 to v1.9.3
  • Update go.sum entries to match the new module versions

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.

File Description
go.mod Updates Flux controller API versions in both replace and require blocks.
go.sum Updates checksums for the bumped Flux controller API module versions.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread go.mod
github.com/fluxcd/helm-controller/api => github.com/fluxcd/helm-controller/api v1.6.0
github.com/fluxcd/helm-controller/api => github.com/fluxcd/helm-controller/api v1.6.3
github.com/fluxcd/kustomize-controller/api => github.com/fluxcd/kustomize-controller/api v1.9.4
github.com/fluxcd/pkg/apis/kustomize => github.com/fluxcd/pkg/apis/kustomize v1.20.0
Comment thread go.mod
github.com/fluxcd/helm-controller/api v1.6.0
github.com/fluxcd/helm-controller/api v1.6.3
github.com/fluxcd/kustomize-controller/api v1.9.4
github.com/fluxcd/pkg/apis/kustomize v1.21.0
Comment thread go.mod
@@ -10,11 +10,11 @@ replace (
github.com/dexidp/dex/api/v2 => github.com/dexidp/dex/api/v2 v2.4.0

// Keep Flux dependencies in sync with v2.6.1.
Comment thread go.mod
github.com/fluxcd/pkg/apis/kustomize => github.com/fluxcd/pkg/apis/kustomize v1.20.0
github.com/fluxcd/pkg/apis/meta => github.com/fluxcd/pkg/apis/meta v1.31.0
github.com/fluxcd/source-controller/api => github.com/fluxcd/source-controller/api v1.9.0
github.com/fluxcd/source-controller/api => github.com/fluxcd/source-controller/api v1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant