From ade6e381cfa75bc725981e6f78f9e2e6dd7c33bf Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 21 May 2026 20:39:32 -0400 Subject: [PATCH] prepare for 1.2.2 release --- README.md | 2 +- site/_config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 343dfd3..4081f68 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.2.1/install.yaml +kubectl apply --server-side -f https://github.com/project-codeflare/appwrapper/releases/download/v1.2.2/install.yaml ``` The controller runs in the `appwrapper-system` namespace. diff --git a/site/_config.yml b/site/_config.yml index bc38597..bd4fe02 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.2.1 +appwrapper_version: v1.2.2 # Outputting permalink: /:categories/:title/