Skip to content

Commit d5ca60d

Browse files
committed
Released v0.5.4
1 parent 6ee39e1 commit d5ca60d

File tree

8 files changed

+13
-10
lines changed

8 files changed

+13
-10
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.5.4] - 2022-08-25
11+
1012
### Added
1113

1214
- Kickstarted tracing support through `opentelemetry` implementation for most of the network calls
@@ -19,7 +21,7 @@ and this project adheres to [0ver](https://0ver.org) (more or less).
1921
### Changed
2022

2123
- Fixed a config issue preventing the arm deb/rpm packages to be released correctly
22-
- Upgraded golang to **v1.18**
24+
- Upgraded golang to **v1.19**
2325
- Upgraded most dependencies to their lastest versions
2426
- Fixed child pipeline jobs not found whilst looking up through bridges (#345)
2527
- `gitlab_ci_pipeline_job_queued_duration_seconds` & `gitlab_ci_pipeline_queued_duration_seconds` will now be leveraging the value returned through the GitLab API instead of computing it with (startedAt - createdAt)
@@ -628,7 +630,8 @@ if not seen in a long time.
628630
- LICENSE
629631
- README
630632

631-
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.3...HEAD
633+
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.4...HEAD
634+
[v0.5.4]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.4
632635
[v0.5.3]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.3
633636
[v0.5.2]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.2
634637
[v0.5.1]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev-env: ## Build a local development environment using Docker
7070
-v $(shell pwd):/go/src/github.com/mvisonneau/$(NAME) \
7171
-w /go/src/github.com/mvisonneau/$(NAME) \
7272
-p 8080:8080 \
73-
golang:1.18 \
73+
golang:1.19 \
7474
/bin/bash -c 'make setup; make install; bash'
7575

7676
.PHONY: is-git-dirty

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.3
12+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.4
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.3
29+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.4
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.3
5+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.4
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.3
5+
image: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.4
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: ../..

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/mvisonneau/gitlab-ci-pipelines-exporter
33
go 1.19
44

55
require (
6-
github.com/alicebob/miniredis/v2 v2.20.0
6+
github.com/alicebob/miniredis/v2 v2.23.0
77
github.com/charmbracelet/bubbles v0.13.0
88
github.com/charmbracelet/bubbletea v0.22.1
99
github.com/charmbracelet/lipgloss v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
4141
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
4242
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a h1:HbKu58rmZpUGpz5+4FfNmIU+FmZg2P3Xaj2v2bfNWmk=
4343
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a/go.mod h1:SGnFV6hVsYE877CKEZ6tDNTjaSXYUk6QqoIK6PrAtcc=
44-
github.com/alicebob/miniredis/v2 v2.20.0 h1:NJSfJcoyPvs9t+wqnox5BTcNVn7J9KxYl0RioTcE8S4=
45-
github.com/alicebob/miniredis/v2 v2.20.0/go.mod h1:XNqvJdQJv5mSuVMc0ynneafpnL/zv52acZ6kqeS0t88=
44+
github.com/alicebob/miniredis/v2 v2.23.0 h1:+lwAJYjvvdIVg6doFHuotFjueJ/7KY10xo/vm3X3Scw=
45+
github.com/alicebob/miniredis/v2 v2.23.0/go.mod h1:XNqvJdQJv5mSuVMc0ynneafpnL/zv52acZ6kqeS0t88=
4646
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 h1:MzBOUgng9orim59UnfUTLRjMpd09C5uEVQ6RPGeCaVI=
4747
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129/go.mod h1:rFgpPQZYZ8vdbc+48xibu8ALc3yeyd64IhHS+PU6Yyg=
4848
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=

0 commit comments

Comments
 (0)