Skip to content

Commit

Permalink
Update web for 2.21.13 patch release (#6280)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkprzekwas authored Oct 13, 2023
1 parent 3f3df1e commit 0636883
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 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
KUBERMATIC_EDITION?=ee
KUBERMATIC_VERSION?=v2.21.12
KUBERMATIC_VERSION?=v2.21.13
REPO=quay.io/kubermatic/dashboard$(shell [[ "$(KUBERMATIC_EDITION)" != "ce" ]] && echo "\-${KUBERMATIC_EDITION}" )
IMAGE_TAG=$(shell echo $$(git rev-parse HEAD)|tr -d '\n')
CC=npm
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kubermatic-dashboard",
"description": "Kubermatic Dashboard",
"version": "2.21.12",
"version": "2.21.13",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down
12 changes: 8 additions & 4 deletions src/assets/config/changelog.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.21.md#v22111",
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.21.md#v22113",
"entries": [
{
"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": "Fix vSphere cluster validation: If a Cluster uses a custom datastore, the Seed's default datastore should not be validated."
},
{
"category": "fixed",
"description": "Add missing images from envoy-agent DaemonSet in Tunneling expose strategy when running `kubermatic-installer mirror-images`."
"description": "Add operating system profile to the machine deployment patch object."
},
{
"category": "fixed",
"description": "Fix the empty `id_token_hint` value when logout from keycloak."
},
{
"category": "changed",
"description": "Mark all canal CRDs with preserveUnknownFields: false."
"description": "Update to OSM v1.1.4."
}
]
}

0 comments on commit 0636883

Please sign in to comment.