Skip to content

Commit fdd7edb

Browse files
committed
release 2.22.0
1 parent 8b17990 commit fdd7edb

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.22.0
13+
314
## Breaking changes
415
- Note that version 2.21 upgraded Python to 3.13 and unintentionally dropped support for Python 3.12. This release, restores support for Python 3.12, while continuing to use Python 3.13 in the official ElastAlert 2 Docker image. Python 3.12 support will be dropped in a future release. - [#1585](https://github.com/jertel/elastalert2/pull/1585) - @jertel
516

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.21.0
5-
appVersion: 2.21.0
4+
version: 2.22.0
5+
appVersion: 2.22.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
@@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and
4949
| Parameter | Description | Default |
5050
|----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
5151
| `image.repository` | docker image | jertel/elastalert2 |
52-
| `image.tag` | docker image tag | 2.21.0 |
52+
| `image.tag` | docker image tag | 2.22.0 |
5353
| `image.pullPolicy` | image pull policy | IfNotPresent |
5454
| `image.pullSecret` | image pull secret | "" |
5555
| `deploymentAnnotations` | Annotations to be added to deployment | {} |

chart/elastalert2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ image:
4949
# docker image
5050
repository: jertel/elastalert2
5151
# docker image tag
52-
tag: 2.21.0
52+
tag: 2.22.0
5353
pullPolicy: IfNotPresent
5454
pullSecret: ""
5555

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.21.0`` instead, or ``2`` if you are comfortable with
21+
versioned tag, such as ``2.22.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.21.0',
11+
version='2.22.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)