Skip to content
Merged
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
22 changes: 22 additions & 0 deletions content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ To upgrade to version 1.6.x from 1.5.x:

### v1.6.0

_**March 6, 2026**_

#### Features

- Support for [Dex](https://dexidp.io/) as an authentication service. Users can now use Dex instead of Keycloak for authentication. This feature also introduces the DexConfigOperator, which simplifies configuring Dex on Kubernetes.
Expand All @@ -35,6 +37,8 @@ To upgrade to version 1.5.x from earlier minor versions, follow this migration g

### v1.5.2

_**February 17, 2026**_

#### Features

- Now exposing more information about tenant available resources in tenant status: Quota, IngressClasses, PodPriorityClasses
Expand All @@ -50,13 +54,17 @@ To upgrade to version 1.5.x from earlier minor versions, follow this migration g

### v1.5.1

_**November 10, 2025**_

#### Bug Fixes

- Fixed namespace metadata not being applied during tenant namespace creation.
- Visual improvements and bug fixes in MTO Console.

### v1.5.0

_**October 7, 2025**_

#### Features

- Separation of [Hibernation Operator](https://docs.stakater.com/hibernation-operator/latest/index.html) as a standalone child operator.
Expand Down Expand Up @@ -85,6 +93,8 @@ This migration is of non-destructive nature because resources are transferred to

### v1.4.2

_**September 8, 2025**_

#### Enhancements

- Updated Console image to have the latest design for `Showback Export functionality`, letting users download CSV with usage data of their Tenant namespaces.
Expand All @@ -96,12 +106,16 @@ This migration is of non-destructive nature because resources are transferred to

### v1.4.1

_**September 5, 2025**_

#### Enhancements

- Added `storageclasses` to Tenant status for tracking of available `Storage Classes` for a tenant

### v1.4.0

_**August 26, 2025**_

#### Features

- Separation of [Template Operator](https://docs.stakater.com/template-operator/latest/index.html) as a child operator
Expand All @@ -121,6 +135,8 @@ This migration is of non-destructive nature because resources are transferred to

### v1.3.0

_**June 11, 2025**_

#### Features

- Option to deny services with specific service accounts via [Tenant CR](./kubernetes-resources/tenant/tenant-overview.md#service-accounts)
Expand Down Expand Up @@ -150,6 +166,8 @@ This migration is of non-destructive nature because resources are transferred to

### v1.2.0

_**March 19, 2025**_

- Newly released on RedHat OperatorHub for OpenShift 4.17 and 4.18 as well.

#### Features
Expand Down Expand Up @@ -181,6 +199,8 @@ Before upgrading to v1.2.0, perform the following steps:

### v1.1.0

_**January 27, 2025**_

#### Features

- Added [Azure Pricing](./integrations/azure-pricing.md) support for Opencost via [Integration Config](./kubernetes-resources/integration-config.md#azure-pricing).
Expand Down Expand Up @@ -234,6 +254,8 @@ Before upgrading to v1.1.0, perform the following steps:

### v1.0.0

_**October 16, 2024**_

#### Features

- Added [capacity planning](./console/capacity-planning.md) feature on MTO Console to view resource usage of tenants based in their request and limits
Expand Down
Loading