Skip to content

Commit ba52f9d

Browse files
committed
Merge branch 'develop' of https://github.com/CactuseSecurity/firewall-orchestrator into fix/revers-lookup-with-multiple-PTRs
2 parents 269b59c + 0ab7065 commit ba52f9d

File tree

16 files changed

+230
-311
lines changed

16 files changed

+230
-311
lines changed

documentation/revision-history-develop.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,7 @@ bugfix release:
300300

301301
# 8.9.2 - 17.10.2025 DEVELOP
302302
- add ownerLifeCycleState
303-
- add manageable ownerLifeCycleState menu
303+
- add manageable ownerLifeCycleState menu
304+
305+
# 8.9.3 - 05.11.2025 DEVELOP
306+
- hotfix missing permissions for app data import in certain constellations

documentation/revision-history-main.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,3 +552,13 @@ hotfix release
552552
- fixing services-other ip proto import
553553
- improved quality control with stricter automated checks
554554
- various fixes in modelling module
555+
556+
# 8.9.1 - 02.10.2025 MAIN
557+
- owner-recertification
558+
559+
# 8.9.2 - 17.10.2025 MAIN
560+
- add ownerLifeCycleState
561+
- add manageable ownerLifeCycleState menu
562+
563+
# 8.9.3 - 05.11.2025 MAIN
564+
- hotfix missing permissions for app data import in certain constellations

inventory/group_vars/all.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### general settings
2-
product_version: "8.9.2"
2+
product_version: "8.9.3"
33
ansible_user: "{{ lookup('env', 'USER') }}"
44
ansible_become_method: sudo
55
ansible_python_interpreter: /usr/bin/python3
@@ -59,6 +59,7 @@ debian_testing_version: "12"
5959
# should actually be 13 but microsoft does not yet provide https://packages.microsoft.com/config/debian/13
6060
debian_testing_release_name: trixie
6161
arch: x86_64
62+
linux_architecture: amd64
6263
redhat_major_version: "8"
6364
redhat_arch: "{{ redhat_major_version }}-{{ arch }}"
6465

roles/api/files/replace_metadata.json

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10033,20 +10033,25 @@
1003310033
"check": {},
1003410034
"columns": [
1003510035
"active",
10036-
"app_id_external",
1003710036
"common_service_possible",
10037+
"is_default",
10038+
"recert_active",
10039+
"app_id_external",
1003810040
"criticality",
1003910041
"dn",
1004010042
"group_dn",
10041-
"id",
1004210043
"import_source",
10043-
"is_default",
10044-
"last_recert_check",
10044+
"last_recertifier_dn",
1004510045
"name",
10046-
"recert_active",
1004710046
"recert_check_params",
10047+
"id",
10048+
"last_recertifier",
10049+
"owner_lifecycle_state_id",
1004810050
"recert_interval",
10049-
"tenant_id"
10051+
"tenant_id",
10052+
"last_recert_check",
10053+
"last_recertified",
10054+
"next_recert_date"
1005010055
]
1005110056
},
1005210057
"comment": ""
@@ -10443,20 +10448,25 @@
1044310448
"permission": {
1044410449
"columns": [
1044510450
"active",
10446-
"app_id_external",
1044710451
"common_service_possible",
10452+
"is_default",
10453+
"recert_active",
10454+
"app_id_external",
1044810455
"criticality",
1044910456
"dn",
1045010457
"group_dn",
10451-
"id",
1045210458
"import_source",
10453-
"is_default",
10454-
"last_recert_check",
10459+
"last_recertifier_dn",
1045510460
"name",
10456-
"recert_active",
1045710461
"recert_check_params",
10462+
"id",
10463+
"last_recertifier",
10464+
"owner_lifecycle_state_id",
1045810465
"recert_interval",
10459-
"tenant_id"
10466+
"tenant_id",
10467+
"last_recert_check",
10468+
"last_recertified",
10469+
"next_recert_date"
1046010470
],
1046110471
"filter": {},
1046210472
"check": null
@@ -26195,4 +26205,4 @@
2619526205
]
2619626206
}
2619726207
}
26198-
}
26208+
}

0 commit comments

Comments
 (0)