Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
neonforgedevbot committed Mar 19, 2024
1 parent 3145fdc commit d1a7abe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions Doc/Release/0.11.0-beta.1.md
Original file line number Diff line number Diff line change
@@ -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!**
2 changes: 1 addition & 1 deletion Lib/Neon.Kube/KubeVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static class KubeVersions
/// other developers.
/// </note>
/// </remarks>
public const string NeonKube = "0.11.0-beta.0";
public const string NeonKube = "0.11.0-beta.1";

/// <summary>
/// Returns the branch part of the NEONKUBE version. This will be blank for release
Expand Down

0 comments on commit d1a7abe

Please sign in to comment.