Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@cognifloyd cognifloyd released this 12 Apr 15:25
· 3 commits to master since this release
80f80b4

New Features / Enhancements

  • Add securityContext support to custom st2packs 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 use image.utilityImage by @jk464 in #398
  • Add image.entrypoint value to simplify using a custom entry point like dumb-init or pid1 by @cognifloyd in #413

Bugfixes

  • Fix syntax with ensure-packs-volumes-are-writable job by @skiedude in #403 and #411

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

Full Changelog: v1.0.0...v1.1.0