Skip to content

Commit

Permalink
Merge pull request #1590 from open-zaak/release/1.12.0
Browse files Browse the repository at this point in the history
🔖 release 1.12.0
  • Loading branch information
annashamray committed Mar 25, 2024
2 parents a88d252 + a1f5f79 commit 478d194
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 8 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.11.0
current_version = 1.12.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Changelog
=========

1.12.0 (2023-03-25)
-------------------

**New features**

* [#1531] Supported user-defined prefixes for Zaaktype.identificatie during zaaktype import.
* [#1533] Added a checkbox in the Catalogi admin page to auto-publish resources related to zaaktypen.
* [#1535] Refactored validation of overlapping dates for concept objects in Catalogi component.
Now concept objects are allowed to be added without specifying an end date for the published objects.
The validation for overlapping dates is restricted only for published objects.
* [#1572] Refactored management command ``setup_configuration`` and added support of environment variables there

**Bugfixes and QOL**

* [#1571] Fixed access to the history pages in the Admin
* [#1579] Added a unittest to ensure that ``ZaakTypeInformatieObjectType.volgnummer`` is imported correctly
* [#1504] Showed warnings to the user if no zaaktype was imported during the import process

**Documentation**

* [#1517] Restore full descriptions of enum fields in the OAS

**Project maintenance**

* [#1510] Replaced ``drf-yasg`` library to generate OAS with ``drf-spectacular``


1.11.0 (2024-02-01)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

| | | |
|-|-|-|
| **Version:** | 1.11.0 |
| **Version:** | 1.12.0 |
| **Source:** | https://github.com/open-zaak/open-zaak |
| **Keywords:** | zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api |
| **PythonVersion:** | 3.10 |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Open Zaak

.. _`Read this in English`: README.en.md

:Version: 1.11.0
:Version: 1.12.0
:Source: https://github.com/open-zaak/open-zaak
:Keywords: zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api
:PythonVersion: 3.10
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: openzaak_version: '1.11.0'
openzaak_version: openzaak_version: '1.12.0'
openzaak_db_host: "{{ db.privateIp }}"
openzaak_db_port: "{{ db.port }}"
tags:
Expand Down
2 changes: 1 addition & 1 deletion deployment/single-server/open-zaak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

- role: open_zaak_docker
vars:
openzaak_version: '1.11.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.12.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down
2 changes: 1 addition & 1 deletion 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": "openzaak",
"version": "1.11.0",
"version": "1.12.0",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
name: Open Zaak
url: 'https://github.com/open-zaak/open-zaak.git'
softwareType: standalone/backend
softwareVersion: 1.11.0
softwareVersion: 1.12.0
releaseDate: '2023-11-28'
logo: 'https://raw.githubusercontent.com/open-zaak/open-zaak/main/docs/logo.svg'
platforms:
Expand Down

0 comments on commit 478d194

Please sign in to comment.