Skip to content

Latest commit

 

History

History
166 lines (118 loc) · 15.5 KB

CHANGELOG-3.3.md

File metadata and controls

166 lines (118 loc) · 15.5 KB

v3.3.0

DevOps

Features

Network

Enhancements & Updates

Bug Fixes

  • Fix an issue where the gateway of a project is not deleted after the project is deleted. (kubesphere#4626, @RolandMa1986)
  • Fix an issue during gateway log query, where the log query connection is not terminated after the query is complete. (kubesphere#4927, @qingwave)

App Store

Bug Fixes

Multi-tenancy & Multi-cluster

Features

Observability

Enhancements & Upgrades

  • Add process and thread monitoring metrics for containers. (kubesphere#4711, @junotx)
  • Add disk monitoring metrics that provide usage of each disk. (kubesphere#4705, @junotx)
  • Change metric query statements to match Prometheus component upgrades. (kubesphere#4621, @junotx)
  • Add support for importing Grafana templates to create custom monitoring dashboards of a namespace scope. (kubeshere#4446, @zhu733756, console#3202 @weili520)
  • Add support for defining separate data retention periods for container logs, resource events, and audit logs. (ks-installer#1915, @wenchajun)
  • Upgrade Alertmanager from v0.21.0 to v0.23.0.
  • Upgrade Grafana from v7.4.3 to v8.3.3.
  • Upgrade kube-state-metrics from v1.9.7 to v2.3.0.
  • Upgrade node-exporter from v0.18.1 to v1.3.1.
  • Upgrade Prometheus from v2.26.0 to v2.34.0.
  • Upgrade Prometheus Operator from v0.43.2 to v0.55.1.
  • Upgrade kube-rbac-proxy from v0.8.0 to v0.11.0.
  • Upgrade configmap-reload from v0.3.0 to v0.5.0.
  • Upgrade Thanos from v0.18.0 to v0.25.2.
  • Upgrade kube-events from v0.3.0 to v0.4.0.
  • Upgrade Fluent Bit Operator from v0.11.0 to v0.13.0.
  • Upgrade Fluent Bit from v1.8.3 to v1.8.11.

Authentication & Authorization

Features

Storage

Features

Service Mesh

Bug Fixes

KubeEdge Integration

Features

Enhancements & Upgrades

  • Upgrade KubeEdge from v1.7.2 to v1.9.2.
  • Remove EdgeWatcher as KubeEdge v1.9.2 provides similar functions.

Development & Testing

Features

  • Add the --controllers flag to ks-controller-manager, which allows users to select controllers to be enabled for resource usage reduction during debugging. (kubesphere#4512, @live77)
  • Prevent ks-apiserver and ks-controller-manager from restarting when the cluster configuration is changed. (kubesphere#4659, @x893675)
  • Add an agent to report additional information about ks-apiserver and controller-manager in debugging mode. (kubesphere#4928, @xyz-li)

User Experience

API Changes