diff --git a/CHANGELOG.md b/CHANGELOG.md index 827be399..f55c7503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ # 2.x.x +## Breaking changes + +## New features + +## Other changes + +# 2.4.0 + ## Breaking changes - Add support for Elasticsearch 8, remove support for Elasticsearch 6 and below - [#744](https://github.com/jertel/elastalert2/pull/744) - @ferozsalam, @jertel, and @nsano-rururu WARNING! Read the [ES 8 upgrade notes](https://elastalert2.readthedocs.io/en/latest/recipes/faq.html#does-elastalert-2-support-elasticsearch-8) BEFORE upgrading your cluster to Elasticsearch 8. Failure to do so can result in your cluster no longer starting and unable to rollback to 7.x. diff --git a/chart/elastalert2/Chart.yaml b/chart/elastalert2/Chart.yaml index 91f5a063..eaf0c713 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.3.0 -appVersion: 2.3.0 +version: 2.4.0 +appVersion: 2.4.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 e9abfe18..93f0b4d4 100644 --- a/chart/elastalert2/README.md +++ b/chart/elastalert2/README.md @@ -47,7 +47,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.3.0 | +| `image.tag` | docker image tag | 2.4.0 | | `image.pullPolicy` | image pull policy | IfNotPresent | | `image.pullSecret` | image pull secret | "" | | `podAnnotations` | Annotations to be added to pods | {} | diff --git a/chart/elastalert2/values.yaml b/chart/elastalert2/values.yaml index 2893f8e1..c9d3e212 100644 --- a/chart/elastalert2/values.yaml +++ b/chart/elastalert2/values.yaml @@ -25,7 +25,7 @@ image: # docker image repository: jertel/elastalert2 # docker image tag - tag: 2.3.0 + tag: 2.4.0 pullPolicy: IfNotPresent pullSecret: "" diff --git a/docs/source/running_elastalert.rst b/docs/source/running_elastalert.rst index e7c8cba7..c765e41a 100644 --- a/docs/source/running_elastalert.rst +++ b/docs/source/running_elastalert.rst @@ -80,7 +80,7 @@ elastalert2 container image on `Docker Hub