Skip to content

Commit

Permalink
Added support for Zabbix 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfb committed May 31, 2024
1 parent 0ef1630 commit cda6c78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- '6.0'
- '6.2'
- '6.4'
- '7.0'
flavour:
- name: Redis Server
slug: redis-server
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- ?:
- Updated script shebang to python3.
- Added support for Zabbix 7.0. New 'Disable lost resources' property for
discovery rules will adopt the default value 'Immediately' instead of
trying to preserve the 6.x behaviour ('Never').

- 13.0 (2023-05-05):
- Resolve warnings on Github Actions workflow and include script on releases.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

$ pip install jinja2-cli
$ PYTHONPATH=. jinja2 \
-D version={6.0,6.2,6.4} \
-D version={6.0,6.2,6.4,7.0} \
[-D name='Redis Server'] \
[-D description=''] \
[-D release='trunk'] \
Expand Down

0 comments on commit cda6c78

Please sign in to comment.