Skip to content

Commit

Permalink
Prepare for release of 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Sep 26, 2021
1 parent 7072b92 commit d16a66a
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,28 @@
## Other changes
- None


# 2.x.x

## Breaking changes
- None

## New features
- None

## Other changes
- None

# 2.2.2

## Breaking changes
- None

## New features
- Added support for markdown style formatting of aggregation tables - [#415](https://github.com/jertel/elastalert2/pull/415) - @Neuro-HSOC
- [OpsGenie] Add support for custom description - [#457](https://github.com/jertel/elastalert2/pull/457), [#460](https://github.com/jertel/elastalert2/pull/460) - @nickbabkin
- [Tencent SMS] Added support for Tencent SMS - [#470](https://github.com/jertel/elastalert2/pull/470) - @liuxingjun
- Add support for Kibana 7.15 for Kibana Discover - [#481](https://github.com/jertel/elastalert2/pull/481) - @nsano-rururu
- Begin working toward support of OpenSearch (This is still a work in progress) [#483](https://github.com/jertel/elastalert2/pull/483) @nbrownus
- Begin working toward support of OpenSearch (beta) [#483](https://github.com/jertel/elastalert2/pull/483) @nbrownus

## Other changes
- [Rule Test] Fix issue related to --start/--end/--days params - [#424](https://github.com/jertel/elastalert2/pull/424), [#433](https://github.com/jertel/elastalert2/pull/433) - @thican
Expand Down
4 changes: 2 additions & 2 deletions chart/elastalert2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: Automated rule-based alerting for Elasticsearch
name: elastalert2
version: 2.2.1
appVersion: 2.2.1
version: 2.2.2
appVersion: 2.2.2
home: https://github.com/jertel/elastalert2
sources:
- https://github.com/jertel/elastalert2
Expand Down
2 changes: 1 addition & 1 deletion chart/elastalert2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The command removes all the Kubernetes components associated with the chart and
| Parameter | Description | Default |
|----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
| `image.repository` | docker image | jertel/elastalert2 |
| `image.tag` | docker image tag | 2.2.1 |
| `image.tag` | docker image tag | 2.2.2 |
| `image.pullPolicy` | image pull policy | IfNotPresent |
| `image.pullSecret` | image pull secret | "" |
| `podAnnotations` | Annotations to be added to pods | {} |
Expand Down
2 changes: 1 addition & 1 deletion chart/elastalert2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ image:
# docker image
repository: jertel/elastalert2
# docker image tag
tag: 2.2.1
tag: 2.2.2
pullPolicy: IfNotPresent
pullSecret: ""

Expand Down
2 changes: 1 addition & 1 deletion docs/source/elastalert.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ElastAlert 2 - Automated rule-based alerting for Elasticsearch
**************************************************************

ElastAlert 2 is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in `Elasticsearch <https://www.elastic.co/elasticsearch/>` and `OpenSearch <https://opensearch.org/>` (Under development).
ElastAlert 2 is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in `Elasticsearch <https://www.elastic.co/elasticsearch/>` and `OpenSearch <https://opensearch.org/>` (beta).

If you have data being written into Elasticsearch in near real time and want to be alerted when that data matches certain patterns, ElastAlert 2 is the tool for you.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/running_elastalert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you're interested in a pre-built Docker image check out the

Be aware that the ``latest`` tag of the image represents the latest commit into
the master branch. If you prefer to upgrade more slowly you will need utilize a
versioned tag, such as ``2.2.1`` instead, or ``2`` if you are comfortable with
versioned tag, such as ``2.2.2`` instead, or ``2`` if you are comfortable with
always using the latest released version of ElastAlert 2.

A properly configured config.yaml file must be mounted into the container during
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
base_dir = os.path.dirname(__file__)
setup(
name='elastalert2',
version='2.2.1',
version='2.2.2',
description='Automated rule-based alerting for Elasticsearch',
long_description=open('README.md').read(),
setup_requires='setuptools',
license='Apache 2.0',
classifiers=[
Expand Down

0 comments on commit d16a66a

Please sign in to comment.