Skip to content

Commit 55176c1

Browse files
committed
chore: release v2.1.0
1 parent a30311a commit 55176c1

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
Deployment 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

1417
Nieuwe features
1518
---------------

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

publiccode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publiccodeYmlVersion: '0.2'
77
name: Open Inwoner Platform
88
url: 'http://github.com/maykinmedia/open-inwoner.git'
99
softwareType: standalone
10-
softwareVersion: 2.1.0-dev
11-
releaseDate: '2026-01-05'
10+
softwareVersion: 2.1.0
11+
releaseDate: '2026-03-04'
1212
logo: 'https://github.com/maykinmedia/open-inwoner/blob/develop/docs/logo.png'
1313
platforms:
1414
- web

src/open_inwoner/conf/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@
852852
# SENTRY - error monitoring
853853
#
854854
SENTRY_DSN = config("SENTRY_DSN", None)
855-
RELEASE = "v2.1.0-dev" # get_current_version()
855+
RELEASE = "v2.1.0" # get_current_version()
856856

857857
PRIVATE_MEDIA_ROOT = os.path.join(BASE_DIR, "private_media")
858858
FILER_ROOT = os.path.join(BASE_DIR, "media", "filer")

0 commit comments

Comments
 (0)