diff --git a/CHANGES.md b/CHANGES.md index 2a6ca3229..6902a4f67 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,11 @@ +3.1.164-RC3 / 2025-09-16 +======================== + + * Health and Ready endpoints (#3788) + * Fix read-only mount on k8s + * Remove setup.py do projeto SAPL + 3.1.164-RC2 / 2025-09-08 ======================== diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index e84924050..20c75374a 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -33,7 +33,7 @@ services: networks: - sapl-net sapl: - image: interlegis/sapl:3.1.164-RC2 + image: interlegis/sapl:3.1.164-RC3 # build: # context: ../ # dockerfile: ./docker/Dockerfile diff --git a/sapl/settings.py b/sapl/settings.py index bd85ae7c0..5a0fdef73 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -43,7 +43,7 @@ ALLOWED_HOSTS = ['*'] LOGIN_REDIRECT_URL = '/' LOGIN_URL = '/login/?next=' -SAPL_VERSION = '3.1.164-RC2' +SAPL_VERSION = '3.1.164-RC3' if DEBUG: EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' diff --git a/sapl/templates/base.html b/sapl/templates/base.html index bc25fdabe..5679f718a 100644 --- a/sapl/templates/base.html +++ b/sapl/templates/base.html @@ -200,7 +200,7 @@ Desenvolvido pelo Interlegis em software livre e aberto. - Release: 3.1.164-RC2 + Release: 3.1.164-RC3