New Features / Enhancements
- Add
securityContext
support to customst2packs
images,extra_hooks
jobs; Also fallback to st2actionrunner securityContext for misc init container jobs and pods. by @cognifloyd in #410 - Stop generating the DataStore Secret (#385) and checksum labels when existing secret provided or disabled by @bmarick in #391
- Stop generating the checksum labels for Auth Secret when existing secret provided by @bmarick in #392
- Use
image.pullPolicy
for all containers including init containers that useimage.utilityImage
by @jk464 in #398 - Add
image.entrypoint
value to simplify using a custom entry point likedumb-init
orpid1
by @cognifloyd in #413
Bugfixes
Other Misc Changes
- Update README.md to fix mispelling of volumes by @FileMagic in #404
- Improve Deployments migration in
migrations/1.0/standardize-labels.sh
by temporarily orphaning the old ReplicaSets by @cognifloyd in #412
New Contributors
- @skiedude made their first contribution in #403
- @FileMagic made their first contribution in #404
- @jk464 made their first contribution in #398
Full Changelog: v1.0.0...v1.1.0