Skip to content

Bump github.com/fluxcd/image-reflector-controller/api from 0.34.0 to 0.35.0 #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

Bumps github.com/fluxcd/image-reflector-controller/api from 0.34.0 to 0.35.0.

Release notes

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

v0.35.0

Changelog

v0.35.0 changelog

Container images

  • docker.io/fluxcd/image-reflector-controller:v0.35.0
  • ghcr.io/fluxcd/image-reflector-controller:v0.35.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.

Changelog

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

0.35.0

Release date: 2025-05-27

This prerelease comes with support for object-level workload identity and image digest reflection.

ImageRepository

ImageRepository API now supports object-level workload identity by setting .spec.provider to one of aws, azure, or gcp, and setting .spec.serviceAccountName to the name of a service account in the same namespace that has been configured with appropriate cloud permissions. For this feature to work, the controller feature gate ObjectLevelWorkloadIdentity must be enabled. See a complete guide here.

ImageRepository API now caches registry credentials for cloud providers by default. This behavior can be disabled or fine-tuned by adjusting the token cache controller flags (see docs). The token cache also exposes metrics that are documented here.

ImagePolicy

ImagePolicy API now supports configuring a digest reflection policy through the field .spec.digestReflectionPolicy. This allows users to configure the controller to reflect the digest of the latest image tag in the status of the ImagePolicy resource. See this guide for more details.

General updates

The controller now collects the garbage from BadgerDB, the database where it stores image tags. The interval is 10 minutes by default, but it can be disabled or fine-tuned, see docs.

In addition, the Kubernetes dependencies have been updated to v1.33 and various other controller dependencies have been updated to their latest version. The controller is now built with Go 1.24.

Fixes:

  • Downgrade Masterminds/semver to v3.3.0 #761

Improvements:

  • [RFC-0010] Introduce object-level workload identity and cache credentials #760

... (truncated)

Commits
  • 832b91d Merge pull request #768 from fluxcd/release-v0.35.0
  • dc7b08c Release v0.35.0
  • e9e2426 Merge pull request #767 from fluxcd/dependabot/github_actions/ci-a39aa48eed
  • 88d864b Bump the ci group with 18 updates
  • c5a592b Merge pull request #766 from fluxcd/rfc-0010-docs
  • 3e212d2 [RFC-0010] Link workload identity docs to complete guide
  • 6275ee0 Merge pull request #765 from fluxcd/upgrade-deps
  • 8eea66d Update dependencies
  • c491302 Merge pull request #757 from stealthybox/gc-channel
  • 8ec426f Implement BadgerGC with controller runtime
  • 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/image-reflector-controller/api](https://github.com/fluxcd/image-reflector-controller) from 0.34.0 to 0.35.0.
- [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@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/image-reflector-controller/api
  dependency-version: 0.35.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 May 27, 2025
@bigkevmcd bigkevmcd merged commit 7c4f148 into main May 28, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fluxcd/image-reflector-controller/api-0.35.0 branch May 28, 2025 18:52
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.

1 participant