Skip to content

v0.2.1

Compare
Choose a tag to compare
@mszostok mszostok released this 10 Mar 12:11

🚨 Voltron v0.2.1 is now available!

⚠️ WARNING: This release is considered experimental. Use it at your own risk.

To install this release on a cluster, use the OVERRIDE_DOCKER_TAG="ba29fd7" environment variable when executing ./hack/ci/cluster-components-install-upgrade.sh.

Changes since v0.2.0

In this release, we’ve focused on components bug fixing and adding new OCH content. Check the v0.2.0 release notes to find more information.

🐛 Bug fixes

  • Fix panic when downloading non-existent TypeInstances
  • Fix problem with wrong tfstate relation when rendering workflow with Terraform actions
  • Increase memory limit for Voltron Engine to prevent OOMKilled
  • Fix bugs in OCH content

✨ New Features

Add new OCH content:

ocftool Binaries

Linux: curl -Lo ./ocftool https://storage.googleapis.com/capactio-binaries/v0.2.1/ocftool-linux-amd64
macOS: curl -Lo ./ocftool https://storage.googleapis.com/capactio-binaries/v0.2.1/ocftool-darwin-amd64
Windows: curl -Lo ./ocftool https://storage.googleapis.com/capactio-binaries/v0.2.1/ocftool-windows-amd64.exe

populator Binaries

Linux: curl -Lo ./populator https://storage.googleapis.com/capactio-binaries/v0.2.1/populator-linux-amd64
macOS: curl -Lo ./populator https://storage.googleapis.com/capactio-binaries/v0.2.1/populator-darwin-amd64
Windows: curl -Lo ./populator https://storage.googleapis.com/capactio-binaries/v0.2.1/populator-windows-amd64.exe