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.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
Original file line number Diff line number Diff line change 11apiVersion : v1
22description : Automated rule-based alerting for Elasticsearch
33name : elastalert2
4- version : 2.26 .0
5- appVersion : 2.26 .0
4+ version : 2.27 .0
5+ appVersion : 2.27 .0
66home : https://github.com/jertel/elastalert2
77sources :
88- https://github.com/jertel/elastalert2
Original file line number Diff line number Diff 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. | "" |
Original file line number Diff line number Diff line change 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
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.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
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.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" ,
You can’t perform that action at this time.
0 commit comments