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.6.1 to 0.7.0 #4

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps github.com/fluxcd/image-automation-controller from 0.6.1 to 0.7.0.

Release notes

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

v0.7.0

CHANGELOG

Changelog

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

0.7.0

Release date: 2021-03-17

This prerelease comes with support for restricting the image updates to a path relative to the Git repository root with .spec.update.path.

The controller can push changes to a different branch than the one used for cloning when configured with .spec.push.branch.

The commit message template supports listing the images that were updated along with the resource kind and name e.g.:

spec:
  commit:
    messsageTemplate: |
      Automated image update
  Automation name: {{ .AutomationObject }}
Files:
{{ range $filename, $_ := .Updated.Files -}}

{{ $filename }}
{{ end -}}

Objects:
{{ range $resource, $_ := .Updated.Objects -}}

{{ $resource.Kind }} {{ $resource.Name }}
{{ end -}}

Images:
{{ range .Updated.Images -}}

{{.}}
{{ end -}}

Features:

  • Allow specifying the path for manifests updates #126
  • Push to branch #121
  • Supply update result value to the commit message template #119

Improvements:

  • Update runtime dependencies #124
Commits
  • cea06a9 Merge pull request #128 from fluxcd/release-v0.7.0
  • e116663 Release v0.7.0
  • 70ed80e Merge pull request #127 from fluxcd/codeql
  • d732f55 Update image-reflector-controller/api to v0.7.1
  • 1e87ebd Add REFLECTOR_VER to Makefile
  • 715f443 Add CodeQL scanning to CI
  • a1f05d9 Merge pull request #126 from fluxcd/update-path
  • 7c5d7b8 Add update path test
  • 2e53745 Allow specifying the path for manifests updates
  • 43d9d39 Merge pull request #125 from fluxcd/push-to-branch-doc
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 18, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/fluxcd/image-automation-controller-0.7.0 branch from 850c102 to 30fedce Compare April 5, 2021 20:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2021

Superseded by #12.

@dependabot dependabot bot closed this Apr 7, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/fluxcd/image-automation-controller-0.7.0 branch April 7, 2021 04:38
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