Skip to content

Commit

Permalink
Released 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Sep 17, 2020
1 parent 8772413 commit 0395270
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [0ver](https://0ver.org) (more or less).

## [Unreleased]

## [0.3.5] - 2020-09-17

### Changed

- Health endpoints to avoid issues with default configuration
Expand Down Expand Up @@ -306,7 +308,8 @@ if not seen in a long time.
- LICENSE
- README

[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/0.3.4...HEAD
[Unreleased]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/compare/0.3.5...HEAD
[0.3.5]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/0.3.5
[0.3.4]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/0.3.4
[0.3.3]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/0.3.3
[0.3.2]: https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/tree/0.3.2
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gitlab-ci-pipelines-exporter
version: 0.3.4
appVersion: 0.3.4
version: 0.3.5
appVersion: 0.3.5
description: Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
apiVersion: v1
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
gitlab-ci-pipelines-exporter:
image: mvisonneau/gitlab-ci-pipelines-exporter:0.3.4
image: mvisonneau/gitlab-ci-pipelines-exporter:0.3.5
ports:
- 8080:8080
environment:
Expand Down

0 comments on commit 0395270

Please sign in to comment.