Skip to content

v0.60.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 13:04
· 303 commits to refs/heads/main since this release
894542d

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]