From d8f1cb54dc8d5efe0bd963914eb08dc2ed386acb Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Thu, 1 Apr 2021 11:02:55 +0200 Subject: [PATCH] bump(x509-certificate-exporter): release 1.12.0, app 2.8.1 --- Chart.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 1e99f4c..e473553 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,20 +1,20 @@ # when bumping version, please: # - replace the "changes" annotation with new content # - update "containsSecurityUpdates" if needed -version: 1.11.0 +version: 1.12.0 # when bumping appVersion, please: # - update the "images" annotation -appVersion: 2.8.0 +appVersion: 2.8.1 annotations: - artifacthub.io/containsSecurityUpdates: "false" + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/prerelease: "false" artifacthub.io/license: MIT artifacthub.io/changes: | - - Added support for PodSecurityPolicies - - Fixed insufficient memory limit for Secrets exporter + - exporter: Base image update (fixes security scan warnings) + - exporter: Fixed metrics descriptions artifacthub.io/images: | - name: x509-certificate-exporter - image: enix/x509-certificate-exporter:2.8.0 + image: enix/x509-certificate-exporter:2.8.1 - name: kube-rbac-proxy image: quay.io/coreos/kube-rbac-proxy:v0.5.0 whitelisted: true