Releases: xchem/fragalysis-stack-kubernetes
Releases · xchem/fragalysis-stack-kubernetes
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
New check-no-rofs play/role
- Adds site-check-no-rofs
Redis now has optional persistence
2024.13 fix: Fix lint failure
Fixes Service definition
- Adds missing
name
label for exporting metrics
Add service-monitor (metric)
2024.11 build: Add service monitor defintion (if stack_deploy_metrics, deafiu…