From 4a0b11fa95bc54082db03b5beb6b201b33146733 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Mon, 16 Jun 2025 18:34:00 +0300 Subject: [PATCH] [docs] Add release notes for v0.31.2 Resolves #1060 Signed-off-by: Nick Volynkin --- docs/changelogs/v0.31.2.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/changelogs/v0.31.2.md diff --git a/docs/changelogs/v0.31.2.md b/docs/changelogs/v0.31.2.md new file mode 100644 index 00000000..33537b92 --- /dev/null +++ b/docs/changelogs/v0.31.2.md @@ -0,0 +1,13 @@ +## Security + +* Resolve a security problem that allowed a tenant administrator to gain enhanced privileges outside the tenant. (@kvaps in https://github.com/cozystack/cozystack/pull/1062, backported in https://github.com/cozystack/cozystack/pull/1066) + +## Fixes + +* [platform] Fix dependencies in `distro-full` bundle. (@klinch0 in https://github.com/cozystack/cozystack/pull/1056, backported in https://github.com/cozystack/cozystack/pull/1064) +* [platform] Fix RBAC for annotating namespaces. (@kvaps in https://github.com/cozystack/cozystack/pull/1031, backported in https://github.com/cozystack/cozystack/pull/1037) +* [platform] Reduce system resource consumption by using smaller resource presets for VerticalPodAutoscaler, SeaweedFS, and KubeOVN. (@klinch0 in https://github.com/cozystack/cozystack/pull/1054, backported in https://github.com/cozystack/cozystack/pull/1058) +* [dashboard] Fix a number of issues in the Cozystack Dashboard (@kvaps in https://github.com/cozystack/cozystack/pull/1042, backported in https://github.com/cozystack/cozystack/pull/1066) +* [apps] Specify minimal working resource presets. (@kvaps in https://github.com/cozystack/cozystack/pull/1040, backported in https://github.com/cozystack/cozystack/pull/1041) +* [apps] Update built-in documentation and configuration reference for managed Clickhouse application. (@NickVolynkin in https://github.com/cozystack/cozystack/pull/1059, backported in https://github.com/cozystack/cozystack/pull/1065) + ы \ No newline at end of file