Skip to content

Releases: xchem/fragalysis-stack-kubernetes

Support for stack_disable_restrict_proposals_to_membership

13 Jan 11:22
Compare
Choose a tag to compare
  • stack_disable_restrict_proposals_to_membership is now a variable (default "no")

Stack shutdown now tolerates missing Namespace

17 Dec 07:56
Compare
Choose a tag to compare
2024.23

fix: Shutdown now successful if namespace does not exist

Fix replicator CronJobs

03 Dec 15:41
Compare
Choose a tag to compare
2024.22

fix: Fix affinity (removed)

Add k8s wait-timeout

03 Dec 12:47
Compare
Choose a tag to compare
  • 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

14 Nov 08:15
Compare
Choose a tag to compare
  • Add ALTER DATABASE frag OWNER TO fragalysis; to postgres-init ConfigMap (required for postgres 15)

New default postgres and redis

14 Nov 07:47
Compare
Choose a tag to compare
  • 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

13 Nov 16:42
Compare
Choose a tag to compare
2024.18

fix: Shutdown now removes redis

Patch for latest AWX

13 Nov 15:25
Compare
Choose a tag to compare
  • stack_deploy_metrics is now 'no'
  • install_prerequisite_python_modules is now 'no'

A fix for the check-no-rofs playbook

22 Aug 15:04
Compare
Choose a tag to compare
2024.16

docs: Doc tweak

Patches for prevailing ansible (new rofs play)

22 Aug 10:06
Compare
Choose a tag to compare
2024.15

fix: Patches for prevailing Ansible