Skip to content

v2.55.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 19:22
· 107 commits to refs/heads/v2 since this release
e1b7097

WARNING

This release introduces a few important changes.

Ephemeral branch

The ephemeral branch created by Updatecli before opening a pullrequest or merge request changes its format to include the base branch, more information here about why this change is needed.
The consequence of this, is that every pull requests or merge requests created by Updatecli before 0.73.0 will become orphan. They can be closed as Updatecli will recreate them with the new ephemeral branch format.

Autodiscovery updating container tag

The Autodiscovery plugins for Helm, Dockerfile, and docker compose have been improved to also include the image digest by default.

So

  1. updatecli/updatecli:latest will be updated to updatecli/updatecli:latest@sha256xxxx
  2. updatecli/updatecli:0.23.0 to updatecli/updatecli:0.73.0@sha256xxx
  3. updatecli/updatecli:0.23.0@sha256xxx to updatecli/updatecli:0.73.0@sha256yyy

Docker image using digest without specifying the tag will be ignored.

This behavior can be disabled using the parameter digest set to false such as in the following example:

autodiscovery:
  scmid: default
  crawlers:
    helm:
      digest: false

Changes

  • Bump updatecli version to v0.73.0 @github-actions (#501)
  • chore(deps): Bump tibdex/github-app-token from 1.8.2 to 2.1.0 @dependabot (#458)
  • Bump All NPM package version @github-actions (#497)
  • chore(deps): Bump release-drafter/release-drafter from 5 to 6 @dependabot (#499)
  • chore(deps): Bump actions/setup-node from 4.0.1 to 4.0.2 @dependabot (#500)
  • chore(deps): Bump @actions/core from 1.10.0 to 1.10.1 @dependabot (#446)

Contributors

@dependabot, @dependabot[bot], @github-actions and @github-actions[bot]