From d1a7abeb1ce449ee0096f1bb4b449d81245de953 Mon Sep 17 00:00:00 2001 From: devbot Date: Tue, 19 Mar 2024 10:44:16 -0700 Subject: [PATCH] version --- Doc/Release/0.11.0-beta.1.md | 22 ++++++++++++++++++++++ Lib/Neon.Kube/KubeVersions.cs | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Doc/Release/0.11.0-beta.1.md diff --git a/Doc/Release/0.11.0-beta.1.md b/Doc/Release/0.11.0-beta.1.md new file mode 100644 index 000000000..aed714e3e --- /dev/null +++ b/Doc/Release/0.11.0-beta.1.md @@ -0,0 +1,22 @@ +# PRERELEASE + +| Component | Version | +| --------------- | :--------------------- | +| **NEONKUBE** | 0.11.0-beta.0 | +| **KUBERNETES** | 1.24.0 | + +This release is **not a production ready** and is intended to introduce new features and fixes. This release is suitable for testing purposes but be advised that prerelease features may see breaking changes in future releases or be removed completely. + +# Release Taxonomy: + +| Release Type | Usage | Description | +| :----------: | :---------------------: | :--------------------------------------------------------------------------------- | +| **ALPHA** | private testing | Used internally and potentially provided to specific users for testing purposes | +| **BETA** | public testing | Early release with no guarantee that we won't make breaking changes before release | +| **PREVIEW** | public testing | More stable early release. Release breaking changes are less likely than **BETA** | +| **RC** | release candidate | Nearly ready for a stable production release | +| **STABLE** | production | Ready for production | + +# Details + +**$TODO: DOCUMENT RELEASE DETAILS HERE!** diff --git a/Lib/Neon.Kube/KubeVersions.cs b/Lib/Neon.Kube/KubeVersions.cs index e84f9f99a..7926cb8d4 100644 --- a/Lib/Neon.Kube/KubeVersions.cs +++ b/Lib/Neon.Kube/KubeVersions.cs @@ -136,7 +136,7 @@ public static class KubeVersions /// other developers. /// /// - public const string NeonKube = "0.11.0-beta.0"; + public const string NeonKube = "0.11.0-beta.1"; /// /// Returns the branch part of the NEONKUBE version. This will be blank for release