Skip to content

Commit

Permalink
chore(release): v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Nov 1, 2024
1 parent 6e9045d commit ebdc3ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.10.3] - 2024-11-01

### Fixed

- Resolve projects in catchup command
- Job protobuf message used duration for queued_duration field
- Fetch job log data if runner id is empty

## [0.10.2] - 2024-10-30

### Fixed
Expand Down Expand Up @@ -269,7 +277,8 @@ Initial release.

<!-- Links -->

[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.10.2...HEAD
[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.10.3...HEAD
[0.10.3]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.10.2...v0.10.3
[0.10.2]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.9.1...v0.10.0
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,5 +4,5 @@ name: gitlab-exporter
description: An exporter for GitLab analytics data.
type: application

version: 1.4.10
appVersion: "v0.10.2"
version: 1.4.11
appVersion: "v0.10.3"

0 comments on commit ebdc3ca

Please sign in to comment.