Skip to content

Commit

Permalink
Released v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Jun 3, 2021
1 parent abbc4c8 commit 9b3b6dd
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.0] - 2021-06-02

**BREAKING CHANGES**

- The configuration syntax has evolved, you can refer to the [updated version of the doc](docs/configuration_syntax.md)
Expand Down Expand Up @@ -558,7 +560,8 @@ if not seen in a long time.
- LICENSE
- README

[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.4.9...HEAD
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.0...HEAD
[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
[v0.4.7]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.7
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.4.9
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.0
# 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.4.9
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.0
# 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.4.9
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.0
# 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 9b3b6dd

Please sign in to comment.