File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export const samlSessionHeader = "saml-session";
2525export const SignedRedirect = "v1:" ;
2626export const workloadProxyPublicKeyIdCookie = "publicKeyId" ;
2727export const workloadProxyPublicKeyIdSignatureBase64Cookie = "publicKeyIdSignatureBase64" ;
28- export const DefaultKubernetesVersion = "1.34.1 " ;
28+ export const DefaultKubernetesVersion = "1.34.2 " ;
2929export const installDiskMinSize = 5e+09 ;
3030export const MaxJoinTokenNameLength = 16 ;
3131export const authPublicKeyIDQueryParam = "public-key-id" ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LATEST_STABLE_OMNI=$(git tag -l --sort=-version:refname HEAD "v*" | grep -E '^v?
2424TALOS_VERSION=1.11.5
2525ENABLE_TALOS_PRERELEASE_VERSIONS=false
2626ANOTHER_OMNI_VERSION=" ${ANOTHER_OMNI_VERSION:- $LATEST_STABLE_OMNI } "
27- KUBERNETES_VERSION=1.34.1
27+ KUBERNETES_VERSION=1.34.2
2828
2929ARTIFACTS=_out
3030JOIN_TOKEN=testonly
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ const MinDiscoveredTalosVersion = "1.3.0"
2020// DefaultKubernetesVersion is pre-selected in the UI and used in the integration tests.
2121//
2222// tsgen:DefaultKubernetesVersion
23- const DefaultKubernetesVersion = "1.34.1 "
23+ const DefaultKubernetesVersion = "1.34.2 "
2424
2525// AnotherKubernetesVersion is used in the integration tests for Kubernetes upgrade.
26- const AnotherKubernetesVersion = "1.33.5 "
26+ const AnotherKubernetesVersion = "1.33.6 "
2727
2828// MinKubernetesVersion allowed to be used when creating the cluster.
2929const MinKubernetesVersion = "1.24.0"
You can’t perform that action at this time.
0 commit comments