Skip to content

Commit

Permalink
chore: bump default versions: Talos 1.7.6, Kubernetes 1.30.5
Browse files Browse the repository at this point in the history
Bump them to the latest and greatest versions.

Signed-off-by: Utku Ozdemir <utku.ozdemir@siderolabs.com>
  • Loading branch information
utkuozdemir committed Sep 16, 2024
1 parent c4a4151 commit 423f729
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SecureBoot = "secureboot"
// DefaultTalosVersion is pre-selected in the UI, default image and used in the integration tests.
//
// tsgen:DefaultTalosVersion
const DefaultTalosVersion = "1.7.4"
const DefaultTalosVersion = "1.7.6"

const (
// TalosRegistry is the default Talos repository URL.
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/api/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const SignatureVersionV1 = "siderov1";
export const samlSessionHeader = "saml-session";
export const workloadProxyPublicKeyIdCookie = "publicKeyId";
export const workloadProxyPublicKeyIdSignatureBase64Cookie = "publicKeyIdSignatureBase64";
export const DefaultKubernetesVersion = "1.30.1";
export const DefaultKubernetesVersion = "1.30.5";
export const ServiceLabelAnnotationKey = "omni-kube-service-exposer.sidero.dev/label";
export const ServicePortAnnotationKey = "omni-kube-service-exposer.sidero.dev/port";
export const ServiceIconAnnotationKey = "omni-kube-service-exposer.sidero.dev/icon";
Expand Down Expand Up @@ -174,7 +174,7 @@ export const LabelsCompletionType = "LabelsCompletions.omni.sidero.dev";
export const PermissionsID = "permissions";
export const PermissionsType = "Permissions.omni.sidero.dev";
export const SecureBoot = "secureboot";
export const DefaultTalosVersion = "1.7.4";
export const DefaultTalosVersion = "1.7.6";
export const PatchWeightInstallDisk = 0;
export const PatchBaseWeightCluster = 200;
export const PatchBaseWeightMachineSet = 400;
Expand Down
2 changes: 1 addition & 1 deletion hack/test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "127.0.0.1 my-instance.localhost" | tee -a /etc/hosts

# Settings.

TALOS_VERSION=1.7.4
TALOS_VERSION=1.7.6
ARTIFACTS=_out
JOIN_TOKEN=testonly
RUN_DIR=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/constants/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const MinTalosVersion = "1.4.0"
// DefaultKubernetesVersion is pre-selected in the UI and used in the integration tests.
//
// tsgen:DefaultKubernetesVersion
const DefaultKubernetesVersion = "1.30.1"
const DefaultKubernetesVersion = "1.30.5"

// AnotherKubernetesVersion is used in the integration tests for Kubernetes upgrade.
const AnotherKubernetesVersion = "1.29.5"
Expand Down

0 comments on commit 423f729

Please sign in to comment.