Skip to content

v0.65.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 20:22
· 245 commits to refs/heads/main since this release
8bf22cd

πŸš€ Features

  • feat: revert pipelineid requirement and use manifest names to determine branch instead of (generated) pipelineid @olblak (#1713)

Important

Unless your manifests specify a pipelineid attribute, this version of updatecli will re-create new PRs for each none merged dependency with a new (auto-generated) branch name.
But in the future, changing your manifest content won't duplicate PRs as the manifest name is now used.

  • feat: support for pinning docker digests by image config @olblak (#1712)
  • feat: add manifest push --overwrite flag @olblak (#1714)

πŸ› Bug Fixes

  • fix: correctly load default Updatecli manifest @olblak (#1724)
  • fix: for multiple pipelines report failure to load @mcwarman (#1721)
  • fix: pipeline without target always returned Skipped @olblak (#1715)

🧰 Maintenance

  • deps: bump patch version for Golang package defined in go.mod @updateclibot (#1703)

πŸ“ Documentation

Contributors

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