Skip to content

Commit

Permalink
Removed support for Zabbix 5.0, 5.2 & 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfb committed Apr 11, 2023
1 parent 9b68ece commit ea580f5
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 408 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
strategy:
matrix:
version:
- '5.0'
- '5.2'
- '5.4'
- '6.0'
- '6.2'
- '6.4'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- ?:
- Removed support for Zabbix 5.0, 5.2 & 5.4.

- 11.0:
- Added support for Zabbix 6.4.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

$ pip install jinja2-cli
$ PYTHONPATH=. jinja2 \
-D version={5.0,5.2,5.4,6.0,6.2,6.4} \
-D version={6.0,6.2,6.4} \
[-D name='Redis Server'] \
[-D description=''] \
[-D release='trunk'] \
--extension=extensions.zabbix.ZabbixExtension --strict -o template.xml template-app-redis-server.j2
$ PYTHONPATH=. jinja2 \
-D version={5.0,5.2,5.4,6.0,6.2,6.4} \
-D version={6.0,6.2,6.4} \
[-D name='Redis Sentinel'] \
[-D description=''] \
[-D release='trunk'] \
Expand Down
Loading

0 comments on commit ea580f5

Please sign in to comment.