Skip to content

Commit 1c6daf1

Browse files
committed
chore: bump default versions
Bump default versions for Talos and Kubernetes Signed-off-by: Oguz Kilcan <oguz.kilcan@siderolabs.com>
1 parent 09a97cd commit 1c6daf1

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

client/pkg/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const SecureBoot = "secureboot"
1313

1414
// DefaultTalosVersion is pre-selected in the UI, default image and used in the integration tests.
1515
// tsgen:DefaultTalosVersion
16-
const DefaultTalosVersion = "1.13.5"
16+
const DefaultTalosVersion = "1.13.8"
1717

1818
// MinTalosVersion allowed to be used when creating the cluster.
1919
// tsgen:MinTalosVersion

frontend/src/api/resources.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ export const samlSessionHeader = "saml-session";
2121
export const SignedRedirect = "v1:";
2222
export const workloadProxyPublicKeyIdCookie = "publicKeyId";
2323
export const workloadProxyPublicKeyIdSignatureBase64Cookie = "publicKeyIdSignatureBase64";
24-
export const DefaultKubernetesVersion = "1.36.2";
24+
export const DefaultKubernetesVersion = "1.36.3";
2525
export const installDiskMinSize = 5e+09;
2626
export const MaxJoinTokenNameLength = 16;
2727
export const authPublicKeyIDQueryParam = "public-key-id";
2828
export const SecureBoot = "secureboot";
29-
export const DefaultTalosVersion = "1.13.5";
29+
export const DefaultTalosVersion = "1.13.8";
3030
export const MinTalosVersion = "1.9.0";
3131
export const LatestSupportedTalosVersion = "1.13";
3232
export const PatchWeightInstallDisk = 0;

hack/test/common.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ else
3737
LATEST_STABLE_OMNI=$(head -n 1 <<<"${STABLE_OMNI_TAGS}")
3838
fi
3939

40-
export TALOS_VERSION=1.13.5
41-
export KUBERNETES_VERSION=1.36.1
40+
export TALOS_VERSION=1.13.8
41+
export KUBERNETES_VERSION=1.36.3
4242
# To use in:
4343
# - Omni upgrade tests, to prevent Talos changes interfering with Omni changes
4444
# - Talos minor upgrade tests
45-
export STABLE_TALOS_VERSION=1.12.8
45+
export STABLE_TALOS_VERSION=1.12.11
4646
export ANOTHER_OMNI_VERSION="${ANOTHER_OMNI_VERSION:-$LATEST_STABLE_OMNI}"
47-
export ANOTHER_KUBERNETES_VERSION=1.35.5
47+
export ANOTHER_KUBERNETES_VERSION=1.35.7
4848

4949
export INTEGRATION_PREPARE_TEST_ARGS="${INTEGRATION_PREPARE_TEST_ARGS:-}"
5050
export ARTIFACTS=_out

internal/pkg/constants/versions.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ import (
1414
)
1515

1616
// AnotherTalosVersion is used in the integration tests for Talos upgrade.
17-
const AnotherTalosVersion = "1.13.2"
17+
const AnotherTalosVersion = "1.13.7"
1818

1919
// StableTalosVersion is used in the integration tests for Talos upgrade between minor versions.
20-
const StableTalosVersion = "1.12.8"
20+
const StableTalosVersion = "1.12.11"
2121

2222
// MinDiscoveredTalosVersion makes Omni pull the versions from this point.
2323
const MinDiscoveredTalosVersion = "1.3.0"
2424

2525
// DefaultKubernetesVersion is pre-selected in the UI and used in the integration tests.
2626
//
2727
// tsgen:DefaultKubernetesVersion
28-
const DefaultKubernetesVersion = "1.36.2"
28+
const DefaultKubernetesVersion = "1.36.3"
2929

3030
// DefaultTalosVersion to be used in the tests.
3131
const DefaultTalosVersion = constants.DefaultTalosVersion
3232

3333
// AnotherKubernetesVersion is used in the integration tests for Kubernetes upgrade.
34-
const AnotherKubernetesVersion = "1.35.6"
34+
const AnotherKubernetesVersion = "1.35.7"
3535

3636
// MinDiscoveredKubernetesVersion makes Omni pull the versions from this point.
3737
const MinDiscoveredKubernetesVersion = "1.23.0"

0 commit comments

Comments
 (0)