Skip to content

Commit

Permalink
prepare 2.24.8 (#6679)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Apr 30, 2024
1 parent 1ba5b92 commit 6ca56c5
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.24.7
KUBERMATIC_VERSION?=v2.24.8
DOCKER_REPO ?= quay.io/kubermatic
REPO = $(DOCKER_REPO)/dashboard$(shell [[ "$(KUBERMATIC_EDITION)" != "ce" ]] && printf -- '-%s' ${KUBERMATIC_EDITION})
IMAGE_TAG=$(shell echo $$(git rev-parse HEAD)|tr -d '\n')
Expand Down
2 changes: 1 addition & 1 deletion modules/api/Makefile
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.24.7
KUBERMATIC_VERSION?=v2.24.8
DOCKER_REPO ?= quay.io/kubermatic
REPO = $(DOCKER_REPO)/dashboard$(shell [[ "$(KUBERMATIC_EDITION)" != "ce" ]] && printf -- '-%s' ${KUBERMATIC_EDITION})
IMAGE_TAG=$(shell echo $$(git rev-parse HEAD)|tr -d '\n')
Expand Down
4 changes: 2 additions & 2 deletions modules/api/go.mod
Expand Up @@ -67,8 +67,8 @@ require (
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v3 v3.0.1
k8c.io/kubeone v1.7.0
k8c.io/kubermatic/v2 v2.24.7-0.20240429084243-1cfcfe3aee8f
k8c.io/operating-system-manager v1.4.1
k8c.io/kubermatic/v2 v2.24.8-0.20240430163344-616f9692b304
k8c.io/operating-system-manager v1.4.2
k8c.io/reconciler v0.4.0
k8s.io/api v0.28.2
k8s.io/apiextensions-apiserver v0.28.2
Expand Down
8 changes: 4 additions & 4 deletions modules/api/go.sum
Expand Up @@ -1425,10 +1425,10 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8c.io/kubeone v1.7.0 h1:HDUHcGZWw8v2cN1KWmeUfXVquppqlQLmDgMZdWfg1hA=
k8c.io/kubeone v1.7.0/go.mod h1:v/rybawEit3+HXPOtHyFyww0laqGzcxL0EJmdiJqQNo=
k8c.io/kubermatic/v2 v2.24.7-0.20240429084243-1cfcfe3aee8f h1:weQEA6imcn3Q8CDP9nf8ics8BA4gyuOM0wzsm424R0E=
k8c.io/kubermatic/v2 v2.24.7-0.20240429084243-1cfcfe3aee8f/go.mod h1:cXUC8ueMI/PAkdjAwZOsB8VBJrpB/a6K2rPFK+p2/1o=
k8c.io/operating-system-manager v1.4.1 h1:hUL6YA1h2i0IpiobohsQuIbsz7vDRNsKGEZuO/loPpo=
k8c.io/operating-system-manager v1.4.1/go.mod h1:4buJRqOn406AYiQ7FGs4tXaySgb6Ro6Hffp6gu6FHY8=
k8c.io/kubermatic/v2 v2.24.8-0.20240430163344-616f9692b304 h1:o7uvn20ZOLb0JKEifQpzTFX/vP6bj12I32G/FWQwzpo=
k8c.io/kubermatic/v2 v2.24.8-0.20240430163344-616f9692b304/go.mod h1:mXkjD/BwakmaePVWHtPLUs/Jrlsmoac8B8lDmI45XlQ=
k8c.io/operating-system-manager v1.4.2 h1:VWbwLvULU6njCNoS/DKaGUbbcJTmnmXYWcYbNe6ka8E=
k8c.io/operating-system-manager v1.4.2/go.mod h1:4buJRqOn406AYiQ7FGs4tXaySgb6Ro6Hffp6gu6FHY8=
k8c.io/reconciler v0.4.0 h1:movw1R8Q0/JC8S+d6eq9si5PvLFbX3A0x8yaDlxuFn4=
k8c.io/reconciler v0.4.0/go.mod h1:oQ9wCN6WyARwRn/8QWTSs3HlQg+7GxWjg45MISLsdD0=
k8s.io/api v0.28.2 h1:9mpl5mOb6vXZvqbQmankOfPIGiudghwCoLl1EYfUZbw=
Expand Down
2 changes: 1 addition & 1 deletion modules/web/Makefile
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.24.7
KUBERMATIC_VERSION?=v2.24.8
CC=npm
GOOS ?= $(shell go env GOOS)
export GOOS
Expand Down
4 changes: 2 additions & 2 deletions modules/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/web/package.json
@@ -1,7 +1,7 @@
{
"name": "kubermatic-dashboard",
"description": "Kubermatic Dashboard",
"version": "2.24.7",
"version": "2.24.8",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down
16 changes: 2 additions & 14 deletions modules/web/src/assets/config/changelog.json
@@ -1,21 +1,9 @@
{
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.24.md#v2247",
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.24.md#v2248",
"entries": [
{
"category": "fixed",
"description": "Fix template value for MachineDeployments in edit mode"
},
{
"category": "fixed",
"description": "Hotfix to mitigate a bug in new releases of Chromium that causes browser crashes on `mat-select` component"
},
{
"category": "fixed",
"description": "vSphere: fix anti-affinity DRS configuration for VMs"
},
{
"category": "fixed",
"description": "Fix Azure CCM not being reconciled because of labelling changes"
"description": "[ACTION REQUIRED] The latest Ubuntu 22.04 images ship with cloud-init 24.x package. This package has breaking changes and thus rendered our OSPs as incompatible. It's recommended to refresh your machines with latest provided OSPs to ensure that a system-wide package update, that updates cloud-init to 24.x, doesn't break the machines."
}
]
}

0 comments on commit 6ca56c5

Please sign in to comment.