Skip to content

Commit dd36586

Browse files
committed
2.15.0 prep
1 parent 4adeecc commit dd36586

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
@@ -3,6 +3,17 @@
33
## Breaking changes
44
- TBD
55

6+
## New features
7+
- TBD
8+
9+
## Other changes
10+
- TBD
11+
12+
# 2.15.0
13+
14+
## Breaking changes
15+
- None
16+
617
## New features
718
- [Iris] Alerter added - [#1301](https://github.com/jertel/elastalert2/pull/1301) - @malinkinsa
819
- [Opensearch] Add the possibility to generate an opensearch discovery url - [#1310](https://github.com/jertel/elastalert2/pull/1310)

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.14.0
5-
appVersion: 2.14.0
4+
version: 2.15.0
5+
appVersion: 2.15.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.14.0 |
52+
| `image.tag` | docker image tag | 2.15.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.14.0
52+
tag: 2.15.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
@@ -80,7 +80,7 @@ elastalert2 container image on `Docker Hub <https://hub.docker.com/r/jertel/elas
8080

8181
Be aware that the ``latest`` tag of the image represents the latest commit into
8282
the master branch. If you prefer to upgrade more slowly you will need utilize a
83-
versioned tag, such as ``2.14.0`` instead, or ``2`` if you are comfortable with
83+
versioned tag, such as ``2.15.0`` instead, or ``2`` if you are comfortable with
8484
always using the latest released version of ElastAlert 2.
8585

8686
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.14.0',
11+
version='2.15.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)