Skip to content

Commit 14a4c93

Browse files
committed
Prepare release 2.0.3 to verify publish actions
1 parent d47867d commit 14a4c93

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Maintainers, when creating a new release, follow the procedure below:
2525
5. Verify that artifacts have been published:
2626
- Python PIP package was [published][3] successfully.
2727
- Helm chart has been [published][4] successfully.
28-
- Docker Hub image was [published][2] successfully.
28+
- Docker Hub image was [tagged][2] successfully.
2929
6. Wait a minimum of a few hours for community feedback in case someone notices a problem with the the upcoming release.
3030
7. Publish the release.
3131

chart/elastalert2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Elastalert 2 is a simple framework for alerting on anomalies, spikes, or other patterns of interest from data in Elasticsearch.
33
name: elastalert2
4-
version: 2.0.2
5-
appVersion: 2.0.2
4+
version: 2.0.3
5+
appVersion: 2.0.3
66
home: https://github.com/jertel/elastalert2
77
sources:
88
- https://github.com/jertel/elastalert2

chart/elastalert2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The command removes all the Kubernetes components associated with the chart and
4747
| Parameter | Description | Default |
4848
|----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|---------------------------------|
4949
| `image.repository` | docker image | jertel/elastalert-docker |
50-
| `image.tag` | docker image tag | 2.0.2 |
50+
| `image.tag` | docker image tag | 2.0.3 |
5151
| `image.pullPolicy` | image pull policy | IfNotPresent |
5252
| `podAnnotations` | Annotations to be added to pods | {} |
5353
| `command` | command override for container | `NULL` |

chart/elastalert2/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image:
2525
# docker image
2626
repository: jertel/elastalert2
2727
# docker image tag
28-
tag: 2.0.2
28+
tag: 2.0.3
2929
pullPolicy: IfNotPresent
3030

3131
resources: {}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
base_dir = os.path.dirname(__file__)
99
setup(
1010
name='elastalert2',
11-
version='2.0.2',
11+
version='2.0.3',
1212
description='Runs custom filters on Elasticsearch and alerts on matches',
1313
setup_requires='setuptools',
1414
license='Apache 2.0',

0 commit comments

Comments
 (0)