Skip to content

Commit

Permalink
[release/v2.24] Prepare v2.24.10 (#6721)
Browse files Browse the repository at this point in the history
* [release/v2.24] prepare 2.24.10

* update changelog
  • Loading branch information
xrstf authored Jun 24, 2024
1 parent 43cf612 commit 5dd3dc7
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.24.9
KUBERMATIC_VERSION?=v2.24.10
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.24.9
KUBERMATIC_VERSION?=v2.24.10
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/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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.9-0.20240617103925-2451e1d1b17f
k8c.io/kubermatic/v2 v2.24.10-0.20240624103118-f068757a51bf
k8c.io/operating-system-manager v1.4.3
k8c.io/reconciler v0.4.0
k8s.io/api v0.28.2
Expand Down
4 changes: 2 additions & 2 deletions modules/api/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1425,8 +1425,8 @@ 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.9-0.20240617103925-2451e1d1b17f h1:87x9XCsdQ8z6csmEvwHsLDyqOj6bWkWYQanQXkhTWmA=
k8c.io/kubermatic/v2 v2.24.9-0.20240617103925-2451e1d1b17f/go.mod h1:xXs4J47jhlSUzneHRLd7qimhU5AOT11SaLgjcKqo7uY=
k8c.io/kubermatic/v2 v2.24.10-0.20240624103118-f068757a51bf h1:xhvjjZrVAKl6Da27ooosB+dvPoFWlIr0crxyloOXimA=
k8c.io/kubermatic/v2 v2.24.10-0.20240624103118-f068757a51bf/go.mod h1:xXs4J47jhlSUzneHRLd7qimhU5AOT11SaLgjcKqo7uY=
k8c.io/operating-system-manager v1.4.3 h1:RyPzEwT8+0DsvZcaFqY3kcei5csdogTh9+G03vHdVKs=
k8c.io/operating-system-manager v1.4.3/go.mod h1:4buJRqOn406AYiQ7FGs4tXaySgb6Ro6Hffp6gu6FHY8=
k8c.io/reconciler v0.4.0 h1:movw1R8Q0/JC8S+d6eq9si5PvLFbX3A0x8yaDlxuFn4=
Expand Down
2 changes: 1 addition & 1 deletion modules/web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL=/bin/bash
export KUBERMATIC_EDITION ?= ee
KUBERMATIC_VERSION?=v2.24.9
KUBERMATIC_VERSION?=v2.24.10
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kubermatic-dashboard",
"description": "Kubermatic Dashboard",
"version": "2.24.9",
"version": "2.24.10",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down
24 changes: 2 additions & 22 deletions modules/web/src/assets/config/changelog.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,9 @@
{
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.24.md#v2249",
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.24.md#v22410",
"entries": [
{
"category": "fixed",
"description": "Fix cloud-init bootstrapping issues on Ubuntu 22.04 on Azure."
},
{
"category": "fixed",
"description": "Fix support for Rockylinux 8 on AWS."
},
{
"category": "fixed",
"description": "Fix a bug where unrequired `cloud-config` secret was being propagated to the user clusters."
},
{
"category": "fixed",
"description": "Fix: use correct networkpolicy port for metrics-server."
},
{
"category": "fixed",
"description": "Address inconsistencies in Helm that lead to an Application being stuck in \"pending-install\"."
},
{
"category": "fixed",
"description": "Add Kubernetes 1.28.x support for cluster-autoscaler addon."
"description": "Fix a critical regression in Applications with Helm sources, which resulted in \"release: not found\" errors."
}
]
}

0 comments on commit 5dd3dc7

Please sign in to comment.