Skip to content

Commit 50e9a35

Browse files
committed
release 2.25.0
1 parent 365298c commit 50e9a35

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# 2.TBD.TBD
22

3+
## Breaking changes
4+
- None
5+
6+
## New features
7+
- None
8+
9+
## Other changes
10+
- None
11+
12+
# 2.25.0
13+
314
## Breaking changes
415
- [Helm] An unlikely breaking change could occur if this chart was previously deployed with namespace overrides. Deploy to a pre-prod environment before proceeding with production. - [#1662](https://github.com/jertel/elastalert2/pull/1662) - @lepouletsuisse
516

@@ -23,7 +34,6 @@
2334
- [Helm] Add support of update strategy in the deployment [#1646](https://github.com/jertel/elastalert2/pull/1646) - @efazenda
2435
- Add Flashduty alerter - [#1649](https://github.com/jertel/elastalert2/pull/1649) - @pijiang3
2536

26-
2737
## Other changes
2838
- Fix `schema.yaml` to support Kibana 8.17 - [#1631](https://github.com/jertel/elastalert2/pull/1631) - @vpiserchia
2939
- [Helm] Clarified documentation around rootRulesFolder - @jertel

chart/elastalert2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Automated rule-based alerting for Elasticsearch
33
name: elastalert2
4-
version: 2.24.0
5-
appVersion: 2.24.0
4+
version: 2.25.0
5+
appVersion: 2.25.0
66
home: https://github.com/jertel/elastalert2
77
sources:
88
- https://github.com/jertel/elastalert2

chart/elastalert2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The command removes all the Kubernetes components associated with the chart and
5252
| Parameter | Description | Default |
5353
|----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
5454
| `image.repository` | docker image | jertel/elastalert2 |
55-
| `image.tag` | docker image tag | 2.24.0 |
55+
| `image.tag` | docker image tag | 2.25.0 |
5656
| `image.pullPolicy` | image pull policy | IfNotPresent |
5757
| `image.pullSecret` | image pull secret | "" |
5858
| `namespaceOverride` | Override the namespace specified in the Helm command for multi-namespace deployments. | "" |

chart/elastalert2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ image:
5454
# docker image
5555
repository: jertel/elastalert2
5656
# docker image tag
57-
tag: 2.24.0
57+
tag: 2.25.0
5858
pullPolicy: IfNotPresent
5959
pullSecret: ""
6060

docs/source/running_elastalert.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ elastalert2 container image on `Docker Hub <https://hub.docker.com/r/jertel/elas
1818

1919
Be aware that the ``latest`` tag of the image represents the latest commit into
2020
the master branch. If you prefer to upgrade more slowly you will need utilize a
21-
versioned tag, such as ``2.24.0`` instead, or ``2`` if you are comfortable with
21+
versioned tag, such as ``2.25.0`` instead, or ``2`` if you are comfortable with
2222
always using the latest released version of ElastAlert 2.
2323

2424
A properly configured config.yaml file must be mounted into the container during

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
base_dir = os.path.dirname(__file__)
99
setup(
1010
name='elastalert2',
11-
version='2.24.0',
11+
version='2.25.0',
1212
description='Automated rule-based alerting for Elasticsearch',
1313
long_description=open('README.md').read(),
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)