Skip to content

Commit dc7d3fc

Browse files
committed
Released v0.5.2
1 parent 3569f11 commit dc7d3fc

6 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.5.2] - 2021-08-25
1011
### Changed
1112

1213
- Updated default metrics garbage collection intervals from 5 to 10m
@@ -590,7 +591,8 @@ if not seen in a long time.
590591
- LICENSE
591592
- README
592593

593-
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.1...HEAD
594+
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.5.2...HEAD
595+
[v0.5.2]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.2
594596
[v0.5.1]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.1
595597
[v0.5.0]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.5.0
596598
[v0.4.9]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.9

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: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.1
12+
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.2
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/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: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.1
5+
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.2
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: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.1
5+
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/beorn7/perks v1.0.1 // indirect
3838
github.com/bsm/redislock v0.7.1 // indirect
3939
github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3 // indirect
40-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
40+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
4141
github.com/containerd/console v1.0.3 // indirect
4242
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
4343
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
@@ -71,7 +71,7 @@ require (
7171
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
7272
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
7373
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
74-
golang.org/x/oauth2 v0.0.0-20210817223510-7df4dd6e12ab // indirect
74+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
7575
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
7676
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
7777
golang.org/x/text v0.3.6 // indirect

go.sum

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ github.com/bsm/redislock v0.7.1/go.mod h1:TSF3xUotaocycoHjVAp535/bET+ZmvrtcyNrXc
7070
github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3 h1:IHZ1Le1ejzkmS7Si7dIzJvYDWe+BIoNmqMnfWHBZSVw=
7171
github.com/capnm/sysinfo v0.0.0-20130621111458-5909a53897f3/go.mod h1:M5XHQLu90v2JNm/bW2tdsYar+5vhV0gEcBcmDBNAN1Y=
7272
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
73-
github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
7473
github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
74+
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
75+
github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
7576
github.com/charmbracelet/bubbles v0.8.0 h1:+l2op90Ag37Vn+30O1hbg/0wBl+e+sxHhgY1F/rvdHs=
7677
github.com/charmbracelet/bubbles v0.8.0/go.mod h1:5WX1sSSjNCgCrzvRMN/z23HxvWaa+AI16Ch0KPZPeDs=
7778
github.com/charmbracelet/bubbletea v0.13.1/go.mod h1:tp9tr9Dadh0PLhgiwchE5zZJXm5543JYjHG9oY+5qSg=
@@ -481,8 +482,8 @@ golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4Iltr
481482
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
482483
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
483484
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
484-
golang.org/x/oauth2 v0.0.0-20210817223510-7df4dd6e12ab h1:llrcWN/wOwO+6gAyfBzxb5hZ+c3mriU/0+KNgYu6adA=
485-
golang.org/x/oauth2 v0.0.0-20210817223510-7df4dd6e12ab/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
485+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f h1:Qmd2pbz05z7z6lm0DrgQVVPuBm92jqujBKMHMOlOQEw=
486+
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
486487
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
487488
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
488489
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)