Skip to content

Commit

Permalink
Prepare 2.1.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Jun 9, 2021
1 parent e296b4d commit 2639e10
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Other changes
- None

# Unreleased
# 2.1.1

## Breaking changes
- None
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Maintainers, when creating a new release, follow the procedure below:
- [Chart.yaml](chart/elastalert2/Chart.yaml): Match chart version and the app version to the new release version (typically keep them in sync)
- [values.yaml](chart/elastalert2/values.yaml): Match the default image version to the new release version.
- [Chart README.md](chart/elastalert2/README.md): Match the default image version to the new release version.
- [Project README.md](README.md): Match the default image version to the new release version.
- [Docs](docs/source/running_elastalert.rst): Match the default image version to the new release version.
- [CHANGELOG.md](CHANGELOG.md): This must contain all PRs and any other relevent notes about this release
3. Publish a [new][1] release.
- The title (and tag) of the release will be the same value as the new version determined in step 1.
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.1.0
appVersion: 2.1.0
version: 2.1.1
appVersion: 2.1.1
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.1.0 |
| `image.tag` | docker image tag | 2.1.1 |
| `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.1.0
tag: 2.1.1
pullPolicy: IfNotPresent

resources: {}
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 @@ -78,7 +78,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.1.0`` instead, or ``2`` if you are comfortable with
versioned tag, such as ``2.1.1`` 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
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.1.0',
version='2.1.1',
description='Automated rule-based alerting for Elasticsearch',
setup_requires='setuptools',
license='Apache 2.0',
Expand Down

0 comments on commit 2639e10

Please sign in to comment.