Releases: mvisonneau/gitlab-ci-pipelines-exporter
Releases · mvisonneau/gitlab-ci-pipelines-exporter
0.2.1
Added
- Added
securityContext
configuration capability to the chart - Added proper
liveness
andreadiness
checks - Added support for dynamic discovery of the projects using a wildcard
Changed
- Updated default
--listen-port
to 8080 so that you can run it withoutroot
user - Fixed a bug causing a panic when no pipelines were created on a ref
- Bumped dependencies
- Updated Grafana dashboards
0.2.0
ENHANCEMENTS
- Switched to go modules
- Upgraded to go 1.12
- Rewrote license in markdown
- Switched CI to drone
- Upgraded Docker release to alpine 3.9
- Bumped prometheus and gitlab SDK to their latest versions
- Automated releases of the binaries
BUGFIXES
- Fixed linting errors
- Actually include the helm chart..
0.1.0
FEATURES
- Working state of the app
- Helm chart for K8S deployments
- New metric :
gitlab_ci_pipeline_last_run_duration_seconds
- New metric :
gitlab_ci_pipeline_run_count
- New metric :
gitlab_ci_pipeline_status
- New metric :
gitlab_ci_pipeline_time_since_last_run_seconds
- Makefile
- LICENSE
- README