File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
deploy/helm/gitlab-exporter Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ name: gitlab-exporter
44description : An exporter for GitLab analytics data.
55type : application
66
7- version : 1.10.2
8- appVersion : " v0.19.2 "
7+ version : 1.10.3
8+ appVersion : " v0.19.3 "
You can’t perform that action at this time.
0 commit comments