Releases: enix/x509-certificate-exporter
Releases · enix/x509-certificate-exporter
v2.3.0
v2.2.1
v2.2.0
v2.1.0
v2.0.1
2.0.1 (2021-01-06)
Bug Fixes
- only connect using kubeconfig if connection from inside failed (1774012)
- build: add args after (fcf7af1)
- remove useless parameters (6f6b1d4)
- ci: release on github first (007e4b1)
- ci: remove gtihub remote tag before releasing (f302c5b)
- ci: use correct tag (86e658c)
- testing: fix kube api server address lookup (6a57bc2)
v2.0.0
2.0.0 (2020-11-12)
Bug Fixes
- ci: disable github release (6ce72c7)
- ci: enable buildx in release job (98d5c07)
- ci: expose variable... (0467e28)
- ci: publish multi arch image (74b9598)
- ci: push multi arch image to docker hub (8d52f0b)
- ci: remove useless comments (78fea5c)
- ci: run with latest semantic release patches (e97cc7e)
- ci: switch release job to manual (3d69584)
- documentation: readme wording (f4d3f59)
- exporter: better error catching fir valid x509_read_errors metric (fe7e0bd)
- testing: fix failing tests (2e1e46c)
Features
- build: deploy releases on github as well (182ad4b)
- build: docker build support, re-enable ci (af45d45)
- ci: build multi arch image (cd25e62)
- ci: release on gitlab and github (4fccfe3)
- ci: setup ci for k8s integration tests (83f4048)
- documentation: update readme (13bb92d)
- exporter: --trim-path-components option (1bd627c)
- exporter: add --trim-path option to remove leading elements from paths (6025b6c)
- exporter: scrappe secrets from k8s api (e14d169)
- exporter: support for yaml files / k8s config files (7a5501d)
- exporter: working exporter for pem files (da0fae1)
- exporter: x509_read_errors metric (eb7d770)
- testing: 100% code coverage (71bff52)
- testing: add integration tests (4d65004)
- testing: calculate code coverage (778f9e9)
- testing: kube integration tests (27a4c79)
refact
- exporter: delete whole repo in preparation for v2 (90f1eb6)
BREAKING CHANGES
- exporter: The project is being rewritten in go