Skip to content

Commit

Permalink
Merge pull request #966 from open-zaak/release/1.4.0
Browse files Browse the repository at this point in the history
Prepare 1.4.0 release
  • Loading branch information
sergei-maertens committed Apr 30, 2021
2 parents 928333e + d2a3afb commit 7c24acd
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 7 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.5
current_version = 1.4.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand Down
45 changes: 44 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
Changelog
=========

1.4.0 (2021-03-??)
1.4.0 (2021-04-30)
------------------

**New features**

* Updated ADFS-integration support, now Azure AD is properly supported
* Allow selection of internal zaaktypen for related zaaktypen with user friendly
picker (#910)
* Removed the need to register internal services as external services when using
CMIS adapter (#938)
* More CMIS-adapter optimization

* caching of WSDLs
* use connection pooling for CMIS requests (#956)

* Added support for initial superuser creation via environment variables (#952)

**Bugfixes**

* Updated to Zaken API 1.0.3 specification, see the upstream `1.0.3 changelog`_.
Expand All @@ -12,12 +26,41 @@ Changelog
``betrokkeneIdentificatie__vestiging__identificatie`` to
``betrokkeneIdentificatie__organisatorischeeenheid__identificatie``

* Fixed missing metadata in CMIS-adapter interface (#925)
* Improved test isolation, reducing Heisenbugs
* Improved display of catalogi without explicit name so that they're clickable in the
admin (#891)
* Fixed broken zaaktype export for published zaaktypen (#964)

**Deployment tooling / infrastructure**

* Added configuration parameter to opt-in to use ``X-Forwarded-Host`` headers to
determine the canonical domain of a request to Open Zaak. This is particularly useful
when using Istio sidecars for example. (#916)
* Improved dependency management script
* Added CI check to detect improper version bumping
* Bumped version of Django Debug Toolbar to fix an SQL injection. Safe in production, as
this dependency is not included in the published Docker images.
* Fixed deleting a Zaak with related documents with CMIS-adapter enabled (#951)

**Documentation**

* Documented advice to service providers to sign up to the OpenZaak Release Early Notice
List and mailing list (#915)
* Updated maturity document (FFPC, #681)
* Improved post-install configuration documentation (#947)
* Documented RabbitMQ's need for minimum of 256MB RAM

**External dependency cleanup**

* Dropped nlx-url-rewriter, see manual intervention below
* Dropped drf-flex-fields, it was not used
* Upgraded Django, djangorestframework, djangorestframework-camel-case, drf-yasg & other
related packages (#935)
* Replaced django-better-admin-arrayfield fork with upstream again
* Replaced deprecated node-sass (and libsass) with dart-sass (#962)
* Bumped a number of dependencies to their latest release to get security fixes. None
of the vulnerabilities appeared to impact Open Zaak, but better safe than sorry.

.. warning::

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.5 |
| **Version:** | 1.4.0 |
| **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.5
:Version: 1.4.0
: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.5'
openzaak_version: '1.4.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.3.5' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.4.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down
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.3.5",
"version": "1.4.0",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 7c24acd

Please sign in to comment.