From d96ae12d10994a3dd8e010fcc326d4e6f48dbd5a Mon Sep 17 00:00:00 2001 From: epinio-bot Date: Wed, 25 Feb 2026 02:11:09 +0000 Subject: [PATCH 1/2] chore: docs: update cert-manager referenced version v1.19.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .../other_inst_scenarios/install_epinio_on_rancher_desktop.md | 2 +- docs/tutorials/single-dev-workflow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md b/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md index 02f151c88c..5d8ca2e1bc 100644 --- a/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md +++ b/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md @@ -50,7 +50,7 @@ The Epinio installation is similar on Linux, macOS and Windows: 1. Follow the [Epinio installation process](../../installation/install_epinio.md). It uses: ```shell - kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.3/cert-manager.yaml + kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.4/cert-manager.yaml # Wait for cert-manager to stabilize diff --git a/docs/tutorials/single-dev-workflow.md b/docs/tutorials/single-dev-workflow.md index ccbf1d03d2..61f4bd67c7 100644 --- a/docs/tutorials/single-dev-workflow.md +++ b/docs/tutorials/single-dev-workflow.md @@ -73,7 +73,7 @@ Once you have your local Kubernetes cluster installed and running, you can These are the steps for Rancher Desktop: ```shell -kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.3/cert-manager.yaml +kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.4/cert-manager.yaml # Wait for cert-manager to stabilize. This should take approximately # 30 seconds depending on your Internet connection. From ac7278d86bd53f235d6b53f806f7f4255c02cbad Mon Sep 17 00:00:00 2001 From: epinio-bot Date: Tue, 10 Mar 2026 17:37:07 +0000 Subject: [PATCH 2/2] chore: docs: update cert-manager referenced version v1.20.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .../other_inst_scenarios/install_epinio_on_rancher_desktop.md | 2 +- docs/tutorials/single-dev-workflow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md b/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md index 5d8ca2e1bc..dba260f2a1 100644 --- a/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md +++ b/docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md @@ -50,7 +50,7 @@ The Epinio installation is similar on Linux, macOS and Windows: 1. Follow the [Epinio installation process](../../installation/install_epinio.md). It uses: ```shell - kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.4/cert-manager.yaml + kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.20.0/cert-manager.yaml # Wait for cert-manager to stabilize diff --git a/docs/tutorials/single-dev-workflow.md b/docs/tutorials/single-dev-workflow.md index 61f4bd67c7..b68870cc5c 100644 --- a/docs/tutorials/single-dev-workflow.md +++ b/docs/tutorials/single-dev-workflow.md @@ -73,7 +73,7 @@ Once you have your local Kubernetes cluster installed and running, you can These are the steps for Rancher Desktop: ```shell -kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.19.4/cert-manager.yaml +kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.20.0/cert-manager.yaml # Wait for cert-manager to stabilize. This should take approximately # 30 seconds depending on your Internet connection.