Skip to content

Commit

Permalink
Merge pull request #2457 from abarz722/develop
Browse files Browse the repository at this point in the history
AppRule Report first version + fixes
  • Loading branch information
tpurschke committed Jun 21, 2024
2 parents 4081b51 + 1efe34f commit c9fe940
Show file tree
Hide file tree
Showing 73 changed files with 1,854 additions and 842 deletions.
4 changes: 4 additions & 0 deletions documentation/revision-history-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,7 @@ bugfix release:
# 8.2.3 - 26.05.2024 DEVELOP
- remove cascading delete for used interfaces
- new properties field in connections

# 8.2.4 - 19.06.2024 DEVELOP
- owner-filtering for new report type
- new setting for email recipients
2 changes: 1 addition & 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.2.3"
product_version: "8.2.4"
ansible_user: "{{ lookup('env', 'USER') }}"
ansible_become_method: sudo
ansible_python_interpreter: /usr/bin/python3
Expand Down
Loading

0 comments on commit c9fe940

Please sign in to comment.