Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppRule Report first version + fixes #2457

Merged
merged 13 commits into from
Jun 21, 2024
Merged
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