From fdd7edb4b01b6e6ab103c1136951c1302d1e650a Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Sat, 30 Nov 2024 10:02:24 -0500 Subject: [PATCH] release 2.22.0 --- CHANGELOG.md | 11 +++++++++++ chart/elastalert2/Chart.yaml | 4 ++-- chart/elastalert2/README.md | 2 +- chart/elastalert2/values.yaml | 2 +- docs/source/running_elastalert.rst | 2 +- setup.py | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c56c6cc..d78af4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 2.TBD.TBD +## Breaking changes +- None + +## New features +- None + +## Other changes +- None + +# 2.22.0 + ## Breaking changes - Note that version 2.21 upgraded Python to 3.13 and unintentionally dropped support for Python 3.12. This release, restores support for Python 3.12, while continuing to use Python 3.13 in the official ElastAlert 2 Docker image. Python 3.12 support will be dropped in a future release. - [#1585](https://github.com/jertel/elastalert2/pull/1585) - @jertel diff --git a/chart/elastalert2/Chart.yaml b/chart/elastalert2/Chart.yaml index 11c4017a..91413263 100644 --- a/chart/elastalert2/Chart.yaml +++ b/chart/elastalert2/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Automated rule-based alerting for Elasticsearch name: elastalert2 -version: 2.21.0 -appVersion: 2.21.0 +version: 2.22.0 +appVersion: 2.22.0 home: https://github.com/jertel/elastalert2 sources: - https://github.com/jertel/elastalert2 diff --git a/chart/elastalert2/README.md b/chart/elastalert2/README.md index 5a632c61..5b35e563 100644 --- a/chart/elastalert2/README.md +++ b/chart/elastalert2/README.md @@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and | Parameter | Description | Default | |----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------| | `image.repository` | docker image | jertel/elastalert2 | -| `image.tag` | docker image tag | 2.21.0 | +| `image.tag` | docker image tag | 2.22.0 | | `image.pullPolicy` | image pull policy | IfNotPresent | | `image.pullSecret` | image pull secret | "" | | `deploymentAnnotations` | Annotations to be added to deployment | {} | diff --git a/chart/elastalert2/values.yaml b/chart/elastalert2/values.yaml index 66415d58..0cb80419 100644 --- a/chart/elastalert2/values.yaml +++ b/chart/elastalert2/values.yaml @@ -49,7 +49,7 @@ image: # docker image repository: jertel/elastalert2 # docker image tag - tag: 2.21.0 + tag: 2.22.0 pullPolicy: IfNotPresent pullSecret: "" diff --git a/docs/source/running_elastalert.rst b/docs/source/running_elastalert.rst index 4e4fc10e..3f924ef7 100644 --- a/docs/source/running_elastalert.rst +++ b/docs/source/running_elastalert.rst @@ -18,7 +18,7 @@ elastalert2 container image on `Docker Hub