Skip to content

Commit

Permalink
Updates from 1.0 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn authored Nov 22, 2024
1 parent 5bb7abc commit 2fd5de6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"MD007": { "indent": 4 },
"MD013": false,
"MD024": false,
"MD029": { "style": one },
}
MD007:
indent: 4
MD013: false
MD024: false
MD029:
style: one
23 changes: 20 additions & 3 deletions content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2fd5de6

Please sign in to comment.