Skip to content

Commit

Permalink
Prepare 2.24.0 (#6388)
Browse files Browse the repository at this point in the history
* Prepare v2.24.0 release

Signed-off-by: Marvin Beckers <marvin@kubermatic.com>

* Add changelog entry for regression fix

Signed-off-by: Marvin Beckers <marvin@kubermatic.com>

---------

Signed-off-by: Marvin Beckers <marvin@kubermatic.com>
  • Loading branch information
embik committed Nov 17, 2023
1 parent 9afa642 commit 2d304d3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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.0-rc.0
KUBERMATIC_VERSION?=v2.24.0
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.0-rc.0
KUBERMATIC_VERSION?=v2.24.0
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/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.0-rc.0
KUBERMATIC_VERSION?=v2.24.0
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.0-rc.0",
"version": "2.24.0",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down
4 changes: 4 additions & 0 deletions modules/web/src/assets/config/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
"category": "fixed",
"description": "Fix multiple empty panels in MLA dashboards."
},
{
"category": "fixed",
"description": "Fix a bug where the API call to list projects was failing due to slowness."
},
{
"category": "removed",
"description": "Support for Kubernetes 1.24 and Kubernetes 1.25."
Expand Down

0 comments on commit 2d304d3

Please sign in to comment.