Skip to content

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

v1.5.2: documentation update: introduction into OpenKAT (#103)

13 Feb 16:17
a4c8a78

Choose a tag to compare

  • Fix missing file in rocky Debian package
  • Fix timezone issue in scheduler

v1.5.1

02 Feb 09:29
a4c8a78

Choose a tag to compare

Retrigger bits on attribute change

v1.5.0

01 Feb 14:29
a4c8a78

Choose a tag to compare

https://docs.openkat.nl/release_notes/1.5.html

OpenKAT 1.5: multi organization support

The main feature of the 1.5 release of OpenKAT is the ability to scan multiple organizations from one OpenKAT instance and manage the data and users for each of them. It comes with an API to automatically deploy organizations and users from an external source.

This gives you the ability to manage OpenKAT for a large group of organizations while maintaining the separation of data and users for each of them. It also allows you to supply credentials to users within those organizations and to give them access to their own data, make reports etc.

In addition to this several other features have been added that support this use case, such as the ability to filter and manage and add objects in bulk and add scanning and inheritance of scan levels from a higher level. They were requested by some of our large scale partners and we will continue working on such features in the forthcoming releases.

Features:

  • Most importantly, this is the first version of KAT that offers fully implemented multi-organization support. New organizations can be added in the Rocky admin interface (/admin), after which databases in xtdb and KAT-alogus will be automatically added. Clients can be added for each organization that cannot view data of other organizations
  • Certificates can now be created without having a relation to a website
  • IPAddresses now inherit a scan level from a netblock if that netblock is known
  • NMAP can now scan ip ranges
  • Rocky now offers bulk actions for the deletion of OOIs and giving clearance levels to OOIs
  • Rocky now offers filtering options based on clearance levels and clearance level types

IMPORTANT

This feature includes a new version of XTDB. Therefore, the env setting XTDB_TYPE has to be set to xtdb-multinode. Also, all data in xtdb will be lost and cannot be moved to this version. If you use a locally installed version, you can change to the xtdb version in this repo: https://github.com/dekkers/xtdb-http-multinode.

Full Changelog

Coordination

What's Changed

New Contributors

Full Changelog: v1.4.0rc1...v1.5.0rc2

Octopoes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-octopoes@v1.4.0rc1...v1.5.0rc2

Bytes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-bytes@v1.4.0rc1...v1.5.0rc2

Boefjes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-boefjes@v1.4.0...v1.5.0rc2

Rocky

What's Changed

Read more

v1.5.0rc3

20 Jan 16:52
a4c8a78

Choose a tag to compare

v1.5.0rc3 Pre-release
Pre-release

Full Changelog: v1.5.0rc2...v1.5.0rc3

v1.5.0rc2

19 Jan 13:40
a4c8a78

Choose a tag to compare

v1.5.0rc2 Pre-release
Pre-release

OpenKAT 1.5: multi organization support

The main feature of the 1.5 release of OpenKAT is the ability to scan multiple organizations from one OpenKAT instance and manage the data and users for each of them. It comes with an API to automatically deploy organizations and users from an external source.

This gives you the ability to manage OpenKAT for a large group of organizations while maintaining the separation of data and users for each of them. It also allows you to supply credentials to users within those organizations and to give them access to their own data, make reports etc.

In addition to this several other features have been added that support this use case, such as the ability to filter and manage and add objects in bulk and add scanning and inheritance of scan levels from a higher level. They were requested by some of our large scale partners and we will continue working on such features in the forthcoming releases.

Features:

  • Most importantly, this is the first version of KAT that offers fully implemented multi-organization support. New organizations can be added in the Rocky admin interface (/admin), after which databases in xtdb and KAT-alogus will be automatically added. Clients can be added for each organization that cannot view data of other organizations
  • Certificates can now be created without having a relation to a website
  • IPAddresses now inherit a scan level from a netblock if that netblock is known
  • NMAP can now scan ip ranges
  • Rocky now offers bulk actions for the deletion of OOIs and giving clearance levels to OOIs
  • Rocky now offers filtering options based on clearance levels and clearance level types

IMPORTANT

This feature includes a new version of XTDB. Therefore, the env setting XTDB_TYPE has to be set to xtdb-multinode. Also, all data in xtdb will be lost and cannot be moved to this version. If you use a locally installed version, you can change to the xtdb version in this repo: https://github.com/dekkers/xtdb-http-multinode.

Full Changelog

Coordination

What's Changed

New Contributors

Full Changelog: v1.4.0rc1...v1.5.0rc2

Octopoes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-octopoes@v1.4.0rc1...v1.5.0rc2

Bytes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-bytes@v1.4.0rc1...v1.5.0rc2

Boefjes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-boefjes@v1.4.0...v1.5.0rc2

Rocky

What's Changed

Read more

v1.4.0

02 Jan 15:13
e0f807b

Choose a tag to compare

Summary

OpenKAT will be even more open:

OpenKAT has been open since summer 2022, with public releases after an internal release process. OpenKAT 1.4.0 is the last release that went through that process as we've moved to a fully open development process. We're one of the first government backed OSS projects to take this step and everyone is invited to join in.

The OpenKAT community is growing with contributions from within the healthcare sector, general non-profits and government suppliers. The uptake has been good and with each release the software becomes more mature and easier to use. We welcome everyone and look forward to working together on OpenKAT.

Features:

This release has several features, mostly aimed at stability and usability of the system. Several items are noteworthy:

  • Mime-types have been introduced to decouple boefjes and whiskers, our scanners and normalizers. It opens up a world of possibilities for new modules for OpenKAT.

  • Queuing in Mula, the scheduler, has been improved.

  • Pre-commit workflow: the new workflow will help anyone who wishes to contribute to OpenKAT, bringing the developers on the team and everyone else on the same level

  • Debian packages are now auto-generated for each module based on the latest release. We're working on a repository to make 'apt install openkat' a reality.

IMPORTANT

Add DATABASE_MIGRATION=true your .env to run all migrations on building.

Full Changelog

Coordination

What's Changed

  • Fix table formatting by @dekkers in #72
  • Add make down command by @helmo in #68
  • Fix docker volume name in cleanup task by @helmo in #69
  • Trigger compile on main branch by @Darwinkel in #95
  • Add missing keiko in Makefile and docker-compose by @dekkers
  • Release 1.3.0 by @dekkers
  • Add workflow and dockerfile for a debian build image by @errieman
  • add git to build images to allow installation of octopoes via git by @errieman
  • add ssh client to debian build image by @errieman
  • Add more build dependencies to Debian Dockerfile by @dekkers
  • Add missing KATALOGUS_API for Octopoes by @dekkers
  • Also update Ubuntu dependencies by @dekkers
  • Initial pre-commit, Sphinx, and GitHub Pages pipeline by @Darwinkel

New Contributors

  • @helmo made their first contribution in #68

Full Changelog: v1.3.0...v1.4.0

Rocky

What's Changed

  • Download PDF Robot Flow by @reincode050
  • Unify and update linter configs by @reincode050
  • fix element not found by @Rieven
  • Fix/styling checkboxes treeview by @Rieven
  • add groups field to admin by @noamblitz
  • support octopoes SCM versioning in docker dev setup by @errieman
  • Improve User views in admin by @dekkers
  • make rocky compatible with new scan profile model by @Lisser
  • change name to id in normalizer task list by @noamblitz
  • Create dependabot.yml by @sigio
  • Update requirements.txt by @underdarknl
  • Bump pylint from 2.13 to 2.15.5 by @dependabot
  • build octopoes in main image by @errieman
  • bump octopoes to 2.6.2 by @noamblitz
  • accept jpg from katalogus by @noamblitz
  • Bump django-formtools from 2.3 to 2.4 by @dependabot
  • Bump sqlparse from 0.4.2 to 0.4.3 by @dependabot
  • Bump uwsgi from 2.0.20 to 2.0.21 by @dependabot
  • Required/mandatory settings for Boefjes by @Rieven
  • perf(octopoes): improve pagination by @Lisser
  • Fix for getting consumable oois at plugin detail by @Rieven
  • Change date to time for checking OOI in future by @Rieven
  • Translations before release by @Rieven
  • Bump soupsieve from 2.2.1 to 2.3.2.post1 by @dependabot
  • Bump phonenumbers from 8.12.30 to 8.12.57 by @dependabot
  • Bump xhtml2pdf from 0.2.5 to 0.2.8 by @dependabot
  • Fix toggle not working at ooi detail by @Rieven
  • Bump toolz from 0.11.1 to 0.12.0 by @dependabot
  • Bump psycopg2-binary from 2.8.6 to 2.9.5 by @dependabot
  • Bump reportlab from 3.6.6 to 3.6.12 by @dependabot
  • Bump colorama from 0.4.5 to 0.4.6 by @dependabot
  • Bump requests from 2.26.0 to 2.28.1 by @dependabot
  • Health link in footer by @Rieven
  • Add total objects at all objects list by @Rieven
  • Adds setting on organization member to assign and acknowledge OOI clearance levels on redteamers by @TwistMeister
  • Bump urllib3 from 1.26.5 to 1.26.12 by @dependabot
  • Bump python-dotenv from 0.19.0 to 0.21.0 by @dependabot
  • Bump mypy from 0.971 to 0.991 by @dependabot
  • Bump idna from 3.3 to 3.4 by @dependabot
  • Bump qrcode from 6.1 to 7.3.1 by @dependabot
  • Merge release back to develop by @dekkers
  • Bump certifi from 2022.6.15 to 2022.9.24 by @dependabot
  • Add scan levels to dev account in setup by @TwistMeister
  • Improve onboarding "setup accounts" flow by @TwistMeister
  • chore:upgraded to manon v1.1.0 by @HeleenSG
  • Fixes task list download URL so it downloads zip with meta and RAW file by @TwistMeister
  • Update stand alone checkboxes in forms in onboarding flow, to comply with new manon version by @TwistMeister
  • Improve text "Got it, generate my report" to "start scanning" by @TwistMeister
  • Bump vulture from 2.5 to 2.6 by @dependabot
  • Bump djlint from 1.12.1 to 1.19.7 by @dependabot
  • Revert "Bump djlint from 1.12.1 to 1.19.7" by @ammar92
  • Bump pytz from 2021.1 to 2022.6 by @dependabot
  • Set button states and heading styles by @TwistMeister
  • Fix broken dashboard by @Rieven
  • Move templates and locale directory inside rocky dir by @errieman
  • Rocky deb package with venv by @errieman
  • Changes to support new scheduler setup by @jpbruinsslot
  • Feature/support download multiple raw files by @Donnype
  • fix: Updated to manon v1.1.1 which includes the footer fix by @HeleenSG
  • Fix normalizers task list by @noamblitz
  • Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot
  • Fix: re-use uuid by @noamblitz
  • bump octopoes to 2.8.0 by @noamblitz
  • Upgraded manon version by @HeleenSG
  • Fixed: qr-code alignment and form message alignment by @HeleenSG
  • Upgraded to manon v1.1.3 by @HeleenSG
  • Fix setuptools version scheme by @dekkers in minvws/nl-kat-rocky#90
  • Fix use of git tag in Debian package workflow by @dekkers in minvws/nl-kat-rocky#92

New Contributors

Full Changelog: minvws/nl-kat-rocky@v1.3.0...v1.4.0

Boefjes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-boefjes@v1.3.0...v1.4.0

Octopoes

What's Changed

  • Add pytest, show test coverage and add more tests by @dekkers
  • Replace the CI pipeline with pre-commit by @Darwinkel
  • Feature/robot improvements by @Lisser
  • chore(robot): explicit host mapping in docker compose by @Lisser
  • Bump setuptools from 65.5.0 to 65.5.1 by @dependabot
  • Bump fastapi from 0.85.1 to 0.86.0 by @dependabot
  • chore(dependencies): fix dependencies by @Lisser
  • Feature/pre commit compliance by @Lisser
  • refactor(*): comply to vulture by @Lisser
  • Fix pushing the scan profile increments events to the scheduler by @Lisser
  • Updates pre-commit pipeline by @ammar92
  • Merge release back to develop by @dekkers
  • Add mypy pre-commit stubs by @Darwinkel
  • Run unit ...
Read more

v1.4.0rc2

23 Dec 10:02
1bf187c

Choose a tag to compare

v1.4.0rc2 Pre-release
Pre-release

Changes since rc1:

  • Debian packaging fixes

v1.4.0rc1

20 Dec 10:00
1bf187c

Choose a tag to compare

v1.4.0rc1 Pre-release
Pre-release

Summary

OpenKAT will be even more open:

OpenKAT has been open since this years' summer, with public releases after an internal release process. OpenKAT 1.4.0 is the last release that went through that process as we've moved to a fully open development process. We're one of the first government backed OSS projects to take this step and everyone is invited to join in.

The OpenKAT community is growing with contributions from within the healthcare sector, general non-profits and government suppliers. The uptake has been good and with each release the software becomes more mature and easier to use. We welcome everyone and look forward to working together on OpenKAT.

Features:

This release has several features, mostly aimed at stability and usability of the system. Several items are noteworthy:

  • Mime-types have been introduced to decouple boefjes and whiskers, our scanners and normalizers. It opens up a world of possibilities for new modules for OpenKAT.

  • Queuing in Mula, the scheduler, has been improved.

  • Pre-commit workflow: the new workflow will help anyone who wishes to contribute to OpenKAT, bringing the developers on the team and everyone else on the same level

  • Debian packages are now auto-generated for each module based on the latest release. We're working on a repository to make 'apt install openkat' a reality.

IMPORTANT

Add DATABASE_MIGRATION=true your .env to run all migrations on building.

Full Changelog

Coordination

What's Changed

  • Add missing keiko in Makefile and docker-compose by @dekkers
  • Release 1.3.0 by @dekkers
  • Add workflow and dockerfile for a debian build image by @errieman
  • add git to build images to allow installation of octopoes via git by @errieman
  • add ssh client to debian build image by @errieman
  • Add more build dependencies to Debian Dockerfile by @dekkers
  • Add missing KATALOGUS_API for Octopoes by @dekkers
  • Also update Ubuntu dependencies by @dekkers
  • Initial pre-commit, Sphinx, and GitHub Pages pipeline by @Darwinkel

Full Changelog: v1.3.0...v1.4.0rc1

Rocky

What's Changed

  • Download PDF Robot Flow by @reincode050
  • Unify and update linter configs by @reincode050
  • fix element not found by @Rieven
  • Fix/styling checkboxes treeview by @Rieven
  • add groups field to admin by @noamblitz
  • support octopoes SCM versioning in docker dev setup by @errieman
  • Improve User views in admin by @dekkers
  • make rocky compatible with new scan profile model by @Lisser
  • change name to id in normalizer task list by @noamblitz
  • Create dependabot.yml by @sigio
  • Update requirements.txt by @underdarknl
  • Bump pylint from 2.13 to 2.15.5 by @dependabot
  • build octopoes in main image by @errieman
  • bump octopoes to 2.6.2 by @noamblitz
  • accept jpg from katalogus by @noamblitz
  • Bump django-formtools from 2.3 to 2.4 by @dependabot
  • Bump sqlparse from 0.4.2 to 0.4.3 by @dependabot
  • Bump uwsgi from 2.0.20 to 2.0.21 by @dependabot
  • Required/mandatory settings for Boefjes by @Rieven
  • perf(octopoes): improve pagination by @Lisser
  • Fix for getting consumable oois at plugin detail by @Rieven
  • Change date to time for checking OOI in future by @Rieven
  • Translations before release by @Rieven
  • Bump soupsieve from 2.2.1 to 2.3.2.post1 by @dependabot
  • Bump phonenumbers from 8.12.30 to 8.12.57 by @dependabot
  • Bump xhtml2pdf from 0.2.5 to 0.2.8 by @dependabot
  • Fix toggle not working at ooi detail by @Rieven
  • Bump toolz from 0.11.1 to 0.12.0 by @dependabot
  • Bump psycopg2-binary from 2.8.6 to 2.9.5 by @dependabot
  • Bump reportlab from 3.6.6 to 3.6.12 by @dependabot
  • Bump colorama from 0.4.5 to 0.4.6 by @dependabot
  • Bump requests from 2.26.0 to 2.28.1 by @dependabot
  • Health link in footer by @Rieven
  • Add total objects at all objects list by @Rieven
  • Adds setting on organization member to assign and acknowledge OOI clearance levels on redteamers by @TwistMeister
  • Bump urllib3 from 1.26.5 to 1.26.12 by @dependabot
  • Bump python-dotenv from 0.19.0 to 0.21.0 by @dependabot
  • Bump mypy from 0.971 to 0.991 by @dependabot
  • Bump idna from 3.3 to 3.4 by @dependabot
  • Bump qrcode from 6.1 to 7.3.1 by @dependabot
  • Merge release back to develop by @dekkers
  • Bump certifi from 2022.6.15 to 2022.9.24 by @dependabot
  • Add scan levels to dev account in setup by @TwistMeister
  • Improve onboarding "setup accounts" flow by @TwistMeister
  • chore:upgraded to manon v1.1.0 by @HeleenSG
  • Fixes task list download URL so it downloads zip with meta and RAW file by @TwistMeister
  • Update stand alone checkboxes in forms in onboarding flow, to comply with new manon version by @TwistMeister
  • Improve text "Got it, generate my report" to "start scanning" by @TwistMeister
  • Bump vulture from 2.5 to 2.6 by @dependabot
  • Bump djlint from 1.12.1 to 1.19.7 by @dependabot
  • Revert "Bump djlint from 1.12.1 to 1.19.7" by @ammar92
  • Bump pytz from 2021.1 to 2022.6 by @dependabot
  • Set button states and heading styles by @TwistMeister
  • Fix broken dashboard by @Rieven
  • Move templates and locale directory inside rocky dir by @errieman
  • Rocky deb package with venv by @errieman
  • Changes to support new scheduler setup by @jpbruinsslot
  • Feature/support download multiple raw files by @Donnype
  • fix: Updated to manon v1.1.1 which includes the footer fix by @HeleenSG
  • Fix normalizers task list by @noamblitz
  • Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot
  • Fix: re-use uuid by @noamblitz
  • bump octopoes to 2.8.0 by @noamblitz
  • Upgraded manon version by @HeleenSG
  • Fixed: qr-code alignment and form message alignment by @HeleenSG
  • Upgraded to manon v1.1.3 by @HeleenSG

New Contributors

Full Changelog: minvws/nl-kat-rocky@v1.3.0...v1.4.0rc1

Boefjes

What's Changed

New Contributors

Full Changelog: minvws/nl-kat-boefjes@v1.3.0...v1.4.0rc1

Octopoes

What's Changed

  • Add pytest, show test coverage and add more tests by @dekkers
  • Replace the CI pipeline with pre-commit by @Darwinkel
  • Feature/robot improvements by @Lisser
  • chore(robot): explicit host mapping in docker compose by @Lisser
  • Bump setuptools from 65.5.0 to 65.5.1 by @dependabot
  • Bump fastapi from 0.85.1 to 0.86.0 by @dependabot
  • chore(dependencies): fix dependencies by @Lisser
  • Feature/pre commit compliance by @Lisser
  • refactor(*): comply to vulture by @Lisser
  • Fix pushing the scan profile increments events to the scheduler by @Lisser
  • Updates pre-commit pipeline by @ammar92
  • Merge release back to develop by @dekkers
  • Add mypy pre-commit stubs by @Darwinkel
  • Run unit tests with supported Python versions by @Darwinkel
  • feat(scan_profiles): send all mutation events to scheduler by @Lisser
  • feat(api): implement object filtering based on scan level by @Lisser
  • fix(types): implement some missing types by @Lisser
  • chore(deps): update by @Lisser
  • Initial Sphinx/autodoc support by @Darwinkel
  • Potential fix for Pages deploy by @Darwinkel
  • Fix trailing spaces in diagrams by @Darwinkel
  • v2 architectural design document by @Lisser
  • v2 -> v3 by @Lisser
  • Ship venv with debian package by @errieman
  • Remove redundant artifact upload by @Darwinkel
  • default 0 for filtering by scan level by @Lisser
  • Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot

New Contributors

Full Changelog: https://github.com/minvws/nl-kat-octopoes/co...

Read more

v1.3.0

15 Nov 10:04
8eec846

Choose a tag to compare

Summary

The 1.3.0 release of OpenKAT introduces new features and small fixes. The most interesting new elements are the way boefjes and normalizers are structured and the way settings are handled. Boefjes and normalizers are decoupled, to allow more matches between boefjes, normalizers and objects. Settings for boefjes have become available through the front end of OpenKAT. Also, OpenKAT has become easier to package and install.

IMPORTANT

Celery beat had been added to the Octopoes worker and the command used to start the Octopoes worker has been changed because of this. There needs to be one Octopoes worker that runs Celery beat to schedule tasks and there can also be only one worker with celery beat. For containers we added entrypoints that can handle any future changes, see https://github.com/minvws/nl-kat-coordination/blob/main/docs/containers.md#container-commands and https://github.com/minvws/nl-kat-coordination/blob/main/docker-compose.release-example.yml

Settings for boefjes

Building on the changes that were made in the previous release, from now on boefjes can have mandatory settings. For example, before enabling Shodan, you must provide the API key in the katalogus settings. This removes the need to place all boefje settings in a config file.

Plugin directory restructure

Boefjes and normalizers are now fully decoupled. This means that a plugin directory can now have as many subdirectories with boefjes and normalizers. For a boefjes or normalizer to be found, it has to have an __init__.py, a boefje.json or normalizer.json and a file with a run method. This sets a big step towards "package-ability" of plugins. On the downside, your previously created boefjes and normalizers need a minor update. The manual on the wiki has been adapted to reflect these changes and will help you make the transition.

Pagination of Octopoes

Before, when loading the objects list, all OOIs were returned. This created performance issues, and therefore we added API side pagination to octopoes.

Full Changelog

Coordination

What's Changed

  • apply changes to octopoes worker by @Lisser

Rocky

What's Changed

  • Download PDF Robot Flow by @reincode050
  • Unify and update linter configs by @reincode050
  • fix element not found by @Rieven
  • Fix/styling checkboxes treeview by @Rieven
  • add groups field to admin by @noamblitz
  • support octopoes SCM versioning in docker dev setup by @errieman
  • Improve User views in admin by @dekkers
  • make rocky compatible with new scan profile model by @Lisser
  • change name to id in normalizer task list by @noamblitz
  • Create dependabot.yml by @sigio
  • Update requirements.txt by @underdarknl
  • Bump pylint from 2.13 to 2.15.5 by @dependabot
  • build octopoes in main image by @errieman
  • bump octopoes to 2.6.2 by @noamblitz
  • accept jpg from katalogus by @noamblitz
  • Bump django-formtools from 2.3 to 2.4 by @dependabot
  • Bump sqlparse from 0.4.2 to 0.4.3 by @dependabot
  • Bump uwsgi from 2.0.20 to 2.0.21 by @dependabot
  • Required/mandatory settings for Boefjes by @Rieven
  • perf(octopoes): improve pagination by @Lisser
  • Fix for getting consumable oois at plugin detail by @Rieven
  • Change date to time for checking OOI in future by @Rieven
  • Translations before release by @Rieven
  • Bump soupsieve from 2.2.1 to 2.3.2.post1 by @dependabot
  • Bump phonenumbers from 8.12.30 to 8.12.57 by @dependabot
  • Bump xhtml2pdf from 0.2.5 to 0.2.8 by @dependabot
  • update yarn packages by @Rieven

Boefjes

What's Changed

  • update instructions for running boefjes by @errieman
  • Feature/json boefje definitions by @Donnype
  • support octopoes SCM versioning in docker dev setup by @errieman
  • Expose environment keys (mandatory fields) by @Donnype
  • Feature/recursively find plugins by @Donnype
  • Feature/module to path by @Donnype
  • Discovery fix by @Donnype
  • add correct port and address to cert boefje by @noamblitz
  • Remove redundant API key notices from description by @noamblitz
  • Create dependabot.yml by @sigio
  • build octopoes in main image by @errieman
  • fix(binaryedge): rename ooi_type to object_type by @Lisser
  • bump octopoes to 2.6.2 by @noamblitz
  • optimize katalogus images by @noamblitz
  • Env vars globally by @sigio
  • Bump sqlalchemy from 1.4.32 to 1.4.42 by @dependabot
  • Bump fastapi from 0.75.0 to 0.85.1 by @dependabot
  • Bump uvicorn from 0.17.5 to 0.19.0 by @dependabot
  • Bump pytest from 6.2.5 to 7.2.0 by @dependabot
  • revert id to name change by @noamblitz
  • get api keys from katalogus api plugin settings by @noamblitz
  • Bump dnspython from 2.1.0 to 2.2.1 by @dependabot
  • Bump black from 21.9b0 to 22.10.0 by @dependabot
  • Bump psycopg2-binary from 2.9.3 to 2.9.5 by @dependabot
  • Bump alembic from 1.7.7 to 1.8.1 by @dependabot
  • Bump requests from 2.27.1 to 2.28.1 by @dependabot
  • Fix requirements for requests and dispython by @ammar92
  • Automated update to workflows: use checkout@v3 by @sigio

New Contributors

Octopoes

What's Changed

  • fix(retirejs): avoid indexerror by @Lisser
  • Minor improvements and optimalisation for scanprofile recalculate by @dekkers
  • Release 2.6.0 by @Lisser
  • refactor(list_ooi): add count to result by @Lisser
  • Create pull_request_template.md by @Lisser
  • Automated update to workflows: use checkout@v3 by @sigio
  • fix packaging requirement by @noamblitz

Mula

What's changed

  • Merge pull request #130 from minvws/feat/monitor-org-timeout
  • Access queues directly from schedulers dict

Bytes

What's Changed

  • Bump mako from 1.2.0 to 1.2.2 by @dependabot
  • Hotfix/rename name to by @Donnype
  • Create dependabot.yml by @sigio
  • Automated update to workflows: use checkout@v3 by @sigio

New Contributors

v1.2.4

20 Oct 15:07
1787f94

Choose a tag to compare

  • Rocky: User views in the admin have been fixed