v0.81.0

(github-actions[bot]) released this 2024-07-25 09:11:19 +0000 UTC - v0.81.0

Description


This release fix an issue on the GitHub scm plugin, where using the setting commitusingapi set to true, combined with an Updatecli manifest containing multiple targets, would lead to wrong commits.
This is fixed now, which allows us to move this feature out of experimental. Depending on how stable this feature is, we will consider turning on this setting by default for the GitHub SCM plugin as it increases the security of git project.

As a reminder, it's possible to automatically sign git commit on GitHub by using its API instead of git commands.

With commitusingapi
scms:
   default:
    kind: github
    spec:
        branch: master
        commitusingapi: true
        email: updatecli-bot@updatecli.io
        owner: updatecli
        repository: website
        token: '{{ requiredEnv "GITHUB_TOKEN" }}'
        user: '{{ requiredEnv "GITHUB_ACTOR" }}'
        username: updatecli-bot
Without commitusingapi
scms:
   default:
    kind: github
    spec:
        branch: master
        email: updatecli-bot@updatecli.io
        owner: updatecli
        repository: website
        token: '{{ requiredEnv "GITHUB_TOKEN" }}'
        user: '{{ requiredEnv "GITHUB_ACTOR" }}'
        username: updatecli-bot

Changes

🚀 Features

  • feat: moving github parameter usingcommitapi out of experimental @olblak (#2344)
  • feat: Allow the dockerimage plugin to retrieve changelog information @olblak (#2316)

🐛 Bug Fixes

  • fix: correctly pull remote branches when using GitHub api @olblak (#2336)

🧰 Maintenance

Contributors

@dependabot, @dependabot[bot], @olblak, @updateclibot and @updateclibot[bot]


Download

NameCreated AtUpdated At

checksums.txt.pem

2024-07-25 09:25:48 +0000 UTC

2024-07-25T09:25:48Z

updatecli_Darwin_x86_64.tar.gz.sbom.json

2024-07-25 09:25:48 +0000 UTC

2024-07-25T09:25:48Z

checksums.txt.sig

2024-07-25 09:25:48 +0000 UTC

2024-07-25T09:25:48Z

checksums.txt

2024-07-25 09:25:48 +0000 UTC

2024-07-25T09:25:48Z

updatecli_Linux_arm64.tar.gz.sbom.json

2024-07-25 09:25:48 +0000 UTC

2024-07-25T09:25:48Z

updatecli_Linux_arm.tar.gz.sbom.json

2024-07-25 09:25:47 +0000 UTC

2024-07-25T09:25:48Z

updatecli_Linux_x86_64.tar.gz.sbom.json

2024-07-25 09:25:47 +0000 UTC

2024-07-25T09:25:48Z

updatecli_Windows_x86_64.zip.sbom.json

2024-07-25 09:25:47 +0000 UTC

2024-07-25T09:25:47Z

updatecli_Darwin_arm64.tar.gz.sbom.json

2024-07-25 09:25:47 +0000 UTC

2024-07-25T09:25:47Z

updatecli_Windows_arm.zip.sbom.json

2024-07-25 09:25:47 +0000 UTC

2024-07-25T09:25:47Z

updatecli_armv6.deb

2024-07-25 09:25:47 +0000 UTC

2024-07-25T09:25:47Z

updatecli_Windows_arm64.zip.sbom.json

2024-07-25 09:25:47 +0000 UTC

2024-07-25T09:25:47Z

updatecli_arm64.deb

2024-07-25 09:25:46 +0000 UTC

2024-07-25T09:25:46Z

updatecli_amd64.deb

2024-07-25 09:25:45 +0000 UTC

2024-07-25T09:25:46Z

updatecli_arm64.rpm

2024-07-25 09:25:45 +0000 UTC

2024-07-25T09:25:46Z

updatecli_armv6.rpm

2024-07-25 09:25:45 +0000 UTC

2024-07-25T09:25:46Z

updatecli_armv6.apk

2024-07-25 09:25:44 +0000 UTC

2024-07-25T09:25:45Z

updatecli_arm64.apk

2024-07-25 09:25:44 +0000 UTC

2024-07-25T09:25:45Z

updatecli_amd64.rpm

2024-07-25 09:25:44 +0000 UTC

2024-07-25T09:25:45Z

updatecli_amd64.apk

2024-07-25 09:25:44 +0000 UTC

2024-07-25T09:25:45Z

updatecli_Darwin_x86_64.tar.gz

2024-07-25 09:25:43 +0000 UTC

2024-07-25T09:25:44Z

updatecli_Linux_arm64.tar.gz

2024-07-25 09:25:43 +0000 UTC

2024-07-25T09:25:44Z

updatecli_Linux_x86_64.tar.gz

2024-07-25 09:25:43 +0000 UTC

2024-07-25T09:25:44Z

updatecli_Linux_arm.tar.gz

2024-07-25 09:25:43 +0000 UTC

2024-07-25T09:25:44Z

updatecli_Windows_x86_64.zip

2024-07-25 09:25:41 +0000 UTC

2024-07-25T09:25:42Z

updatecli_Windows_arm.zip

2024-07-25 09:25:41 +0000 UTC

2024-07-25T09:25:42Z

updatecli_Darwin_arm64.tar.gz

2024-07-25 09:25:41 +0000 UTC

2024-07-25T09:25:43Z

updatecli_Windows_arm64.zip

2024-07-25 09:25:41 +0000 UTC

2024-07-25T09:25:42Z


Information retrieved from here

Top