From 40409a46d7016ddc0d9ffbaa5564b79ee9a70ae1 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 27 Sep 2019 12:13:51 +0100 Subject: [PATCH] Bump version strings for v0.10.1 Signed-off-by: James Munnelly --- deploy/charts/cert-manager/README.md | 6 +++--- docs/getting-started/install/kubernetes.rst | 4 ++-- docs/getting-started/install/openshift.rst | 2 +- docs/getting-started/webhook.rst | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deploy/charts/cert-manager/README.md b/deploy/charts/cert-manager/README.md index 10ff70ed0..e892bdffb 100644 --- a/deploy/charts/cert-manager/README.md +++ b/deploy/charts/cert-manager/README.md @@ -83,7 +83,7 @@ The following table lists the configurable parameters of the cert-manager chart | `global.imagePullSecrets` | Reference to one or more secrets to be used when pulling images | `[]` | | `global.rbac.create` | If `true`, create and use RBAC resources (includes sub-charts) | `true` | | `image.repository` | Image repository | `quay.io/jetstack/cert-manager-controller` | -| `image.tag` | Image tag | `v0.10.0` | +| `image.tag` | Image tag | `v0.10.1` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `replicaCount` | Number of cert-manager replicas | `1` | | `clusterResourceNamespace` | Override the namespace used to store DNS provider credentials etc. for ClusterIssuer resources | Same namespace as cert-manager pod @@ -127,7 +127,7 @@ The following table lists the configurable parameters of the cert-manager chart | `webhook.resources` | CPU/memory resource requests/limits for the webhook pods | | | `webhook.nodeSelector` | Node labels for webhook pod assignment | `{}` | | `webhook.image.repository` | Webhook image repository | `quay.io/jetstack/cert-manager-webhook` | -| `webhook.image.tag` | Webhook image tag | `v0.10.0` | +| `webhook.image.tag` | Webhook image tag | `v0.10.1` | | `webhook.image.pullPolicy` | Webhook image pull policy | `IfNotPresent` | | `webhook.injectAPIServerCA` | if true, the apiserver's CABundle will be automatically injected into the ValidatingWebhookConfiguration resource | `true` | | `cainjector.enabled` | Toggles whether the cainjector component should be installed (required for the webhook component to work) | `true` | @@ -137,7 +137,7 @@ The following table lists the configurable parameters of the cert-manager chart | `cainjector.resources` | CPU/memory resource requests/limits for the cainjector pods | | | `cainjector.nodeSelector` | Node labels for cainjector pod assignment | `{}` | | `cainjector.image.repository` | cainjector image repository | `quay.io/jetstack/cert-manager-cainjector` | -| `cainjector.image.tag` | cainjector image tag | `v0.10.0` | +| `cainjector.image.tag` | cainjector image tag | `v0.10.1` | | `cainjector.image.pullPolicy` | cainjector image pull policy | `IfNotPresent` | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. diff --git a/docs/getting-started/install/kubernetes.rst b/docs/getting-started/install/kubernetes.rst index 7c2cc0a6e..f9891d06c 100644 --- a/docs/getting-started/install/kubernetes.rst +++ b/docs/getting-started/install/kubernetes.rst @@ -62,7 +62,7 @@ are included in a single YAML manifest file: .. code-block:: shell # Install the CustomResourceDefinitions and cert-manager itself - kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v0.10.0/cert-manager.yaml + kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v0.10.1/cert-manager.yaml .. note:: If you are running kubectl v1.12 or below, you will need to add the @@ -138,7 +138,7 @@ In order to install the Helm chart, you must run: helm install \ --name cert-manager \ --namespace cert-manager \ - --version v0.10.0 \ + --version v0.10.1 \ jetstack/cert-manager The default cert-manager configuration is good for the majority of users, but a diff --git a/docs/getting-started/install/openshift.rst b/docs/getting-started/install/openshift.rst index 14497e3dd..eff8f3952 100644 --- a/docs/getting-started/install/openshift.rst +++ b/docs/getting-started/install/openshift.rst @@ -75,7 +75,7 @@ are included in a single YAML manifest file: .. code-block:: shell # Install the CustomResourceDefinitions and cert-manager itself - oc apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.10.0/cert-manager-openshift.yaml + oc apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v0.10.1/cert-manager-openshift.yaml .. note:: The ``--validate=false`` flag is added to the ``oc apply`` command above diff --git a/docs/getting-started/webhook.rst b/docs/getting-started/webhook.rst index 75733c4b8..7b672e08c 100644 --- a/docs/getting-started/webhook.rst +++ b/docs/getting-started/webhook.rst @@ -193,14 +193,14 @@ To re-install cert-manager without the webhook, run: .. code-block:: shell - kubectl delete -f https://github.com/jetstack/cert-manager/releases/download/v0.10.0/cert-manager.yaml + kubectl delete -f https://github.com/jetstack/cert-manager/releases/download/v0.10.1/cert-manager.yaml - kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v0.10.0/cert-manager-no-webhook.yaml + kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v0.10.1/cert-manager-no-webhook.yaml Once you have re-installed cert-manager, you should then :doc:`restore your configuration `. -.. _`cert-manager.yaml`: https://github.com/jetstack/cert-manager/releases/download/v0.10.0/cert-manager.yaml -.. _`cert-manager-no-webhook.yaml`: https://github.com/jetstack/cert-manager/releases/download/v0.10.0/cert-manager-no-webhook.yaml +.. _`cert-manager.yaml`: https://github.com/jetstack/cert-manager/releases/download/v0.10.1/cert-manager.yaml +.. _`cert-manager-no-webhook.yaml`: https://github.com/jetstack/cert-manager/releases/download/v0.10.1/cert-manager-no-webhook.yaml .. _`GKE docs`: https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters#add_firewall_rules .. _`ValidatingWebhookConfiguration`: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/