mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 17:49:51 +00:00
* chore: updated changelog for v0.2.2 release * updated kratos to v0.11.1 used by helm to complete migrations Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
3.9 KiB
3.9 KiB
Changelog
All notable changes to this project will be documented in this file.
Unreleased
0.2.2 - 2023-03-31
Added
- Support more than one IdP groups mapping from akshay196
Fixed
- Add project name validation hiteshwani29
- Fix to error out multiple bootstrap agent registration requests from niravparikh05
- Updated Documentation for APIs mabhi and niravparikh05
0.2.1 - 2023-02-24
Added
- Configure the service account lifetime from mabhi
Fixed
- User should not be able to delete project with clusters in it from mabhi
- Namespace limitation input on roles mabhi
0.2.0 - 2023-01-27
Fixed
- Fix project id is recorded as part of cluster related auditlogs from niravparikh05
Added
- Enhance: Ability to set auto generated password during installation and force reset during first login mabhi
Changed
- Upgraded Ory Kratos to v0.10.1 akshay196
0.1.9 - 2022-12-29
Added
- Enhance: record user.login event via kratos hooks mabhi
Fixed
- Fix modify userinfo service to include scope in response mabhi
- Kubectl commands work even after deleting an imported cluster from mabhi and niravparikh05
0.1.8 - 2022-11-25
Added
- Added database auditlog storage option niravparikh05
0.1.7 - 2022-11-04
Added
- Added last login field to user spec from akshay196
0.1.6 - 2022-10-14
Fixed
- Fixed creating project scoped role failed from cli niravparikh05
0.1.5 - 2022-10-10
Fixed
- Fixed issue where relay server is not coming up in arm64 (Mac M1) from niravparikh05
0.1.4 - 2022-09-30
Fixed
- Fixed issue where relay server is not coming up in arm64 (Mac M1) from sandeep540
- Fixed cluster lister and set group created at property niravparikh05
0.1.3 - 2022-08-26
Added
- Added more audit points for better visibility from vivekhiwarkar
- Added audit point for kubeconfig download meain
Fixed
- Fixed lint issues due to buf from vivekhiwarkar
0.1.2 - 2022-08-12
Fixed
- Fixed init failing with db validation error from meain
0.1.1 - 2022-08-09
Fixed
- Fix to validate bare minimum role permissions for custom roles from niravparikh05
0.1.0 - 2022-06-22
Added
- Initial release