From a8ef157d9f6a1be9e9409695585ac260b4db0b3f Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Fri, 22 Nov 2024 14:23:03 +0100 Subject: [PATCH 1/2] update --- .markdownlint.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 77dfb501b..292e7adb2 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,6 +1,6 @@ -{ - "MD007": { "indent": 4 }, - "MD013": false, - "MD024": false, - "MD029": { "style": one }, -} +MD007: + indent: 4 +MD013: false +MD024: false +MD029: + style: one From a2f38d0a5a064ba1c0ba0e1901a8093e627a72fe Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn Date: Fri, 22 Nov 2024 14:23:15 +0100 Subject: [PATCH 2/2] update --- content/changelog.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/content/changelog.md b/content/changelog.md index 38dc3550b..394d9ed75 100644 --- a/content/changelog.md +++ b/content/changelog.md @@ -4,10 +4,27 @@ ### v1.0.0 -#### Feature +#### Features + +- Added [capacity planning](./explanation/console.md#capacity-planning) feature on MTO Console to view resource usage of tenants based in their request and limits +- Added [hibernation](./explanation/console.md#hibernation) feature on MTO Console to view and manage hibernated namespaces and hibernate/unhibernate namespaces + +#### Enhancements + +- Increased the retention period of Prometheus to seven days +- Changed client for quota template IC pod to enable debugging +- Removed finalizers from namespaces: Having finalizers on namespaces have caused problems in the past especially when MTO previously ran on the cluster but is removed afterward, making namespaces stuck in deletion due to the presence of finalizers added by MTO +- Optimize cache for IC controller: Updated IC controller to not cache full CM objects but only their metadata, optimizing the size of the actual cache being created +- Added basic implementation for privileged users +- Removed limits from resources deployed via Pilot Controller +- Added user info support for database operations +- Updated image versions for Keycloak, MTO Console, and MTO Gateway +- Added job to create user for `Casbin` and embed configurations + +#### Fixes -- Added capacity planning feature on MTO Console to view resource usage of tenants based in their request and limits. -- Added hibernation feature on MTO Console to view and manage hibernated namespaces and hibernate/unhibernate namespaces. +- Updated configmap predicate to not compare data +- Restructure and fix `Casbin` rule creation: `Casbin` rules for privileged user and groups were missing that caused issue while accessing MTO Console ## v0.12.x