diff --git a/content/en/docs/installation/_index.md b/content/en/docs/installation/_index.md index ce516eec827..995e6120a09 100644 --- a/content/en/docs/installation/_index.md +++ b/content/en/docs/installation/_index.md @@ -15,7 +15,7 @@ install methods are listed below for each of the situations. The default static configuration can be installed as follows: ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.0/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.yaml ``` More information on this install method [can be found here](./kubectl/). diff --git a/content/en/docs/installation/helm.md b/content/en/docs/installation/helm.md index 989f0730bf3..a124b2da973 100644 --- a/content/en/docs/installation/helm.md +++ b/content/en/docs/installation/helm.md @@ -46,7 +46,7 @@ or using the `installCRDs` option when installing the Helm chart. ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.0/cert-manager.crds.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml ``` ##### Option 2: install CRDs as part of the Helm release @@ -67,7 +67,7 @@ $ helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --version v1.6.0 \ + --version v1.6.1 \ # --set installCRDs=true ``` @@ -80,7 +80,7 @@ $ helm install \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --version v1.6.0 \ + --version v1.6.1 \ --set prometheus.enabled=false \ # Example: disabling prometheus using a Helm parameter --set webhook.timeoutSeconds=4 # Example: changing the wehbook timeout using a Helm parameter ``` @@ -97,7 +97,7 @@ $ helm template \ cert-manager jetstack/cert-manager \ --namespace cert-manager \ --create-namespace \ - --version v1.6.0 \ + --version v1.6.1 \ # --set prometheus.enabled=false \ # Example: disabling prometheus using a Helm parameter # --set installCRDs=true \ # Uncomment to also template CRDs > cert-manager.custom.yaml diff --git a/content/en/docs/installation/kubectl.md b/content/en/docs/installation/kubectl.md index 6791886ff56..819be78bd51 100644 --- a/content/en/docs/installation/kubectl.md +++ b/content/en/docs/installation/kubectl.md @@ -21,7 +21,7 @@ are included in a single YAML manifest file: Install all cert-manager components: ```bash -$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.0/cert-manager.yaml +$ kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.yaml ``` By default, cert-manager will be installed into the `cert-manager` diff --git a/content/en/docs/installation/upgrading/remove-deprecated-apis.md b/content/en/docs/installation/upgrading/remove-deprecated-apis.md index 8ff989eba3b..ae366d89051 100644 --- a/content/en/docs/installation/upgrading/remove-deprecated-apis.md +++ b/content/en/docs/installation/upgrading/remove-deprecated-apis.md @@ -14,9 +14,7 @@ We have deprecated the following cert-manager APIs: - `acme.cert-manager.io/v1alpha3` - `acme.cert-manager.io/v1beta1` -These APIs will be removed in cert-manager `v1.6.0`. -If you have a cert-manager installation that is using or has previously used these deprecated APIs you may need to upgrade your cert-manager custom resources and CRDs. This needs to be done before upgrading to cert-manager `v1.6.0`. - +These APIs were removed in cert-manager `v1.6.0`. If you have a cert-manager installation that is using or has previously used these deprecated APIs you'll need to upgrade your cert-manager custom resources and CRDs. This needs to be done before upgrading to cert-manager `v1.6.0`. ## Upgrading existing cert-manager resources