Skip to content
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

Bump github.com/fluxcd/image-automation-controller from 0.19.0 to 0.36.0 #505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2023

Bumps github.com/fluxcd/image-automation-controller from 0.19.0 to 0.36.0.

Release notes

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

v0.36.0

Changelog

v0.36.0 changelog

Container images

  • docker.io/fluxcd/image-automation-controller:v0.36.0
  • ghcr.io/fluxcd/image-automation-controller:v0.36.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.

v0.35.0

Changelog

v0.35.0 changelog

Container images

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

v0.34.1

CHANGELOG

v0.34.0

CHANGELOG

v0.33.1

CHANGELOG

v0.33.0

CHANGELOG

v0.32.0

CHANGELOG

v0.31.0

CHANGELOG

... (truncated)

Changelog

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

0.36.0

Release date: 2023-08-23

This prerelease introduces a new field .spec.git.push.refspec to the ImageUpdateAutomation API. This field can be used to make the controller push the commits it makes using a specific refspec. It also improves compatibility with Gerrit. For more details, check the documentation.

Additionally, a new field .spec.git.push.options has been added to the ImageUpdateAutomation API for specifying the push options to be sent to the Git server when performing a push operation.

From this release on, the controller also stops exporting an object's metrics as soon as the object has been deleted.

Lastly, it adds support for using the referred GitRepository's .spec.proxySecretRef field for all remote Git operations related to the object.

Fixes:

  • Fix links in API docs #573

Improvements:

  • git: add push.refspec to push using a refspec #514
  • Handle delete before adding finalizer #564
  • add support for specified proxy in source GitRepository #565
  • Delete stale metrics on object delete #570
  • Update dependencies #571
  • add support for specifying push options #577

0.35.0

Release date: 2023-07-04

This prerelease comes with support for Kubernetes v1.27.3 and updates to the controller's dependencies. It has better error reporting for situations where the Git repository deploy key does not have write acceess. Additionally, it improves support for Git >= v2.41.0. Furthermore, a bug related to GPG commit signing that could cause panics has been fixed.

... (truncated)

Commits
  • d2f8784 Merge pull request #576 from fluxcd/release-v0.36.0
  • f9bbcf1 Release v0.36.0
  • 644ca35 Merge pull request #577 from fluxcd/push-options
  • 1dd0e63 add support for specifying push options
  • 1e0fad1 Merge pull request #565 from fluxcd/proxy-options
  • 95a7b39 retry reconciliation in delete before finalizer test
  • 6f07aad add proxy support for Git operations
  • c120f91 Merge pull request #514 from aryan9600/push-refspec
  • f7c5f69 git: add docs for usage with Gerrit
  • 192b9e0 git: add docs for push.refspec
  • 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-automation-controller](https://github.com/fluxcd/image-automation-controller) from 0.19.0 to 0.36.0.
- [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@v0.19.0...v0.36.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/image-automation-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 25, 2023
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