Skip to content

Commit 0ab66c0

Browse files
committed
chore(release): v0.19.3
1 parent c9a8b3a commit 0ab66c0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Changelog
22

3+
## [0.19.3](https://gitlab.com/akun73/gitlab-exporter/-/compare/v0.19.2..v0.19.3)
4+
5+
- c9a8b3a fix: GraphQL handleError log attrs
6+
- 4420f19 fix: Prevent some possible graphql nil pointer dereferences
7+
- f69f9c2 fix: Improve error handling when fetching pipelines
8+
- 1ff2ad1 fix: Improve error handling when fetching jobs
9+
- d77f86f fix: Improve error handling when fetching merge requests
10+
- 2b19213 fix: Improve error handling when fetching reports
11+
- e3f6e96 fix: Improve error handling when fetching issues
12+
- e7ef4ce fix: Add graphql error handling convenience function
13+
314
## [0.19.2](https://gitlab.com/akun73/gitlab-exporter/-/compare/v0.19.1..v0.19.2)
415

16+
- 6fc4dae chore(release): v0.19.2
517
- 5d8408b fix: Instead of fetching graphql.CiJobTrace do not treat job log 404 as error
618

719
## [0.19.1](https://gitlab.com/akun73/gitlab-exporter/-/compare/v0.19.0..v0.19.1)

deploy/helm/gitlab-exporter/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name: gitlab-exporter
44
description: An exporter for GitLab analytics data.
55
type: application
66

7-
version: 1.10.2
8-
appVersion: "v0.19.2"
7+
version: 1.10.3
8+
appVersion: "v0.19.3"

0 commit comments

Comments
 (0)