Skip to content

Commit 2aebfad

Browse files
committed
2.27.0
1 parent 0d65c0d commit 2aebfad

6 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
## Breaking changes
44
- None
55

6+
## New features
7+
- None
8+
9+
## Other changes
10+
- None
11+
12+
# 2.27.0
13+
14+
## Breaking changes
15+
- None
16+
617
## New features
718
- Add support for loading custom Jinja2 filters - [#1700](https://github.com/jertel/elastalert2/pull/1700) - @anroots-by
819

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.26.0
5-
appVersion: 2.26.0
4+
version: 2.27.0
5+
appVersion: 2.27.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.26.0 |
55+
| `image.tag` | docker image tag | 2.27.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.26.0
57+
tag: 2.27.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.26.0`` instead, or ``2`` if you are comfortable with
21+
versioned tag, such as ``2.27.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.26.0',
11+
version='2.27.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)