Skip to content

Commit

Permalink
[release/v2.22] Prepare v2.22.7 (#6223)
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Beckers <[email protected]>
  • Loading branch information
embik authored Sep 18, 2023
1 parent 86c4e2f commit 9a29699
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 37 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.22.6
KUBERMATIC_VERSION?=v2.22.7
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.22.6
KUBERMATIC_VERSION?=v2.22.7
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.22.6
KUBERMATIC_VERSION?=v2.22.7
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.22.6",
"version": "2.22.7",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down
38 changes: 7 additions & 31 deletions modules/web/src/assets/config/changelog.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,25 @@
{
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.22.md#v2226",
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.22.md#v2227",
"entries": [
{
"category": "changed",
"description": "Update metering to v1.0.4 with increased namespace report generation performance and Prometheus v2.37.9."
"category": "added",
"description": "Add support for Kubernetes 1.25.14 and 1.26.9."
},
{
"category": "changed",
"description": "Mark all canal CRDs with preserveUnknownFields: false."
},
{
"category": "changed",
"description": "Update telemetry-agent to v0.4.1."
},
{
"category": "fixed",
"description": "Add missing images from envoy-agent DaemonSet in Tunneling expose strategy when running `kubermatic-installer mirror-images`."
},
{
"category": "fixed",
"description": "Fix a reconcile loop for `seed-proxy-token` Secret on Kubernetes 1.27."
},
{
"category": "fixed",
"description": "Fix an issue in the kubermatic-installer mirror-images command, which led to failure on the mla-consul chart."
},
{
"category": "fixed",
"description": "Fix a bug where network and IPv6 subnet pool options were not loading during Openstack cluster creation."
},
{
"category": "fixed",
"description": "Fix support for keycloak OIDC logout. New field `oidc_provider` was introduced to support OIDC provider specific configurations. Configuring `oidc_provider` as `keycloak` will properly configure the logout workflow."
"description": "Set default Kubernetes version to 1.25.14."
},
{
"category": "fixed",
"description": "Fix a bug, for Community Edition, where the values configured for vSphere, Hetzner, and Nutanix nodes were not being persisted."
"description": "Fix migration for cluster templates failing when dynamic kubelet configuration was still configured on it."
},
{
"category": "fixed",
"description": "MLA: fix the Kubernetes overview dashboard in Grafana."
"description": "Allow expansion of side navigation on small screen sizes."
},
{
"category": "fixed",
"description": "MLA: fix configuration live reload for monitoring-agent and logging-agent."
"description": "Fix vSphere tags for initial machine deployments."
}
]
}

0 comments on commit 9a29699

Please sign in to comment.