Skip to content

Commit 7e0ad4c

Browse files
Merge branch 'CactuseSecurity:develop' into develop
2 parents 84902f1 + 0aaf22a commit 7e0ad4c

179 files changed

Lines changed: 7918 additions & 2232 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

documentation/revision-history-develop.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,3 +346,10 @@ A complete 80K lines rework of FWO, including
346346

347347
## 9.0.4 - 13.02.2026 DEVELOP
348348
- maintenance release with explicit 9.0.4 upgrade step
349+
350+
# 9.0.5 - 18.02.2026 DEVELOP
351+
- update rule_owner table for REST api
352+
- update import_control to allow flexible tracking of different import types
353+
354+
# 9.0.6 - 20.02.2026 DEVELOP
355+
- add import of time objects

inventory/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### general settings
2-
product_version: "9.0.4"
2+
product_version: "9.0.6"
33
ansible_user: "{{ lookup('env', 'USER') }}"
44
ansible_become_method: sudo
55
ansible_python_interpreter: /usr/bin/python3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ reportMissingTypeStubs = true
2727
required-version = "0.14.8"
2828
line-length = 120
2929
indent-width = 4
30-
target-version = "py313"
30+
target-version = "py310"
3131
exclude = [
3232
".bzr",
3333
".direnv",

0 commit comments

Comments
 (0)