Browse Source

chore: bump 0.6.1 (#1678)

* chore: bump 0.6.1

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: increase timeout for azure/e2e test

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 3 years ago
parent
commit
2d5cb1b28c

+ 2 - 2
deploy/charts/external-secrets/Chart.yaml

@@ -2,8 +2,8 @@ apiVersion: v2
 name: external-secrets
 description: External secret management for Kubernetes
 type: application
-version: "0.6.0"
-appVersion: "v0.6.0"
+version: "0.6.1"
+appVersion: "v0.6.1"
 kubeVersion: ">= 1.19.0-0"
 keywords:
   - kubernetes-external-secrets

+ 1 - 1
deploy/charts/external-secrets/README.md

@@ -4,7 +4,7 @@
 
 [//]: # (README.md generated by gotmpl. DO NOT EDIT.)
 
-![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square)
+![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square)
 
 External secret management for Kubernetes
 

+ 5 - 3
docs/contributing/release.md

@@ -12,9 +12,11 @@ The external-secrets project is released on a as-needed basis. Feel free to open
 
 ## Release Helm Chart
 
-1. Update `version` and/or `appVersion` in `Chart.yaml`
-2. push and merge PR
-3. CI picks up the new chart version and creates a new GitHub Release for it
+1. Update `version` and/or `appVersion` in `Chart.yaml` and run `make helm.docs`
+1. push to branch and open pr
+1. run `/ok-to-test-managed` commands for all cloud providers
+1. merge PR if everyhing is green
+1. CI picks up the new chart version and creates a new GitHub Release for it
 
 ## Release OLM Bundle
 

+ 1 - 1
e2e/suites/provider/cases/azure/provider.go

@@ -157,7 +157,7 @@ func (s *azureProvider) CreateCertificate(key string) {
 }
 
 func (s *azureProvider) GetCertificate(key string) []byte {
-	attempts := 20
+	attempts := 60
 	for {
 		out, err := s.client.GetCertificate(
 			context.Background(),