Skip to content

Commit ee3cf98

Browse files
committed
#1829: Kubernetes, NEONKUBE, podman, and CRI-O versions
#1829
1 parent 942c1a7 commit ee3cf98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Lib/Neon.Kube/KubeVersions.cs

+4-4
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static class KubeVersions
136136
/// other developers.
137137
/// </note>
138138
/// </remarks>
139-
public const string NeonKube = "0.10.0-beta.3";
139+
public const string NeonKube = "0.11.0-beta.0";
140140

141141
/// <summary>
142142
/// Returns the branch part of the NEONKUBE version. This will be blank for release
@@ -183,12 +183,12 @@ public static string BranchPart
183183
/// <summary>
184184
/// The version of Kubernetes to be installed.
185185
/// </summary>
186-
public const string Kubernetes = "1.24.0";
186+
public const string Kubernetes = "1.28.0";
187187

188188
/// <summary>
189189
/// The version of Kubernetes to be installed, without the patch component.
190190
/// </summary>
191-
public const string KubernetesNoPatch = "1.24";
191+
public const string KubernetesNoPatch = "1.28";
192192

193193
/// <summary>
194194
/// The version of the Kubernetes dashboard to be installed.
@@ -241,7 +241,7 @@ public static string BranchPart
241241
/// <summary>
242242
/// The version of Podman to be installed.
243243
/// </summary>
244-
public const string Podman = "3.4.2";
244+
public const string Podman = "4.7.2";
245245

246246
/// <summary>
247247
/// The version of Calico to install.

ToolBin/build-crio.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $buildScript =
5151
set -euo pipefail
5252
5353
export CRIO_VERSION=$<CRIO-VERSION>
54-
export GO_VERSION=17.5
54+
export GO_VERSION=1.20
5555
5656
# Install the package dependencies.
5757

0 commit comments

Comments
 (0)