v0.60.0

(github-actions[bot]) released this 2023-09-17 13:04:24 +0000 UTC - v0.60.0

Description


WARNING

This release contains a fix for the docker image plugin which correctly handles multi-architecture now.
The side effect of this is that older docker images using the old manifest v1 which do not contain multi-architecture information
will now fail if the setting architecture or architectures is explicitly set to amd64.

If this happens you can just remove that Updatecli setting as it will be amd64 anyway

from
conditions:
  default:
    kind: dockerimage
    spec:
      image: ghcr.io/updatecli/example:0.60.0
      architecture: amd64
to
conditions:
  default:
    kind: dockerimage
    spec:
      image: ghcr.io/updatecli/example:0.60.0
      # comment until ghcr.io/updatecli/example:0.60.0 support the schema v2
      # architecture: amd64

https://docs.docker.com/registry/spec/deprecated-schema-v1/

Changes

  • Revert "Disable Helm autodiscovery version increment by default" @olblak (#1572)

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • Update Golang module github.com/goccy/go-yaml @updateclibot (#1597)
  • chore(deps): Bump goreleaser/goreleaser-action from 4 to 5 @dependabot (#1585)
  • Update Golang module github.com/goccy/go-yaml @updateclibot (#1595)
  • chore(deps): Bump docker/login-action from 2 to 3 @dependabot (#1586)
  • chore(deps): Bump docker/setup-buildx-action from 2 to 3 @dependabot (#1587)
  • chore(deps): Bump docker/setup-qemu-action from 2 to 3 @dependabot (#1584)
  • Update Golang module github.com/go-git/go-git/v5 @updateclibot (#1591)
  • chore(deps): Bump sigstore/cosign-installer from 2.8.1 to 3.1.2 @dependabot (#1563)

Contributors

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


Download

NameCreated AtUpdated At

checksums.txt.pem

2023-09-17 13:26:10 +0000 UTC

2023-09-17T13:26:10Z

checksums.txt.sig

2023-09-17 13:26:10 +0000 UTC

2023-09-17T13:26:10Z

checksums.txt

2023-09-17 13:26:09 +0000 UTC

2023-09-17T13:26:09Z

updatecli_Windows_arm64.zip.sbom

2023-09-17 13:26:09 +0000 UTC

2023-09-17T13:26:09Z

updatecli_Darwin_x86_64.tar.gz.sbom

2023-09-17 13:26:09 +0000 UTC

2023-09-17T13:26:09Z

updatecli_Darwin_arm64.tar.gz.sbom

2023-09-17 13:26:09 +0000 UTC

2023-09-17T13:26:09Z

updatecli_Linux_arm.tar.gz.sbom

2023-09-17 13:26:08 +0000 UTC

2023-09-17T13:26:08Z

updatecli_Linux_arm64.tar.gz.sbom

2023-09-17 13:26:08 +0000 UTC

2023-09-17T13:26:08Z

updatecli_Windows_x86_64.zip.sbom

2023-09-17 13:26:07 +0000 UTC

2023-09-17T13:26:08Z

updatecli_Linux_x86_64.tar.gz.sbom

2023-09-17 13:26:07 +0000 UTC

2023-09-17T13:26:08Z

updatecli_Windows_arm.zip.sbom

2023-09-17 13:26:07 +0000 UTC

2023-09-17T13:26:07Z

updatecli_amd64.rpm

2023-09-17 13:26:06 +0000 UTC

2023-09-17T13:26:07Z

updatecli_armv6.deb

2023-09-17 13:26:05 +0000 UTC

2023-09-17T13:26:07Z

updatecli_armv6.rpm

2023-09-17 13:26:05 +0000 UTC

2023-09-17T13:26:06Z

updatecli_arm64.deb

2023-09-17 13:26:04 +0000 UTC

2023-09-17T13:26:05Z

updatecli_arm64.rpm

2023-09-17 13:26:04 +0000 UTC

2023-09-17T13:26:05Z

updatecli_amd64.deb

2023-09-17 13:26:03 +0000 UTC

2023-09-17T13:26:04Z

updatecli_armv6.apk

2023-09-17 13:26:02 +0000 UTC

2023-09-17T13:26:03Z

updatecli_arm64.apk

2023-09-17 13:26:01 +0000 UTC

2023-09-17T13:26:02Z

updatecli_amd64.apk

2023-09-17 13:26:01 +0000 UTC

2023-09-17T13:26:02Z

updatecli_Windows_arm64.zip

2023-09-17 13:26:00 +0000 UTC

2023-09-17T13:26:01Z

updatecli_Darwin_arm64.tar.gz

2023-09-17 13:26:00 +0000 UTC

2023-09-17T13:26:01Z

updatecli_Darwin_x86_64.tar.gz

2023-09-17 13:25:59 +0000 UTC

2023-09-17T13:26:00Z

updatecli_Linux_arm.tar.gz

2023-09-17 13:25:59 +0000 UTC

2023-09-17T13:26:00Z

updatecli_Linux_arm64.tar.gz

2023-09-17 13:25:58 +0000 UTC

2023-09-17T13:25:58Z

updatecli_Linux_x86_64.tar.gz

2023-09-17 13:25:57 +0000 UTC

2023-09-17T13:25:58Z

updatecli_Windows_x86_64.zip

2023-09-17 13:25:56 +0000 UTC

2023-09-17T13:25:57Z

updatecli_Windows_arm.zip

2023-09-17 13:25:56 +0000 UTC

2023-09-17T13:25:57Z


Information retrieved from here

Top