Skip to content

Releases: mvisonneau/gitlab-ci-pipelines-exporter

0.2.1

26 Jul 15:55
Compare
Choose a tag to compare

Added

  • Added securityContext configuration capability to the chart
  • Added proper liveness and readiness 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 without root user
  • Fixed a bug causing a panic when no pipelines were created on a ref
  • Bumped dependencies
  • Updated Grafana dashboards

0.2.0

27 May 21:01
Compare
Choose a tag to compare

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

21 Sep 22:23
Compare
Choose a tag to compare

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