From f7b9a544f32e2cdd7e8af9dff8f81388a278e805 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 11 Oct 2023 17:49:36 -0400 Subject: [PATCH] release 2.14.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 22e32c1f..9146d542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ ## Breaking changes - TBD +## New features +- TBD + +## Other changes +- TBD + +# 2.14.0 + +## Breaking changes +- None + ## New features - 'summary_table_type' property now supports 'html' format for aggregation tables - [#1260](https://github.com/jertel/elastalert2/pull/1260) - @jertel - [Helm] Add support for custom deployment annotations - [#1271](https://github.com/jertel/elastalert2/pull/1271) - @victorpugin diff --git a/chart/elastalert2/Chart.yaml b/chart/elastalert2/Chart.yaml index 0500f431..c8c2e123 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.2 -appVersion: 2.13.2 +version: 2.14.0 +appVersion: 2.14.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 86b9f7a8..4dcb929c 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.2 | +| `image.tag` | docker image tag | 2.14.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 e836c07f..2d4b611c 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.13.2 + tag: 2.14.0 pullPolicy: IfNotPresent pullSecret: "" diff --git a/docs/source/running_elastalert.rst b/docs/source/running_elastalert.rst index ff5a99c3..b4e427df 100644 --- a/docs/source/running_elastalert.rst +++ b/docs/source/running_elastalert.rst @@ -80,7 +80,7 @@ elastalert2 container image on `Docker Hub