Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c99cbbe
adding missing permissions
tpurschke Nov 5, 2025
9796718
versioning
tpurschke Nov 5, 2025
24b4f40
fixes2
tpurschke Nov 7, 2025
d58e233
do not pull if local docker image exists
tpurschke Nov 7, 2025
c6e4dbf
Merge branch 'develop' into fix/hotfix-missing-mw-permissions-for-own…
tpurschke Nov 10, 2025
ed94978
sonar: fix duplicate lines
tpurschke Nov 10, 2025
c9289e4
Merge branch 'fix/hotfix-missing-mw-permissions-for-owner-table' of h…
tpurschke Nov 10, 2025
26764a0
fix query names
tpurschke Nov 10, 2025
269b59c
adding dns client lookup to test fix
tpurschke Nov 12, 2025
27bf26b
fix play
tpurschke Nov 12, 2025
8b7ba62
Merge pull request #3912 from tpurschke/fix/develop/new-docker-syntax
tpurschke Nov 12, 2025
d074bb1
Merge branch 'develop' of https://github.com/CactuseSecurity/firewall…
tpurschke Nov 12, 2025
0b3a993
variable arch
tpurschke Nov 12, 2025
ea42161
typo
tpurschke Nov 12, 2025
560a97a
add missing arch variable to inventory
tpurschke Nov 12, 2025
c6d5bd3
refactor: Remove background of maintenance image
Laennart Nov 13, 2025
7ad7312
Merge pull request #3888 from tpurschke/fix/hotfix-missing-mw-permiss…
tpurschke Nov 14, 2025
7ae2429
Merge branch 'develop' into refactor/remove-background-of-maintenance…
tpurschke Nov 15, 2025
0ab7065
Merge pull request #3916 from Laennart/refactor/remove-background-of-…
tpurschke Nov 15, 2025
ba52f9d
Merge branch 'develop' of https://github.com/CactuseSecurity/firewall…
tpurschke Nov 15, 2025
92ab4a0
cleanup
tpurschke Nov 15, 2025
182173c
tests
tpurschke Nov 15, 2025
6840119
Merge pull request #3922 from tpurschke/fix/revers-lookup-with-multip…
tpurschke Nov 15, 2025
4cd1f6d
download hasura cli via github api and its id
tpurschke Nov 16, 2025
240ec44
Merge branch 'develop' of https://github.com/CactuseSecurity/firewall…
tpurschke Nov 16, 2025
89bc85b
upgrade to hasura 2.48.6
tpurschke Nov 16, 2025
d2f82a4
Merge pull request #3924 from tpurschke/fix/develop/github-hasura-dow…
tpurschke Nov 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion documentation/revision-history-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,7 @@ bugfix release:

# 8.9.2 - 17.10.2025 DEVELOP
- add ownerLifeCycleState
- add manageable ownerLifeCycleState menu
- add manageable ownerLifeCycleState menu

# 8.9.3 - 05.11.2025 DEVELOP
- hotfix missing permissions for app data import in certain constellations
10 changes: 10 additions & 0 deletions documentation/revision-history-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,3 +552,13 @@ hotfix release
- fixing services-other ip proto import
- improved quality control with stricter automated checks
- various fixes in modelling module

# 8.9.1 - 02.10.2025 MAIN
- owner-recertification

# 8.9.2 - 17.10.2025 MAIN
- add ownerLifeCycleState
- add manageable ownerLifeCycleState menu

# 8.9.3 - 05.11.2025 MAIN
- hotfix missing permissions for app data import in certain constellations
3 changes: 2 additions & 1 deletion inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### general settings
product_version: "8.9.2"
product_version: "8.9.3"
ansible_user: "{{ lookup('env', 'USER') }}"
ansible_become_method: sudo
ansible_python_interpreter: /usr/bin/python3
Expand Down Expand Up @@ -59,6 +59,7 @@ debian_testing_version: "12"
# should actually be 13 but microsoft does not yet provide https://packages.microsoft.com/config/debian/13
debian_testing_release_name: trixie
arch: x86_64
linux_architecture: amd64
redhat_major_version: "8"
redhat_arch: "{{ redhat_major_version }}-{{ arch }}"

Expand Down
2 changes: 1 addition & 1 deletion inventory/group_vars/apiserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ api_hasura_admin_test_password: "not4production"
api_user_email: "{{ api_user }}@{{ api_network_listening_ip_address }}"
api_home: "{{ fworch_home }}/api"
api_hasura_cli_bin: "{{ fworch_home }}/api/bin/hasura"
api_hasura_version: "v2.48.5"
api_hasura_version: "v2.48.6"
api_project_name: api
api_no_metadata: false
api_rollback_is_running: false
Expand Down
36 changes: 23 additions & 13 deletions roles/api/files/replace_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10033,20 +10033,25 @@
"check": {},
"columns": [
"active",
"app_id_external",
"common_service_possible",
"is_default",
"recert_active",
"app_id_external",
"criticality",
"dn",
"group_dn",
"id",
"import_source",
"is_default",
"last_recert_check",
"last_recertifier_dn",
"name",
"recert_active",
"recert_check_params",
"id",
"last_recertifier",
"owner_lifecycle_state_id",
"recert_interval",
"tenant_id"
"tenant_id",
"last_recert_check",
"last_recertified",
"next_recert_date"
]
},
"comment": ""
Expand Down Expand Up @@ -10443,20 +10448,25 @@
"permission": {
"columns": [
"active",
"app_id_external",
"common_service_possible",
"is_default",
"recert_active",
"app_id_external",
"criticality",
"dn",
"group_dn",
"id",
"import_source",
"is_default",
"last_recert_check",
"last_recertifier_dn",
"name",
"recert_active",
"recert_check_params",
"id",
"last_recertifier",
"owner_lifecycle_state_id",
"recert_interval",
"tenant_id"
"tenant_id",
"last_recert_check",
"last_recertified",
"next_recert_date"
],
"filter": {},
"check": null
Expand Down Expand Up @@ -26195,4 +26205,4 @@
]
}
}
}
}
Loading
Loading