v1.0.0
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 ensurest2.packs.volumes
is configured correctly (ifst2.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
- Reduce duplication in label tests by @cognifloyd in #354
- CI: Shift K3s and K8s versions forward by @mamercad in #358
- Update K8s to latest version by @ZoeLeah in #379
- Update the Chart Maintainers - the StackStorm Authors by @armab in #383
- Create
v1.0.0
and add "Releasing information" by @mamercad in #389
New Contributors
- @guzzijones made their first contribution in #356
- @fuhrmannb made their first contribution in #369
- @cars made their first contribution in #371
- @ZoeLeah made their first contribution in #379
- @armab made their first contribution in #383
Full Changelog: v0.110.0...v1.0.0