File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## Breaking changes
44- None
55
6+ ## New features
7+ - None
8+
9+ ## Other changes
10+ - None
11+
12+ # 2.23.0
13+
14+ ## Breaking changes
15+ - None
16+
617## New features
718- [ Helm] Add optional liveness and readiness probe - [ #1604 ] ( https://github.com/jertel/elastalert2/pull/1604 ) - @aizerin
819- Add ` include_rule_params_in_matches ` rule parameter to enable copying of specific rule params into match data - [ #1605 ] ( https://github.com/jertel/elastalert2/pull/1605 ) - @jertel
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Automated rule-based alerting for Elasticsearch
33name : elastalert2
4- version : 2.22 .0
5- appVersion : 2.22 .0
4+ version : 2.23 .0
5+ appVersion : 2.23 .0
66home : https://github.com/jertel/elastalert2
77sources :
88- 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
4949| Parameter | Description | Default |
5050| ----------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------| ----------------------------------------------------------|
5151| ` image.repository ` | docker image | jertel/elastalert2 |
52- | ` image.tag ` | docker image tag | 2.22 .0 |
52+ | ` image.tag ` | docker image tag | 2.23 .0 |
5353| ` image.pullPolicy ` | image pull policy | IfNotPresent |
5454| ` image.pullSecret ` | image pull secret | "" |
5555| ` deploymentAnnotations ` | Annotations to be added to deployment | {} |
Original file line number Diff line number Diff line change 4949 # docker image
5050 repository : jertel/elastalert2
5151 # docker image tag
52- tag : 2.22 .0
52+ tag : 2.23 .0
5353 pullPolicy : IfNotPresent
5454 pullSecret : " "
5555
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ elastalert2 container image on `Docker Hub <https://hub.docker.com/r/jertel/elas
1818
1919Be aware that the ``latest `` tag of the image represents the latest commit into
2020the master branch. If you prefer to upgrade more slowly you will need utilize a
21- versioned tag, such as ``2.22 .0 `` instead, or ``2 `` if you are comfortable with
21+ versioned tag, such as ``2.23 .0 `` instead, or ``2 `` if you are comfortable with
2222always using the latest released version of ElastAlert 2.
2323
2424A properly configured config.yaml file must be mounted into the container during
Original file line number Diff line number Diff line change 88base_dir = os .path .dirname (__file__ )
99setup (
1010 name = 'elastalert2' ,
11- version = '2.22 .0' ,
11+ version = '2.23 .0' ,
1212 description = 'Automated rule-based alerting for Elasticsearch' ,
1313 long_description = open ('README.md' ).read (),
1414 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments