From 7d0e4726acdbf3470e22a22424726e712a60e882 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 11 Aug 2023 07:02:55 -0400 Subject: [PATCH] release 2.13.0 --- CHANGELOG.md | 12 ++++++++++++ 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, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c877761f..7b5809a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,24 @@ ## Breaking changes - TBD +## New features +- TBD + +## Other changes +- TBD + +# 2.13.0 + +## Breaking changes +- None + ## New features - [Alertmanager] Add alertmanager resolve timeout configuration option - [#1187](https://github.com/jertel/elastalert2/pull/1187) - @eveningcafe ## Other changes - [Docs] Clarify docs to state that alert_time_limit should not be 0 - [#1208](https://github.com/jertel/elastalert2/pull/1208) - @jertel - Add support for Kibana 8.9 for Kibana Discover - [#1224](https://github.com/jertel/elastalert2/pull/1224) - @nsano-rururu +- Remove docker image pin to outdated "buster" debian release - [24f794a](https://github.com/jertel/elastalert2/commit/24f794a) - @jertel # 2.12.0 diff --git a/chart/elastalert2/Chart.yaml b/chart/elastalert2/Chart.yaml index 9dba1499..f6761752 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.12.0 -appVersion: 2.12.0 +version: 2.13.0 +appVersion: 2.13.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 10177ebe..cb1c882c 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.12.0 | +| `image.tag` | docker image tag | 2.13.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 8fb64484..048a3268 100644 --- a/chart/elastalert2/values.yaml +++ b/chart/elastalert2/values.yaml @@ -39,7 +39,7 @@ image: # docker image repository: jertel/elastalert2 # docker image tag - tag: 2.12.0 + tag: 2.13.0 pullPolicy: IfNotPresent pullSecret: "" diff --git a/docs/source/running_elastalert.rst b/docs/source/running_elastalert.rst index 7c19fe0e..7f8d3d3f 100644 --- a/docs/source/running_elastalert.rst +++ b/docs/source/running_elastalert.rst @@ -80,7 +80,7 @@ elastalert2 container image on `Docker Hub