Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #296 from stakater/update-tenant-operator
Browse files Browse the repository at this point in the history
[Tenant Operator] Update Change Logs
  • Loading branch information
rasheedamir authored Mar 30, 2022
2 parents fdc79ba + c909e32 commit ee7eb7f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/sre/tenant-operator/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## v0.3.27

### Changes

- feat: TemplateGroupInstance will create resources instantly whenever a Namespace with matching labels is created

## v0.3.26

### Changes

- fix: Update reconciliation frequency of TemplateGroupInstance

## v0.3.25

### Changes

- feat: TemplateGroupInstance will now directly create template resources instead of creating TemplateInstances

#### Migrating from pervious version

- To migrate to Tenant-Operator:v0.3.25 perform the following steps
- Downscale Tenant-Operator deployment by setting the replicas count to 0
- Delete TemplateInstances created by TemplateGroupInstance (Naming convention of TemplateInstance created by TemplateGroupInstance is `group-{Template.Name}`)
- Update version of Tenant-Operator to v0.3.25 and set the replicas count to 2. After Tenant-Operator pods are up TemplateGroupInstance will create the missing resources

## v0.3.24

### Changes
Expand Down

0 comments on commit ee7eb7f

Please sign in to comment.