From 91b066df196027175a9843bff725c9cc5a23e4a2 Mon Sep 17 00:00:00 2001 From: David Grove Date: Tue, 18 Feb 2025 20:20:59 -0500 Subject: [PATCH] prepare for 1.0.5 release --- README.md | 2 +- site/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 052e337..f1ab07d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To install the latest release of AppWrapper in a Kubernetes cluster with Kueue a and configured, simply run the command: ```sh -kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.0.4/install.yaml +kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.0.5/install.yaml ``` The controller runs in the `appwrapper-system` namespace. diff --git a/site/_config.yml b/site/_config.yml index adaef1c..6834977 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -25,7 +25,7 @@ repository: project-codeflare/appwrapper # Variables for use in pages gh_main_url: https://github.com/project-codeflare/appwrapper/blob/main -appwrapper_version: v1.0.4 +appwrapper_version: v1.0.5 # Outputting permalink: /:categories/:title/