Skip to content

Commit

Permalink
[release/v2.21] Bump version v2.21.7 (#5818)
Browse files Browse the repository at this point in the history
* Bump version v2.21.7

* Update changelog
  • Loading branch information
pkprzekwas authored Mar 13, 2023
1 parent 4c39540 commit f216aee
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 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.6
KUBERMATIC_VERSION?=v2.21.7
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.6",
"version": "2.21.7",
"type": "module",
"license": "proprietary",
"repository": "https://github.com/kubermatic/dashboard",
Expand Down
28 changes: 20 additions & 8 deletions src/assets/config/changelog.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,45 @@
{
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.21.md#v2216",
"externalChangelogURL": "https://github.com/kubermatic/kubermatic/blob/main/docs/changelogs/CHANGELOG-2.21.md#v2217",
"entries": [
{
"category": "added",
"description": "Add keepalive-time Konnectivity setting + set keepalive to 1m by default."
"description": "Add support for ca-bundle to metering cronjobs."
},
{
"category": "added",
"description": "Allow `clusterNetwork.proxyMode` update via the KKP API (PATCH endpoint)."
},
{
"category": "changed",
"description": "Update Metering to v1.0.3."
},
{
"category": "fixed",
"description": "Update machine-controller to v1.54.5. This fixes an issue with Flatcar nodes not joining the cluster for clusters that don't use OSM."
},
{
"category": "fixed",
"description": "Allow k8s version upgrade for clusters with non-amd64 nodes & Canal CNI and IPVS for all k8s versions."
"description": "Fix partially deployed CSI validating webhook on CCM/CSI migrated clusters on vSphere."
},
{
"category": "fixed",
"description": "Fix OpenStack cloud provider tenant to project fields migration."
"description": "Fix setting a provider incompatibility rule for all providers."
},
{
"category": "fixed",
"description": "Prevent DataVolumes from being Garbage Collected with KubeVirt version >=1.55.0."
"description": "Fix uppercase labels in cluster/project metrics."
},
{
"category": "fixed",
"description": "Persist annotations when upgrading a cluster."
"description": "Include tunneling agent IP in apiserver's TLS cert SANs."
},
{
"category": "fixed",
"description": "Fix a bug that was resulting in outdated Project and/or Cluster labels in metering reports."
"description": "Remove promtail sidecar from user cluster MLA that sets `fs.inotify.max_user_instances`."
},
{
"category": "fixed",
"description": "Unblock etcd backup controller's reconciliation loop in case `defaultDestination` field was missing on Seed CR."
"description": "Set proper NodePort range in Cilium config if non-default range is used."
}
]
}

0 comments on commit f216aee

Please sign in to comment.