Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Feb 27, 2024
1 parent eaf813a commit 6d6364e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.1] - 2024-02-27

### Added

- Started adding functional tests
- Helm chart podmonitor template

### Changed

- Make grpc client creation more flexible
- Add metadata to pipeline hierarchy export errors

### Fixed

- Helm chart selector labels helper

## [0.7.0] - 2024-02-25

## Added
### Added

- gRPC client metrics

## Changed
### Changed

- Switch to unary grpc calls

Expand Down Expand Up @@ -179,7 +195,8 @@ Initial release.

<!-- Links -->

[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.6.3...v0.7.0
[0.6.3]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.6.1...v0.6.2
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/gitlab-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ name: gitlab-exporter
description: An exporter for GitLab analytics data.
type: application

version: 1.4.1
appVersion: "v0.7.0"
version: 1.4.2
appVersion: "v0.7.1"

0 comments on commit 6d6364e

Please sign in to comment.