Skip to content

v1.0.0

Compare
Choose a tag to compare
@cognifloyd cognifloyd released this 13 Feb 18:29
· 32 commits to master since this release
e71b4b1

The first stable release! 馃帀

Breaking Changes

  • Use the standardized labels recommended in the Helm docs. You can use migrations/v1.0/standardize-labels.sh to prepare an existing cluster before running helm update. by @cognifloyd in #351
  • Drop support for networking.k8s.io/v1beta1 which was removed in kubernetes v1.22 (EOL 2022-10-28) by @cognifloyd in #353

New features

  • Add st2canary job as a Helm Hook that runs before install/upgrade to ensure st2.packs.volumes is configured correctly (if st2.packs.volumes.enabled). by @cognifloyd in #323
  • Configurable utilityImage + clusterDomain by @guzzijones in #356
  • Enable using existing st2-auth secret. This allows users to manage this secret outside of the Helm process. by @bmarick in #359
  • Add external secret for datastore encryption by @guzzijones in #366
  • Add terminationGracePeriodSeconds to workflow and actionrunner pods to allow adjustment of grace period in k8s by @guzzijones in #374

Bugfixes

  • Increase default db timeouts to avoid replicaset timeout by @guzzijones in #356
  • PVC should use claimName key by @fuhrmannb in #369
  • Remove redundant [credentials] header by @cars in #371
  • Prevent duplicate init containers on helm upgrade by @guzzijones in #375
  • Workaround kubeproxy+kubelet race: Add presleep for st2auth, st2web, st2api, st2stream by @guzzijones in #382
  • Secret DataStore Crypto Key should not be created when existing provided by @bmarick in #385

Other Misc Changes

New Contributors

Full Changelog: v0.110.0...v1.0.0