Skip to content

Commit

Permalink
Released v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Jul 19, 2021
1 parent dc88d71 commit d8b0f96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [0ver](https://0ver.org) (more or less).

## [Unreleased]

## [v0.5.1] - 2021-07-19

### Added

- New monitoring CLI to retrieve information about the exporter
Expand Down Expand Up @@ -580,7 +582,8 @@ if not seen in a long time.
- LICENSE
- README

[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.1...HEAD
[v0.5.1]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.1
[v0.5.0]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.0
[v0.4.9]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.9
[v0.4.8]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.8
Expand Down
2 changes: 1 addition & 1 deletion examples/ha-setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ALLOW_EMPTY_PASSWORD: 'yes'

gitlab-ci-pipelines-exporter-1: &gitlab-ci-pipelines-exporter
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.0
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.1
# You can comment out the image name and use the following statement
# to build the image against the current version of the repository
#build: ../..
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
gitlab-ci-pipelines-exporter:
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.0
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.1
# You can comment out the image name and use the following statement
# to build the image against the current version of the repository
# build: ../..
Expand Down
2 changes: 1 addition & 1 deletion examples/webhooks/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
gitlab-ci-pipelines-exporter:
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.0
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.1
# You can comment out the image name and use the following statement
# to build the image against the current version of the repository
# build: ../..
Expand Down

0 comments on commit d8b0f96

Please sign in to comment.