From ddbd0595e7167ddac5b903483a27b449be3d0d5c Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 15 Jul 2026 18:37:51 -0700 Subject: [PATCH 1/2] Don't explicitly say Modelplane is v0.1 in the README Signed-off-by: Nic Cope --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72f32ffa5..b62d0e747 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ declare a model and get back a unified, OpenAI-compatible endpoint. Neither team has to know the details of the other's job. > [!WARNING] -> Modelplane is an early v0.1 release under active development. Its APIs and -> behavior can change between releases. We are building it in the open, -> collaborating with the AI inference community on integrations and capabilities. +> Modelplane is an early release under active development. Its APIs and behavior +> can change between releases. We are building it in the open, collaborating +> with the AI inference community on integrations and capabilities. ## Deploy a model From 3ff18cac22c392a04881714c36d45e47099a6a4d Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Wed, 15 Jul 2026 18:39:26 -0700 Subject: [PATCH 2/2] Install v0.2.0 This doesn't exist yet, but I'm about to cut it. Signed-off-by: Nic Cope --- docs/manifests/getting-started/configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifests/getting-started/configuration.yaml b/docs/manifests/getting-started/configuration.yaml index 830758b95..7f2b383d2 100644 --- a/docs/manifests/getting-started/configuration.yaml +++ b/docs/manifests/getting-started/configuration.yaml @@ -6,4 +6,4 @@ kind: Configuration metadata: name: modelplane spec: - package: xpkg.upbound.io/modelplane/modelplane:v0.1.0 + package: xpkg.upbound.io/modelplane/modelplane:v0.2.0