v0.110.0
This release, v0.110.0, is the last of the v0.* releases. The next release will be v1.0.0.
This release installs StackStorm v3.8
as the new stable version (#347). Other updates are listed below.
Breaking Changes
None
Community Contributions (THANKS!)
New feature contributions
- Add support for providing custom st2actionrunner-specific docker repository, image name, pull policy, and pull secret via
values.yaml
. (#141) (by @Sheshagiri) - Add
existingConfigSecret
. If this is defined, thest2.secrets.conf
key within this secret will be written as /etc/st2/st2.secrets.conf and added to the end of the command line arguments of all pods. (#289) (by @eric-al/@ericreeves) - Add
extra_volumes
to all python-based st2 jobs. (#333) (by @bmarick) - Add ability to create custom labels for service account. (#327) (by @SuganJoe)
- Add support for providing
ingressClassName
. (#336) (by @mamercad) - Set st2client resources by values.yaml. (#339) (by @mamercad)
Bugfix contributions
- Temporary workaround for #311 to use previous bitnami index from: bitnami/charts#10539 (#312 #318) (by @0xhaven)
- Use the correct
apiVersion
forIngress
to add support for Kubernetesv1.22
. (#301) (by @arms11) - Fix bug that hung an init container when
st2.packs.volumes.enabled
withoutst2.packs.volumes.configs
. (#324) (by @rebrowning) - Fix bug that would not set the appropriate redis connection string when using redis.password and redis.usePassword (#325) (by @rebrowning)
Other Misc contributions
- Switch to the official bats Docker image for e2e tests. (#338) (by @mamercad)
- Cover the three most recent Kubernetes versions in Minikube and the single most recent in K3s. (#342) (by @mamercad)
- Update the GitHub badges. (#345) (by @mamercad)
- Reorganizing and renaming the CI workflows and jobs. (#344) (by @mamercad)
- Add an experimental GitHub/K3s Lint and End-to-End testing workflow. (#243) (by @mamercad)
Other Misc
- Refactor label definitions to be more consistent by building labels and label selectors in partial helper templates. (#299) (by @cognifloyd)
- Fix mounts for
jobs.preRegisterContentCommand
container to use the same mounts as the primary register-content container. (#322) (by @cognifloyd)