Skip to content

v0.63.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 11:18
· 268 commits to refs/heads/main since this release
612ddec

Changes

This release introduces, as an experimental feature, the ability to share and reuse Updatecli policies using OCI registries like dockerhub, ghcr.io, etc.
This feature is expected to evolve in the coming weeks as we start using it.
Updatecli experimental contains the following new command

  • updatecli manifest publish: to push manifest(s) to an OCI registry
  • updatecli manifest pull: pull manifest(s) from an OCI registry

A first iteration of the documentation is available on:

=> https://www.updatecli.io/docs/core/shareandreuse/

An example of a repository containing a policy

=> updatecli/policy-autodiscovery

Published on ghcr.io/updatecli/policies/autodiscovery:0.0.1-alpha

Existing commands have been updated as well when it makes sense such as updatecli diff --experimental ghcr.io/updatecli/policies/autodiscovery:latest

For better usage of those policies, we also introduce the following "compose" command which can be defined, using a new file named update-compose.yaml

  • updatecli compose diff
  • updatecli compose apply
  • updatecli compose show

Documentation is available on
-> https://www.updatecli.io/docs/core/compose/

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • chore(deps): Bump golang.org/x/net from 0.15.0 to 0.17.0 @dependabot (#1682)
  • Bump patch version for Golang module @updateclibot (#1680)
  • [updatecli] Bump Golang version to 1.21.3 @updateclibot (#1651)
  • Update Golang module github.com/hashicorp/hcl/v2 @updateclibot (#1653)
  • Update Golang module golang.org/x/mod @updateclibot (#1650)
  • Update Golang module github.com/drone/go-scm @updateclibot (#1647)
  • chore(deps): Bump check-spelling/check-spelling from 0.0.21 to 0.0.22 @dependabot (#1640)

Contributors

@aroberts87, @cpanato, @dependabot, @dependabot[bot], @kuisathaverat, @lemeurherve, @olblak, @updateclibot and @updateclibot[bot]