File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ archives:
2929nfpms :
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 }}'
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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: ../..
Original file line number Diff line number Diff line change 11version : ' 3.8'
22services :
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: ../..
Original file line number Diff line number Diff line change 11version : ' 3.8'
22services :
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: ../..
You can’t perform that action at this time.
0 commit comments