Skip to content

Commit

Permalink
Merge pull request #703 from open-zaak/feature/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
joeribekker committed Sep 1, 2020
2 parents 98b5f78 + 05c11d7 commit 2951781
Show file tree
Hide file tree
Showing 12 changed files with 2,481 additions and 2,372 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.3.0
current_version = 1.3.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Changelog
=========

1.3.1 (2020-08-31)
------------------

**Changes**

* Updated CMIS-adapter to 1.1 featuring support CMIS 1.0 Webservice binding and
various new configuration options.
* Added support for configurable Selectielijst years to retrieve specific years
from the Selectielijst API (#689)
* Prevent error monitoring from logging special personal data (#696)

**Bugfixes**

* Accept comma separated in ``EigenschapSpecificatie.waardenverzameling`` (#686)

**Documentation**

* Added SPDX license headers and check.
* Added Docker storage hint to make sure users run the Docker containers on
volumes with enough disk space.

1.3.0 (2020-07-29)
------------------

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.3.0 |
| **Version:** | 1.3.1 |
| **Source:** | https://github.com/open-zaak/open-zaak |
| **Keywords:** | zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api |
| **PythonVersion:** | 3.7 |
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.3.0
:Version: 1.3.1
:Source: https://github.com/open-zaak/open-zaak
:Keywords: zaken, zaakgericht werken, zaken-api, catalogi-api, besluiten-api, documenten-api
:PythonVersion: 3.7
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: '1.3.0'
openzaak_version: '1.3.1'
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.3.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.3.1' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down

0 comments on commit 2951781

Please sign in to comment.