Skip to content

Commit

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

## [Unreleased]

## [v0.5.7] - 2024-03-03

### Changed

* fix environment id hyperlink NaN by @toby181 in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/776
* webhooks: handle ref and tag deletion events by @sysedwinistrator in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/794
* webhooks: only pull project for which request was received by @sysedwinistrator in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/793
* ratelimit: redis should retry if allowed requests exceeded by @bkylerussell in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/789
* chore: dependencies, tooling and go updates by @mvisonneau in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/799

## [v0.5.6] - 2023-12-06

### Changed
Expand Down Expand Up @@ -685,7 +695,8 @@ if not seen in a long time.
- LICENSE
- README

[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.4...HEAD
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.7...HEAD
[v0.5.7]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.7
[v0.5.6]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.6
[v0.5.5]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.5
[v0.5.4]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.4
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 @@ -9,7 +9,7 @@ services:
ALLOW_EMPTY_PASSWORD: 'yes'

gitlab-ci-pipelines-exporter-1: &gitlab-ci-pipelines-exporter
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
# 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/opentelemetry/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- jaeger

gitlab-ci-pipelines-exporter:
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
# 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
Expand Up @@ -2,7 +2,7 @@
version: '3.8'
services:
gitlab-ci-pipelines-exporter:
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
# 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
Expand Up @@ -2,7 +2,7 @@
version: '3.8'
services:
gitlab-ci-pipelines-exporter:
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
# 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 8516b96

Please sign in to comment.