Releases: xchem/fragalysis-stack-kubernetes
Releases · xchem/fragalysis-stack-kubernetes
Support for stack_disable_restrict_proposals_to_membership
- stack_disable_restrict_proposals_to_membership is now a variable (default "no")
Stack shutdown now tolerates missing Namespace
2024.23 fix: Shutdown now successful if namespace does not exist
Fix replicator CronJobs
2024.22 fix: Fix affinity (removed)
Add k8s wait-timeout
- Adds wait_timeout to k8s module (5minutes, was a default of 2 minutes)
- Removed legacy PSP object references (out-of-date roles and rolebindings)
Postgres init change to support postgres 15
- Add
ALTER DATABASE frag OWNER TO fragalysis;
topostgres-init
ConfigMap (required for postgres 15)
New default postgres and redis
- Default postgres is now 15.8 (was 12.16) [
database_image_tag
] - Default redis now 7.4.1-alpine3.20 (was 7.2.3-alpine3.18) [
redis_image_tag
]
Shutdown playbook now removes redis
2024.18 fix: Shutdown now removes redis
Patch for latest AWX
stack_deploy_metrics
is now 'no'install_prerequisite_python_modules
is now 'no'
A fix for the check-no-rofs playbook
2024.16 docs: Doc tweak
Patches for prevailing ansible (new rofs play)
2024.15 fix: Patches for prevailing Ansible