Skip to content

Commit

Permalink
Merge pull request #569 from open-zaak/release/1.2.0
Browse files Browse the repository at this point in the history
Prepare release 1.2.0
  • Loading branch information
sergei-maertens committed Apr 20, 2020
2 parents 4fb8e3f + 55b9189 commit b817365
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 13 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.1.1
current_version = 1.2.0

[bumpversion:file:README.rst]

Expand Down
52 changes: 45 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
Changelog
=========

1.1.2 (2020-04-01)
1.2.0 (2020-04-20)
------------------

Improved configuration of external API services

* 3 configuration tables APICredential, ExternalAPICredential and URLRewrite
are replaced with one table - zgw_consumers.Service
* Added support for custom OAS urls. **Note**: you need to add them manually
in zgw_consumers.Service (you can do it in the admin).
New feature release and a set of bugfixes included.

**Features**

* Update admin layout version
* #507 -- use the original filename when downloading a document from the admin
* Reworked configuration of external APIs
* Added option to specify your NLX outway location and network
* Added the ability to enable/disable APIs offered by Open Zaak
* Added the option to configure external APIs, optionally selecting services from the
NLX network.
* Added support for custom OAS urls. **Note** that you need to add them manually
in ``zgw_consumers.Service`` for existing APIs (you can do it in the admin).

**Bugfixes**

* Bumped a number of libraries to their latest security releases
* #511 -- fix saving of resultaattype if bewaartermijn is null
* #495 -- use correct page titles for api schemas per component
* #318 -- Fixed (BesluitType)Admin M2M relations so that they show content from the same
catalogus only
* Fixed Document inhoud base64 validation
* Enabled pre-filling the informatieobjecttype in zaaktype-informatieobjecttype admin
* #532 -- fixed issue with ``Resultaattype.omschrijving_generiek`` not updating
* #551 -- ensure client credentials are deleted when an ``Applicatie`` is deleted in
in the admin
* #543 -- fix error when trying to create a document in the admin
* Fixed creating a Zaaktype with partial ``referentieProces`` gegevensgroep
* #553 -- made Eigenschap.specificatie required in admin
* #557 -- fix handling of ``brondatumArchiefProcedure: null``
* #558 -- fixed ``ZaakBesluit`` ``DELETE`` calls
* #556 -- fixed admin crash for resultaattype when the related zaaktype does not have
a selectielijst procestype set
* #559 -- fixed deploying Open Zaak on a subpath (as opposed to on its own (sub)domain)
* #554 -- fixed admin crash when related informatieobjecttypen/besluiten are not
available for a given zaak.
* #562 -- fixed nested ``Eigenschap.specificatie`` being ignored

**Documentation**

* Documentation minimal version of required development tooling
* #299 -- Fixed notification documentation generation
* Updated PR template
* #534 -- updated documentation links in the API specs

1.1.1 (2020-03-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Open Zaak
=========
*Productiewaardige API's voor Zaakgericht Werken*

:Version: 1.1.1
:Version: 1.2.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 @@ -15,7 +15,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: '1.1.1'
openzaak_version: '1.2.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.1.1' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.2.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.1.1",
"version": "1.2.0",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit b817365

Please sign in to comment.