From e3c73636606fd8ee7ad966937c92c8021d48d6dd Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 19 Sep 2024 07:47:37 -0400 Subject: [PATCH] release 2.20.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 36cec4c2..12a0046d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # 2.TBD.TBD +## Breaking changes +- None + +## New features +- None + +## Other changes +- None + +# 2.20.0 + ## Breaking changes - Drop python3.9, python3.10, python3.11 from `python_requires` - [#1528](https://github.com/jertel/elastalert2/pull/1528) - @kmurphy4 - [IRIS] Updated alert_title to leverage ElastAlert built-in ``create_title`` function. Updated alert_description to use ElastAlert2 built-in function ``create_alert_body`` if alert_description is not set within the rule - [#1532](https://github.com/jertel/elastalert2/pull/1532) - @bvirgilioamnh diff --git a/chart/elastalert2/Chart.yaml b/chart/elastalert2/Chart.yaml index 36093887..3d54293b 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.19.0 -appVersion: 2.19.0 +version: 2.20.0 +appVersion: 2.20.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 3c4fd91d..d49c5593 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.19.0 | +| `image.tag` | docker image tag | 2.20.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 19910508..819e5f56 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.19.0 + tag: 2.20.0 pullPolicy: IfNotPresent pullSecret: "" diff --git a/docs/source/running_elastalert.rst b/docs/source/running_elastalert.rst index fcec57c0..40de7f0d 100644 --- a/docs/source/running_elastalert.rst +++ b/docs/source/running_elastalert.rst @@ -18,7 +18,7 @@ elastalert2 container image on `Docker Hub