Skip to content

Releases: SSC-ICT-Innovatie/nl-kat-coordination

v1.22.0rc1 Luna

10 Apr 19:21
f15af67

Choose a tag to compare

v1.22.0rc1 Luna Pre-release
Pre-release

What's Changed

Full Changelog: v1.21.0...v1.22.0rc1

What's Changed

Read more

v1.21.0

05 Mar 14:26
5a6e206

Choose a tag to compare

OpenKAT 1.21 - Lapjeskat

In this release we have primarily focused on patching dependencies, and fixing all issues related to our move from MinVWS to SSC-ICT-Innovatie.
Our last release from MinVWS was 1.20 in August, and since then many of our dependencies required patching, either because of security issues (so we do strongly recommend upgrading), or because of other general improvements. The move from one Github Repository, while being gracefully supported on both sides, did still create a series of issues regarding naming and container storage.
While we have finished all those steps, it would be great to make those naming issues disappear altogether by making them dynamic. This would allow other forks of OpenKAT to also seamlessly build packages
and containers, which in turn makes it easier to collaborate and keep in sync with others (and this repo).
Besides these changes, we have also included a new docker container that sets up a local (automatically updating) CVE API. This service makes sure you never leak any discovered CVEs from your assets to an outside party or even continent.
Work on a Performance release, addressing many of the localized issues is well underway and will be released as 1.22 soon.

New Features

Bug fixes

Upgrading

The normal instructions for upgrading Debian packages or upgrading containers should be followed.

There is a migration script available in the scripts folder named migrate-openkat.sh which will migrate any data on your system from the older docker volumes into the new volumes required by the new openkat packages.
More in depth details can be found in its documentation.

https://github.com/SSC-ICT-Innovatie/nl-kat-coordination/blob/main/scripts/migrate.md

Be sure to use the backup option and dry-run options before attempting a full migration.

Boefje container images

The boefje container images of 1.20 are still hosted by MinVWS, and as such can still be reached on their original URIs.
They are also compatible, but might miss out on some dependency upgrades. To upgrade to the new container registry their urls need to be changed in the katalogus database.
Docker will then subsequently download the new images. Older images can be deleted by telling docker to do so using a command similar to the one below.

docker images | grep 'ghcr.io/minvws/openkat' | awk '{print $3}' | xargs -r docker rmi
# optionally remove dangling layers to free up disk-space
docker image prune -f

Full Changelog

The full changelog can be found on Github v1.20.1...v1.21.0

New Contributors

What's Changed

Read more

v1.21.0rc1

17 Feb 08:22
31ecc36

Choose a tag to compare

v1.21.0rc1 Pre-release
Pre-release

This release brings a large number of dependency updates, and also some other minor fixes. It also takes into account the move from the previous MinVWS github repoitory to SSC-ICT and the related changes required regarding naming and container registries.

What's Changed

Read more

v1.20.1

27 Aug 09:40
v1.20.1
0169d59

Choose a tag to compare

What's Changed

Full Changelog: v1.20.0...v1.20.1

v1.20.0

01 Aug 11:01
v1.20.0
f2727fb

Choose a tag to compare

https://docs.openkat.nl/about-openkat/release-notes/1.20.html

What's Changed

Read more

v1.20.0rc2

21 Jul 14:41
v1.20.0rc2
3621287

Choose a tag to compare

v1.20.0rc2 Pre-release
Pre-release

https://docs.openkat.nl/about-openkat/release-notes/1.20.html

What's Changed

Read more

v1.20.0rc1

18 Jul 09:03
v1.20.0rc1
3a1986c

Choose a tag to compare

v1.20.0rc1 Pre-release
Pre-release

https://docs.openkat.nl/about-openkat/release-notes/1.20.html

What's Changed

Read more

v1.19.1

27 Jun 10:29
v1.19.1
ce16c83

Choose a tag to compare

What's Changed

  • Fix dashboard migrations (1.19) by @dekkers in #4572
  • Fix missing crisis room files in Debian package (1.19) by @dekkers in #4576
  • (1.19) Updated urllib3 by @ammar92 in #4582
  • Handle normalizer configs as well when cloning settings between organizations (1.19) by @dekkers in #4598
  • Build the RDO packages for Python 3.11 only (1.19) by @dekkers in #4601

Full Changelog: v1.19.0...v1.19.1

v1.19.0

16 Jun 12:45
v1.19.0
5f7d3c1

Choose a tag to compare

https://docs.openkat.nl/about-openkat/release-notes/1.19.html

What's Changed

Read more

v1.19.0rc1

20 May 15:12
v1.19.0rc1
bcb7b0b

Choose a tag to compare

v1.19.0rc1 Pre-release
Pre-release

https://docs.openkat.nl/about-openkat/release-notes/1.19.html

What's Changed

Read more