Skip to content

Commit

Permalink
Merge pull request #1128 from open-zaak/release/1.6.0
Browse files Browse the repository at this point in the history
Release 1.6.0 preparations
  • Loading branch information
sergei-maertens committed Mar 31, 2022
2 parents 9044b1d + e088c22 commit b4748cf
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 28 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.5.0
current_version = 1.6.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.dev(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.dev{dev}
Expand All @@ -28,4 +28,3 @@ replace = openzaak_version: '{new_version}'
[bumpversion:file:deployment/single-server/open-zaak.yml]
search = openzaak_version: '{current_version}'
replace = openzaak_version: '{new_version}'

11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.6.0 (2022-03-??)
1.6.0 (2022-03-31)
------------------

**New features**
Expand All @@ -22,27 +22,32 @@ Changelog
code in the process (#1082)
* Fixed real IP detection in the Access logs by relying on the ``NUM_PROXIES`` config
var (#643)
* Fixesd styles broken by bootstrap css (#1122)

**Documentation**

* Fixed 1.5.0 release date in the changelog
* Updated the FFPC assessment to version 0.2.2
* Updated the FFPC assessment to version 0.2.3
* Renamed the "product steering group" to "core" group (=kerngroep)
* Updated assessment content w/r to CI location and git tag PGP signing
* Update Standard for Public Code assessment w/r to version control
* Rewrote the Kubernetes deployment documentation (#854)
* Explicitly documented the Open Zaak service dependencies (with supported version ranges)
* Documented advice to flush the caches after update to 1.6 (#1120)
* Fixed broken URL/markup in docs

**Project maintenance**

* Upgraded a number of dependencies to be compatible with Django 3.2 (#1098)
* Upgraded most dependencies to their latest available versions (#1098)
* Updated assessment content w/r to CI location and git tag PGP signing
* Improved test suite to not rely on real network calls (related to #644)
* Removed some unused dev-tooling
* Enabled the newer Docker buildkit on CI
* Handled the KIC -> KC component rename
* Removed Kubernetes cluster infrastructure code/playbooks/manifests - this is not the
scope of Open Zaak (#854)
* Updated CI/test dependencies (#1098)
* Fixed Docker Hub and docs badges

.. 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.5.0 |
| **Version:** | 1.6.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.5.0
:Version: 1.6.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 @@ -14,7 +14,7 @@
roles:
- role: open_zaak_k8s
vars: # these override vars_files
openzaak_version: openzaak_version: '1.5.0'
openzaak_version: openzaak_version: '1.6.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.5.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
openzaak_version: '1.6.0' # see https://hub.docker.com/r/openzaak/open-zaak/tags
tags:
- replicas

Expand Down
14 changes: 7 additions & 7 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Open Zaak adheres to the API-specifications as described by the `VNG standards
for "API's voor Zaakgericht werken"`_. The interaction between these API's can
be found there as well.

.. _`VNG standards for "API's voor Zaakgericht werken"`: https://zaakgerichtwerken.vng.cloud/
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://vng-realisatie.github.io/gemma-zaken/

Supported API versions
======================
Expand All @@ -25,14 +25,14 @@ API Specification version(s)
`Autorisaties API`_ `1.0 <https://autorisaties-api.vng.cloud/api/v1/schema/>`__
====================== ==========================================

.. _`Zaken API`: https://zaakgerichtwerken.vng.cloud/standaard/zaken/index
.. _`Documenten API`: https://zaakgerichtwerken.vng.cloud/standaard/documenten/index
.. _`Catalogi API`: https://zaakgerichtwerken.vng.cloud/standaard/catalogi/index
.. _`Besluiten API`: https://zaakgerichtwerken.vng.cloud/standaard/besluiten/index
.. _`Autorisaties API`: https://zaakgerichtwerken.vng.cloud/standaard/autorisaties/index
.. _`Zaken API`: https://vng-realisatie.github.io/gemma-zaken/standaard/zaken/index
.. _`Documenten API`: https://vng-realisatie.github.io/gemma-zaken/standaard/documenten/index
.. _`Catalogi API`: https://vng-realisatie.github.io/gemma-zaken/standaard/catalogi/index
.. _`Besluiten API`: https://vng-realisatie.github.io/gemma-zaken/standaard/besluiten/index
.. _`Autorisaties API`: https://vng-realisatie.github.io/gemma-zaken/standaard/autorisaties/index

In addition, Open Zaak requires access to a `Notificaties API`_. Open Zaak uses
`Open Notificaties`_ by default.

.. _`Notificaties API`: https://zaakgerichtwerken.vng.cloud/standaard/notificaties/index
.. _`Notificaties API`: https://vng-realisatie.github.io/gemma-zaken/standaard/notificaties/index
.. _`Open Notificaties`: https://github.com/open-zaak/open-notificaties
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ structured data storage and services that implement the `VNG standards for
"API's voor Zaakgericht werken"`_ in line with the `Common Ground`_ model.

.. _`Common Ground`: https://commonground.nl/
.. _`zaakgericht werken`: https://www.vngrealisatie.nl/ondersteuningsmiddelen/zaakgericht-werken
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://zaakgerichtwerken.vng.cloud/
.. _`zaakgericht werken`: https://vng.nl/projecten/zaakgericht-werken
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://vng-realisatie.github.io/gemma-zaken/

Getting Started
---------------
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Overview
:alt: Architectural overview of component inside and related to Open Zaak.

.. _reference implementation of the "API's voor Zaakgericht werken": https://github.com/VNG-Realisatie/gemma-zaken
.. _VNG Realisatie: https://www.vngrealisatie.nl/
.. _VNG Realisatie: https://vng.nl/
.. _Common Ground: https://commonground.nl/
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://zaakgerichtwerken.vng.cloud/
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://vng-realisatie.github.io/gemma-zaken/
6 changes: 3 additions & 3 deletions docs/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ structured data storage and services that implement the `VNG standards for
"API's voor Zaakgericht werken"`_ in line with the `Common Ground`_ model.

.. _`Common Ground`: https://commonground.nl/
.. _`zaakgericht werken`: https://www.vngrealisatie.nl/ondersteuningsmiddelen/zaakgericht-werken
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://zaakgerichtwerken.vng.cloud/
.. _`zaakgericht werken`: https://vng.nl/projecten/zaakgericht-werken
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://vng-realisatie.github.io/gemma-zaken/

Open Zaak exposes several :ref:`API's<api_index>` to store and retrieve data:

Expand All @@ -23,7 +23,7 @@ Open Zaak exposes several :ref:`API's<api_index>` to store and retrieve data:
The `Notificaties API`_ is required for Open Zaak to work but is available as
a separate package, `Open Notificaties`_.

.. _`Notificaties API`: https://zaakgerichtwerken.vng.cloud/standaard/notificaties/index
.. _`Notificaties API`: https://vng-realisatie.github.io/gemma-zaken/standaard/notificaties/index
.. _`Open Notificaties`: https://github.com/open-zaak/open-notificaties

**Open Zaak** is based on the `API reference implementations by VNG Realisatie`_
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction/team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Using `Dimpact`_ as a legal entity, they formed a project to develop a modern,
open-source data- and services-layer to enable `zaakgericht werken`_, in line with the
`Common Ground`_ model.

.. _`VNG standards for "API's voor Zaakgericht werken"`: https://zaakgerichtwerken.vng.cloud/
.. _`zaakgericht werken`: https://www.vngrealisatie.nl/ondersteuningsmiddelen/zaakgericht-werken
.. _`VNG standards for "API's voor Zaakgericht werken"`: https://vng-realisatie.github.io/gemma-zaken/
.. _`zaakgericht werken`: https://vng.nl/projecten/zaakgericht-werken
.. _`Common Ground`: https://commonground.nl/
.. _`Dimpact`: https://www.dimpact.nl/
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": "openzaak",
"version": "1.5.0",
"version": "1.6.0",
"description": "Open Zaak",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit b4748cf

Please sign in to comment.