You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [0ver](https://0ver.org) (more or less).
7
7
8
8
## [Unreleased]
9
9
10
+
## [v0.4.3] - 2020-10-04
11
+
10
12
### Added
11
13
12
14
- Export `environments/deployments` related metrics
@@ -15,17 +17,19 @@ and this project adheres to [0ver](https://0ver.org) (more or less).
15
17
- Released **.deb** and **.rpm** packages
16
18
- More complete garbage collector capabilities
17
19
- Newly supported statuses for pipelines and jobs: `created`, `waiting_for_resource`, `preparing`, `scheduled`
20
+
- GitLab links for pipelines, jobs, environments and deployments in the dashboards
18
21
19
22
### Changed
20
23
24
+
- Prefix new releases with `^v` to make pkg.go.dev happy
21
25
- Bumped all dependencies
22
26
- Fixed race conditions during tests
23
27
- Always return coverage metric
24
28
- Enhanced the scheduling of the pull functions on init
25
29
- Improved webhook parsing functions performance
26
30
- Fixed a bug preventing the `gitlab_ci_pipeline_run_count` from being initialized correctly at startup
27
31
- Fixed the `gitlab_ci_pipeline_job_run_count` and `gitlab_ci_pipeline_run_count` metrics incrementing algorithm
28
-
-Updated the `pipelines` grafana dashboard
32
+
-Improved the `pipelines` grafana dashboard
29
33
- Fixed a bug which could lead to an overwrite of the refs and environments at scale, inducing unecessary GitLab API calls and discrepancy for some metrics
30
34
- Optimized the storage layer implementation
31
35
- Ensure group wildcards only returns projects belonging directly to the group
0 commit comments