Skip to content

Commit

Permalink
Prepare release 2.0.3 to verify publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Apr 25, 2021
1 parent d47867d commit 14a4c93
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Maintainers, when creating a new release, follow the procedure below:
5. Verify that artifacts have been published:
- Python PIP package was [published][3] successfully.
- Helm chart has been [published][4] successfully.
- Docker Hub image was [published][2] successfully.
- Docker Hub image was [tagged][2] successfully.
6. Wait a minimum of a few hours for community feedback in case someone notices a problem with the the upcoming release.
7. Publish the release.

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: Elastalert 2 is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.
name: elastalert2
version: 2.0.2
appVersion: 2.0.2
version: 2.0.3
appVersion: 2.0.3
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/elastalert-docker |
| `image.tag` | docker image tag | 2.0.2 |
| `image.tag` | docker image tag | 2.0.3 |
| `image.pullPolicy` | image pull policy | IfNotPresent |
| `podAnnotations` | Annotations to be added to pods | {} |
| `command` | command override for container | `NULL` |
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.0.2
tag: 2.0.3
pullPolicy: IfNotPresent

resources: {}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
base_dir = os.path.dirname(__file__)
setup(
name='elastalert2',
version='2.0.2',
version='2.0.3',
description='Runs custom filters on Elasticsearch and alerts on matches',
setup_requires='setuptools',
license='Apache 2.0',
Expand Down

0 comments on commit 14a4c93

Please sign in to comment.