Skip to content

Commit

Permalink
🔖 Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 7, 2025
1 parent 8696086 commit b34886e
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.7.1
current_version = 1.8.0

[bumpversion:file:README.rst]

Expand Down
36 changes: 33 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
Changes
=======

1.x.x (TBD)
-----------
1.7.2 (2024-01-06)
------------------

**Bugfixes and QOL**

* [#66] updated commonground-api-common to 2.1.0 (TBD)
* [maykinmedia/open-api-framework#66] Update zgw consumers
* [maykinmedia/open-api-framework#46] Upgrade open-api-framework to 0.9.1
* [#199] Upgrade mozilla-django-oidc-db to 0.21.1
* [#200] Upgrade commonground-api-common to 2.2.0
* [#203] Upgrade notifications-api-common to 0.4.0
* [#204] Upgrade django-setup-configuration to 0.5.0

.. warning::

Expand All @@ -15,6 +21,30 @@ Changes
was added to move to the `Service` model. It is advised to verify the `Service`
instances in the admin to check that the data migration was ran as expected.

**New features**

* [#108] Admin action to check Abonnement callback status
* [#180] Provide an admin overview for notificatie responses
* [#207] Add experimental PUT and PATCH for Kanaal

**Project maintenance**

* [maykinmedia/objects-api#463] Add trivy image scan
* [#199] Add Admin OIDC Configuration step from django-setup-configuration
* [#204] Add SitesConfiguration Step from django-setup-configuration
* [#200] Autorisaties-API configuration via django-setup-configuration
* [#202] Configuration Kanalen via django-setup-configuration
* [#202] Configuration Abonnementen via django-setup-configuration
* [#203] Configuration Notification settings via django-setup-configuration
* [maykinmedia/open-api-framework#92] Fix docker latest tag publish
* [#207] Update register_kanalen to update existing kanalen
* [maykinmedia/open-api-framework#13] Consistent CI configuration across the different projects.

**Documentation**

* [#200] Update docs for setup configuration changes
* [maykinmedia/objects-api#403] Update delivery guarantee documentation


1.7.1 (2024-10-04)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Notificaties
=================

:Version: 1.7.1
:Version: 1.8.0
:Source: https://github.com/open-zaak/open-notificaties
:Keywords: zaken, zaakgericht werken, GEMMA, notificaties
:PythonVersion: 3.11
Expand Down
2 changes: 1 addition & 1 deletion deployment/single-server/open-notificaties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

- role: open_notificaties_docker
vars:
opennotificaties_version: '1.7.1' # see https://hub.docker.com/r/openzaak/open-notificaties/tags
opennotificaties_version: '1.8.0' # see https://hub.docker.com/r/openzaak/open-notificaties/tags
opennotificaties_cache_db: 1
tags:
- replicas
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nrc",
"version": "1.7.1",
"version": "1.8.0",
"description": "Open Notificaties",
"main": "src/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/nrc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__all__ = ("celery_app",)

__version__ = "1.7.1"
__version__ = "1.8.0"
__author__ = "Maykin Media"
__homepage__ = "https://github.com/open-zaak/open-notificaties"

0 comments on commit b34886e

Please sign in to comment.