File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11
2+ 3.1.164-RC3 / 2025-09-16
3+ ========================
4+
5+ * Health and Ready endpoints (#3788 )
6+ * Fix read-only mount on k8s
7+ * Remove setup.py do projeto SAPL
8+
293.1.164-RC2 / 2025-09-08
310========================
411
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
3333 networks :
3434 - sapl-net
3535 sapl :
36- image : interlegis/sapl:3.1.164-RC2
36+ image : interlegis/sapl:3.1.164-RC3
3737# build:
3838# context: ../
3939# dockerfile: ./docker/Dockerfile
Original file line number Diff line number Diff line change 4343LOGIN_REDIRECT_URL = '/'
4444LOGIN_URL = '/login/?next='
4545
46- SAPL_VERSION = '3.1.164-RC2 '
46+ SAPL_VERSION = '3.1.164-RC3 '
4747
4848if DEBUG :
4949 EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ <h1 class="page-header">
200200 < small >
201201 Desenvolvido pelo < a href ="http://www.interlegis.leg.br/ "> Interlegis</ a > em software livre e aberto.
202202 </ small >
203- < span > Release: 3.1.164-RC2 </ span >
203+ < span > Release: 3.1.164-RC3 </ span >
204204 </ p >
205205
206206 </ div >
You can’t perform that action at this time.
0 commit comments