Skip to content

Releases: updatecli/updatecli-action

v2.56.0 🌈

07 Mar 13:36
9b35aa6
Compare
Choose a tag to compare

Changes

  • Bump updatecli version to v0.74.0 @github-actions (#504)
  • Bump All NPM package version @github-actions (#502)

Contributors

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

v2.55.0 🌈

17 Feb 19:22
e1b7097
Compare
Choose a tag to compare

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]

v2.54.0 🌈

26 Jan 13:37
ecfc21f
Compare
Choose a tag to compare

Changes

  • Bump updatecli version to v0.72.0 @github-actions (#498)

Contributors

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

v2.53.0 🌈

15 Jan 19:55
1c73b91
Compare
Choose a tag to compare

Changes

  • Bump All NPM package version @github-actions (#490)
  • Bump updatecli version to v0.71.0 @github-actions (#496)
  • chore(deps): Bump actions/upload-artifact from 3 to 4 @dependabot (#492)
  • chore(deps): Bump actions/setup-node from 4.0.0 to 4.0.1 @dependabot (#493)
  • chore(deps): Bump github/codeql-action from 2 to 3 @dependabot (#491)

Contributors

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

v2.52.0 🌈

20 Dec 20:44
7443aa3
Compare
Choose a tag to compare

Changes

  • Bump updatecli version to v0.70.0 @github-actions (#495)

Contributors

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

v2.51.0 🌈

12 Dec 16:52
a028fae
Compare
Choose a tag to compare

Changes

  • Bump All NPM package version @github-actions (#489)
  • Bump updatecli version to v0.69.0 @github-actions (#488)

Contributors

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

v2.50.0 🌈

04 Dec 10:52
7687051
Compare
Choose a tag to compare

Changes

  • Bump All NPM package version @github-actions (#484)
  • Bump updatecli version to v0.68.0 @github-actions (#486)
  • Bump updatecli version to v0.67.1 @github-actions (#485)
  • chore(deps): Bump ad-m/github-push-action from 0.6.0 to 0.8.0 @dependabot (#468)
  • Bump All NPM package version @github-actions (#482)
  • Bump updatecli version to v0.67.0 @github-actions (#483)

Contributors

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

v2.49.1 🌈

15 Nov 07:39
8b93582
Compare
Choose a tag to compare

Changes

  • Bump updatecli version to v0.66.1 @github-actions (#481)
  • Bump All NPM package version @github-actions (#469)

Contributors

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

v2.49.0 🌈

12 Nov 12:53
b99a257
Compare
Choose a tag to compare

Changes

  • Bump updatecli version to v0.66.0 @github-actions (#480)
  • chore(deps): Bump actions/setup-node from 3.8.1 to 4.0.0 @dependabot (#474)

Contributors

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

v2.48.0 🌈

30 Oct 08:45
22fc20f
Compare
Choose a tag to compare

Changes

  • Bump updatecli version to v0.65.1 @github-actions (#478)

Contributors

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