diff --git a/CHANGELOG.md b/CHANGELOG.md index ef391f88..3370b87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Removed reference to st2-license pullSecrets, which was missed when removing enterprise flags (#192) (by @cognifloyd) * Add optional imagePullSecrets to ServiceAccount using `serviceAccount.pullSecret` from values.yaml. If pods do not have imagePullSecrets (eg without `image.pullSecret` in values.yaml), k8s populates them from the ServiceAccount. (#196) (by @cognifloyd) * Reformat some yaml strings so that single quotes wrap strings that include double quotes (#194) (by @cognifloyd) +* Add advanced pod placment (nodeSelector, affinity, tolerations) to specs for batch Jobs pods. Also move the advanced pod placement into a helper to reduce duplication. (#193) (by @cognifloyd) ## v0.60.0 * Switch st2 version to `v3.5dev` as a new latest development version (#187)