diff --git a/CHANGELOG.md b/CHANGELOG.md index ef32e8c4..85eb535e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ ## New features - TBD +## Other changes +- TBD + +# 2.13.2 + +## Breaking changes +- None + +## New features +- None + ## Other changes - [Helm] Fix chart indentation issue introduced in 2.13.1 - [#1239](https://github.com/jertel/elastalert2/pull/1239) - @jertel diff --git a/chart/elastalert2/Chart.yaml b/chart/elastalert2/Chart.yaml index 3ffbeaaf..0500f431 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.13.1 -appVersion: 2.13.1 +version: 2.13.2 +appVersion: 2.13.2 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 ab84e152..beacc308 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.13.1 | +| `image.tag` | docker image tag | 2.13.2 | | `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 baaf7073..b1b03229 100644 --- a/chart/elastalert2/values.yaml +++ b/chart/elastalert2/values.yaml @@ -46,7 +46,7 @@ image: # docker image repository: jertel/elastalert2 # docker image tag - tag: 2.13.1 + tag: 2.13.2 pullPolicy: IfNotPresent pullSecret: "" diff --git a/docs/source/running_elastalert.rst b/docs/source/running_elastalert.rst index 8f02dea7..ff5a99c3 100644 --- a/docs/source/running_elastalert.rst +++ b/docs/source/running_elastalert.rst @@ -80,7 +80,7 @@ elastalert2 container image on `Docker Hub