Skip to content

Latest commit

 

History

History
123 lines (80 loc) · 4.31 KB

CHANGELOG.md

File metadata and controls

123 lines (80 loc) · 4.31 KB

Changelog

All notable changes to this project will be documented in this file.

Unreleased

0.2.3 - 2023-04-28

Fixed

  • Migrate admindb fails when user not admindbuser from niravparikh05
  • Fixed incorrect number of wg.add from tyut22316
  • Make all admindb migration queries re-entrant from akshay196

0.2.2 - 2023-03-31

Added

  • Support more than one IdP groups mapping from akshay196

Fixed

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

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

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

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