File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1- 2.1.0 (2026-XX-XX) [UNRELEASED]
2- ===============================
1+ 2.1.0 (2026-03-04)
2+ ==================
33
4- Voor een volledig overzicht van alle commits, zie .. .
4+ Voor een volledig overzicht van alle commits, zie :release: ` v2.1.0 ` .
55
66Deployment aandachtspunten
77--------------------------
@@ -10,6 +10,9 @@ Deployment aandachtspunten
1010 beschikbaar om de sessie-vernieuwingsinterval voor OpenID Connect (DigiD/eHerkenning)
1111 te configureren. De standaardwaarde is ``900 `` seconden (15 minuten). Zie hoofdstuk 10
1212 van de beheerhandleiding voor meer informatie.
13+ * [:gh: `2130 `]: Er zijn nu gestandardiseerde HTTP healthchecks beschikbaar voor gebruik
14+ in Docker/Kubernetes. Zie de `documentatie over health checks
15+ <https://docs.openinwoner.nl/en/v2.1.0/installation/health_checks.html> `_.
1316
1417Nieuwe features
1518---------------
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Open Inwoner
33==================
44
55
6- :Version: 2.1.0-dev
6+ :Version: 2.1.0
77:Demo: https://openinwoner.nl
88:Source: https://github.com/maykinmedia/open-inwoner
99:Documentation: https://docs.openinwoner.nl
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ publiccodeYmlVersion: '0.2'
77name : Open Inwoner Platform
88url : ' http://github.com/maykinmedia/open-inwoner.git'
99softwareType : standalone
10- softwareVersion : 2.1.0-dev
11- releaseDate : ' 2026-01-05 '
10+ softwareVersion : 2.1.0
11+ releaseDate : ' 2026-03-04 '
1212logo : ' https://github.com/maykinmedia/open-inwoner/blob/develop/docs/logo.png'
1313platforms :
1414 - web
Original file line number Diff line number Diff line change 852852# SENTRY - error monitoring
853853#
854854SENTRY_DSN = config ("SENTRY_DSN" , None )
855- RELEASE = "v2.1.0-dev " # get_current_version()
855+ RELEASE = "v2.1.0" # get_current_version()
856856
857857PRIVATE_MEDIA_ROOT = os .path .join (BASE_DIR , "private_media" )
858858FILER_ROOT = os .path .join (BASE_DIR , "media" , "filer" )
You can’t perform that action at this time.
0 commit comments