Skip to content

Latest commit

 

History

History
173 lines (108 loc) · 7.97 KB

CHANGELOG.md

File metadata and controls

173 lines (108 loc) · 7.97 KB

Unreleased

0.2.7 (2024-02-28)

Features

  • Ability to regularly check in on the target cluster connection status (#245) (0cd2a35)

Bug Fixes

  • add custom Empty instead of google.protobuf.Empty (#291) (56fdc1c)
  • migration error on Postgresql version below 14 (#295) (8b54b40)

0.2.6 (2023-12-21)

Added

Bug Fixes

  • added yaml marshal/unmarshal for enums (#34) (35da062)

0.2.5 (2023-09-25)

Features

  • changes to view auditlogs by project role users (#225) (1b7a9a1)

⚠ BREAKING CHANGES

Prior to v0.2.4, users will not have org, partner metadata information in kratos identities which will impact audit logs screens, apply below migrations if you are upgrading paralus

update identities set metadata_public = jsonb_set(metadata_public, '{organization}', '"replace-with-your-organization-id"', true); update identities set metadata_public = jsonb_set(metadata_public, '{partner}', '"replace-with-your-partner-id"', true);

0.2.4 (2023-08-11)

Bug Fixes

  • change relays annotation of Cluster to paralus.dev/relays (#227) (749dcb4)
  • cluster list API send internal error for non-exist project (a30f80f)
  • generate fixtures for download.yaml (#236) (f5e2e77)
  • fix for org admins to view secrets with org restrictions (#235) (2965dd9)

0.2.3 (2023-04-28)

Bug Fixes

  • incorrect number of wg.add (#203) (da418fd)
  • re-running admindb migration fails (#205) (d88c82e)
  • remove references to admindbuser user in admindb migrations (#200) (e203d15)

0.2.2 - 2023-03-31

Breaking Change

  • Okta JSONNet mapper configuration for SSO login got changed to support multiple groups. This may impact the existing Okta user logins configured with paralus versions prior to v0.2.1. As a workaround use pinned Okta mapper URL to your existing Okta OIdC configuration.

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