File tree Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Expand file tree Collapse file tree 6 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 3
3
## Breaking changes
4
4
- TBD
5
5
6
+ ## New features
7
+ - TBD
8
+
9
+ ## Other changes
10
+ - TBD
11
+
12
+ # 2.15.0
13
+
14
+ ## Breaking changes
15
+ - None
16
+
6
17
## New features
7
18
- [ Iris] Alerter added - [ #1301 ] ( https://github.com/jertel/elastalert2/pull/1301 ) - @malinkinsa
8
19
- [ Opensearch] Add the possibility to generate an opensearch discovery url - [ #1310 ] ( https://github.com/jertel/elastalert2/pull/1310 )
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : Automated rule-based alerting for Elasticsearch
3
3
name : elastalert2
4
- version : 2.14 .0
5
- appVersion : 2.14 .0
4
+ version : 2.15 .0
5
+ appVersion : 2.15 .0
6
6
home : https://github.com/jertel/elastalert2
7
7
sources :
8
8
- https://github.com/jertel/elastalert2
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The command removes all the Kubernetes components associated with the chart and
49
49
| Parameter | Description | Default |
50
50
| ----------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------|
51
51
| ` image.repository ` | docker image | jertel/elastalert2 |
52
- | ` image.tag ` | docker image tag | 2.14 .0 |
52
+ | ` image.tag ` | docker image tag | 2.15 .0 |
53
53
| ` image.pullPolicy ` | image pull policy | IfNotPresent |
54
54
| ` image.pullSecret ` | image pull secret | "" |
55
55
| ` deploymentAnnotations ` | Annotations to be added to deployment | {} |
Original file line number Diff line number Diff line change 49
49
# docker image
50
50
repository : jertel/elastalert2
51
51
# docker image tag
52
- tag : 2.14 .0
52
+ tag : 2.15 .0
53
53
pullPolicy : IfNotPresent
54
54
pullSecret : " "
55
55
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ elastalert2 container image on `Docker Hub <https://hub.docker.com/r/jertel/elas
80
80
81
81
Be aware that the ``latest `` tag of the image represents the latest commit into
82
82
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
84
84
always using the latest released version of ElastAlert 2.
85
85
86
86
A properly configured config.yaml file must be mounted into the container during
Original file line number Diff line number Diff line change 8
8
base_dir = os .path .dirname (__file__ )
9
9
setup (
10
10
name = 'elastalert2' ,
11
- version = '2.14 .0' ,
11
+ version = '2.15 .0' ,
12
12
description = 'Automated rule-based alerting for Elasticsearch' ,
13
13
long_description = open ('README.md' ).read (),
14
14
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments