From 74f1928e45303e0100dfd1725f5ce6165889245f Mon Sep 17 00:00:00 2001 From: Nirav Parikh <52062717+niravparikh05@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:30:28 +0530 Subject: [PATCH] updates to changelog for v0.2.1 release (#165) --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a004c12b..414acfac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,14 @@ All notable changes to this project will be documented in this file. ## Unreleased + +## [0.2.1] - 2023-02-24 ### Added -- Configure the SA account lifetime from [mabhi](https://github.com/mabhi) +- Configure the service account lifetime from [mabhi](https://github.com/mabhi) ## Fixed -- Able to Deleted Project With Clusters In It from [mabhi](https://github.com/mabhi) +- User should not be able to delete project with clusters in it from [mabhi](https://github.com/mabhi) +- Namespace limitation input on roles [mabhi](https://github.com/mabhi) ## [0.2.0] - 2023-01-27 @@ -85,7 +88,8 @@ All notable changes to this project will be documented in this file. ### Added - Initial release -[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/paralus/paralus/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/paralus/paralus/compare/v0.1.9...v0.2.0 [0.1.9]: https://github.com/paralus/paralus/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/paralus/paralus/compare/v0.1.7...v0.1.8