Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates from 1.0 #217

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading