diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8301895..cfe77d8 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -32,6 +32,7 @@ jobs: - '6.0' - '6.2' - '6.4' + - '7.0' flavour: - name: Redis Server slug: redis-server diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4691579..29c8cf4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/README.rst b/README.rst index ab05e08..0ee45cf 100644 --- a/README.rst +++ b/README.rst @@ -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'] \