Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps github.com/fluxcd/source-controller/api from 1.6.2 to 1.7.0.

Release notes

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

v1.7.0

Changelog

v1.7.0 changelog

Container images

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

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.7.0-rc.3

This release candidate is meant for testing.

Container images

  • docker.io/fluxcd/source-controller:v1.7.0-rc.3
  • ghcr.io/fluxcd/source-controller:v1.7.0-rc.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.7.0-rc.2

This release candidate is meant for testing.

Container images

  • docker.io/fluxcd/source-controller:v1.7.0-rc.2
  • ghcr.io/fluxcd/source-controller:v1.7.0-rc.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.7.0-rc.1

This release candidate is meant for testing.

Container images

  • docker.io/fluxcd/source-controller:v1.7.0-rc.1

... (truncated)

Changelog

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

1.7.0

Release date: 2025-09-15

This minor release comes with new features, improvements and bug fixes.

ExternalArtifact

A new ExternalArtifact API has been added to the source.toolkit.fluxcd.io group. This API enables advanced source composition and decomposition patterns implemented by the source-watcher controller.

GitRepository

GitRepository controller now includes fixes for stalling issues and improved error handling. Multi-tenant workload identity support has been added for Azure repositories when the ObjectLevelWorkloadIdentity feature gate is enabled. TLS configuration support has been added for GitHub App authentication.

Bucket

Bucket controller now supports multi-tenant workload identity for AWS, Azure and GCP providers when the ObjectLevelWorkloadIdentity feature gate is enabled. A default service account flag has been added for lockdown scenarios.

General updates

The controller now supports system certificate pools for improved CA compatibility, and TLS ServerName pinning has been removed from TLS configuration for better flexibility. A --default-service-account=<sa name> flag was introduced for workload identity multi-tenancy lockdown.

In addition, the Kubernetes dependencies have been updated to v1.34, Helm has been updated to v3.19 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.25.

Fixes:

  • Fix GitRepository controller stalling when it shouldn't #1865

Improvements:

  • [RFC-0010] Add multi-tenant workload identity support for GCP Bucket #1862
  • [RFC-0010] Add multi-tenant workload identity support for AWS Bucket #1868
  • [RFC-0010] Add multi-tenant workload identity support for Azure GitRepository #1871
  • [RFC-0010] Add default-service-account for lockdown #1872
  • [RFC-0010] Add multi-tenant workload identity support for Azure Blob Storage #1875
  • [RFC-0012] Add ExternalArtifact API documentation #1881
  • [RFC-0012] Refactor controller to use fluxcd/pkg/artifact #1883
  • Migrate OCIRepository controller to runtime/secrets #1851
  • Migrate Bucket controller to runtime/secrets #1852

... (truncated)

Commits
  • 39b9314 Merge pull request #1889 from fluxcd/release-v1.7.0
  • 9531d5a Release v1.7.0
  • ca2c18f Add changelog entry for v1.7.0
  • eae8d19 Merge pull request #1888 from fluxcd/helm-v3.19
  • ee1aebf Update Helm to v3.19.0
  • eb1ff72 Merge pull request #1887 from fluxcd/external-artifact-conform-runtime
  • 8d7ef1d api: Make ExternalArtifact conform to runtime Getter/Setter interface
  • 5f4f360 Merge pull request #1886 from fluxcd/ea-conform-source
  • 4880652 api: Make ExternalArtifact conform to the Source interface
  • cf72221 Merge pull request #1883 from fluxcd/refactor-artifact
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/fluxcd/source-controller/api](https://github.com/fluxcd/source-controller) from 1.6.2 to 1.7.0.
- [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.6.2...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/source-controller/api
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants