File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ export const samlSessionHeader = "saml-session";
2121export const SignedRedirect = "v1:" ;
2222export const workloadProxyPublicKeyIdCookie = "publicKeyId" ;
2323export const workloadProxyPublicKeyIdSignatureBase64Cookie = "publicKeyIdSignatureBase64" ;
24- export const DefaultKubernetesVersion = "1.36.2 " ;
24+ export const DefaultKubernetesVersion = "1.36.3 " ;
2525export const installDiskMinSize = 5e+09 ;
2626export const MaxJoinTokenNameLength = 16 ;
2727export const authPublicKeyIDQueryParam = "public-key-id" ;
2828export const SecureBoot = "secureboot" ;
29- export const DefaultTalosVersion = "1.13.5 " ;
29+ export const DefaultTalosVersion = "1.13.8 " ;
3030export const MinTalosVersion = "1.9.0" ;
3131export const LatestSupportedTalosVersion = "1.13" ;
3232export const PatchWeightInstallDisk = 0 ;
Original file line number Diff line number Diff line change 3737 LATEST_STABLE_OMNI=$( head -n 1 <<< " ${STABLE_OMNI_TAGS}" )
3838fi
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
4646export 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
4949export INTEGRATION_PREPARE_TEST_ARGS=" ${INTEGRATION_PREPARE_TEST_ARGS:- } "
5050export ARTIFACTS=_out
Original file line number Diff line number Diff 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.
2323const 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.
3131const 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.
3737const MinDiscoveredKubernetesVersion = "1.23.0"
You can’t perform that action at this time.
0 commit comments