From 7a3cba287f348e90e645f9c6098aeced765e4c5a Mon Sep 17 00:00:00 2001 From: David Grove Date: Sat, 7 Feb 2026 13:06:29 -0500 Subject: [PATCH] Prepare for AppWrapper v1.2.0 release --- README.md | 2 +- site/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2107a5b..d5fb984 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,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.1.2/install.yaml +kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.2.0/install.yaml ``` The controller runs in the `appwrapper-system` namespace. diff --git a/site/_config.yml b/site/_config.yml index 672becf..4b8a19a 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.1.2 +appwrapper_version: v1.2.0 # Outputting permalink: /:categories/:title/