Skip to content

0.3.0

Compare
Choose a tag to compare
@pkosiec pkosiec released this 04 May 14:57

🚨 Capact v0.3.0 is now available!

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

✨ Key highlights

  • We have a new branding: Voltron is now Capact!
  • You can install Capact on Amazon EKS with optional EFS support! See our guide here.
  • You can use new OCH content, such as Amazon RDS for PostgreSQL or AWS Elasticsearch.
  • Our existing OCH content: Atlassian stack and RocketChat have now production-ready values. See the installation guide.
  • Capact is now self-upgradeable! Use capact upgrade using Capact CLI to upgrade your Capact installation.

Capact CLI Binaries

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

Populator Binaries

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

Upgrade existing Capact installation

To upgrade an existing installation, download the latest Capact CLI, populate the latest manifests and use:

capact upgrade --version 0.3.0 --increase-resource-limits --override-capact-image-tag 52561b7 --wait 

After set target branch for Populator to release-0.3, following the tutorial from Capact installation document.