Skip to content

Commit 6865ed0

Browse files
committed
Release v0.4.8
1 parent 3c6de70 commit 6865ed0

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ archives:
2929
nfpms:
3030
- maintainer: &author Maxime VISONNEAU <maxime.visonneau@gmail.com>
3131
description: &description GitLab CI pipelines exporter (prometheus/open-metrics)
32-
license: &license Apache 2.0
32+
license: &license Apache-2.0
3333
homepage: &homepage https://github.com/mvisonneau/gitlab-ci-pipelines-exporter
3434
vendor: *author
3535
file_name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}'

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.4.8] - 2021-03-08
11+
1012
### Added
1113

1214
- Snapcraft releases
@@ -505,7 +507,8 @@ if not seen in a long time.
505507
- LICENSE
506508
- README
507509

508-
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.4.7...HEAD
510+
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/v0.4.8...HEAD
511+
[v0.4.8]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.8
509512
[v0.4.7]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.7
510513
[v0.4.6]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.6
511514
[v0.4.5]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/v0.4.5

examples/ha-setup/docker-compose.yml

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

1010
gitlab-ci-pipelines-exporter-1: &gitlab-ci-pipelines-exporter
11-
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.4.7
11+
image: docker.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.4.8
1212
# You can comment out the image name and use the following statement
1313
# to build the image against the current version of the repository
1414
#build: ../..

examples/quickstart/docker-compose.yml

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

examples/webhooks/docker-compose.yml

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

0 commit comments

Comments
 (0)