Skip to content

Commit 8516b96

Browse files
committed
Released v0.5.7
1 parent 1617577 commit 8516b96

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [0ver](https://0ver.org) (more or less).
77

88
## [Unreleased]
99

10+
## [v0.5.7] - 2024-03-03
11+
12+
### Changed
13+
14+
* fix environment id hyperlink NaN by @toby181 in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/776
15+
* webhooks: handle ref and tag deletion events by @sysedwinistrator in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/794
16+
* webhooks: only pull project for which request was received by @sysedwinistrator in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/793
17+
* ratelimit: redis should retry if allowed requests exceeded by @bkylerussell in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/789
18+
* chore: dependencies, tooling and go updates by @mvisonneau in https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/pull/799
19+
1020
## [v0.5.6] - 2023-12-06
1121

1222
### Changed
@@ -685,7 +695,8 @@ if not seen in a long time.
685695
- LICENSE
686696
- README
687697

688-
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.4...HEAD
698+
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.7...HEAD
699+
[v0.5.7]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.7
689700
[v0.5.6]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.6
690701
[v0.5.5]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.5
691702
[v0.5.4]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.4

examples/ha-setup/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
ALLOW_EMPTY_PASSWORD: 'yes'
1010

1111
gitlab-ci-pipelines-exporter-1: &gitlab-ci-pipelines-exporter
12-
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
12+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
1313
# You can comment out the image name and use the following statement
1414
# to build the image against the current version of the repository
1515
#build: ../..

examples/opentelemetry/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- jaeger
2727

2828
gitlab-ci-pipelines-exporter:
29-
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
29+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
3030
# You can comment out the image name and use the following statement
3131
# to build the image against the current version of the repository
3232
# build: ../..

examples/quickstart/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.8'
33
services:
44
gitlab-ci-pipelines-exporter:
5-
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
5+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
66
# You can comment out the image name and use the following statement
77
# to build the image against the current version of the repository
88
# build: ../..

examples/webhooks/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '3.8'
33
services:
44
gitlab-ci-pipelines-exporter:
5-
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.5
5+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.7
66
# You can comment out the image name and use the following statement
77
# to build the image against the current version of the repository
88
# build: ../..

0 commit comments

Comments
 (0)