Skip to content

Commit

Permalink
chore(release): v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Jul 16, 2024
1 parent d50f297 commit 44bf374
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.8.0] - 2024-07-16

### Added

- Provide gRPC server implementation
- Export merge requests data
- Export projects data
- Configure project namespaces for export
- Configure default project export options

### Changed

- Export data in chunks respecting max size limit

### Removed

- Obsolete `catch_up.forced` config option

## [0.7.1] - 2024-02-27

### Added
Expand Down Expand Up @@ -195,7 +213,8 @@ Initial release.

<!-- Links -->

[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/cluttrdev/gitlab-exporter/compare/v0.7.1...v0.8.0
[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
Expand Down
5 changes: 2 additions & 3 deletions deploy/helm/gitlab-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ name: gitlab-exporter
description: An exporter for GitLab analytics data.
type: application

version: 1.4.3
appVersion: "v0.7.1"

version: 1.4.4
appVersion: "v0.8.0"

0 comments on commit 44bf374

Please sign in to comment.