From 3f0d61bdb6b46d8c41ce54d2f9fca4183fd5c9cc Mon Sep 17 00:00:00 2001 From: Edward Oliveira Date: Mon, 22 Sep 2025 17:27:41 -0300 Subject: [PATCH] Release: 3.1.164-RC5 --- CHANGES.md | 7 ++++++- docker/docker-compose.yaml | 2 +- sapl/settings.py | 2 +- sapl/templates/base.html | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f977fe2b5..677aea561 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,14 @@ +3.1.164-RC5 / 2025-09-22 +======================== + + * Adiciona smoke test for rate limiter + * Hot-fix: rate limiter get ip + 3.1.164-RC4 / 2025-09-22 ======================== * Fix recibo proposição e adiciona rate limiter em matéria e norma - * Release: 3.1.164-RC3 3.1.164-RC3 / 2025-09-16 ======================== diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index cd8b7a2a1..66c788241 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-RC4 + image: interlegis/sapl:3.1.164-RC5 # build: # context: ../ # dockerfile: ./docker/Dockerfile diff --git a/sapl/settings.py b/sapl/settings.py index c31b6b3b9..511c7f2e8 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-RC4' +SAPL_VERSION = '3.1.164-RC5' if DEBUG: EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' diff --git a/sapl/templates/base.html b/sapl/templates/base.html index a53524bd4..1a077f4b1 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-RC4 + Release: 3.1.164-RC5