Skip to content

v0.2.5

Compare
Choose a tag to compare
@niravparikh05 niravparikh05 released this 25 Sep 11:22
· 35 commits to main since this release
58593a8

What's Changed

  • chore(deps): Bump aquasecurity/trivy-action from 0.11.2 to 0.12.0 by @dependabot in #249
  • chore(deps): Bump docker/build-push-action from 4.1.1 to 4.2.1 by @dependabot in #251
  • chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #250
  • adding cosign support in the release worklow to increase supply chain security by @sbdtu5498 in #237
  • chore(deps): Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #258
  • chore(deps): Bump docker/build-push-action from 4.2.1 to 5.0.0 by @dependabot in #257
  • chore(deps): Bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in #256
  • chore(deps): Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #255
  • chore(deps): Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 by @dependabot in #254
  • changes to view auditlogs by project role users by @niravparikh05 in #247
  • chore(deps): Bump docker/setup-qemu-action from 2 to 3 by @dependabot in #259
  • updated changelog for v0.2.5 release by @niravparikh05 in #260

Breaking Changes

Prior to v0.2.5, 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(coalesce(metadata_public, '{}'), '{Organization}', '"replace-with-your-organization-id"', true);
update identities set metadata_public = jsonb_set(coalesce(metadata_public, '{}'), '{Partner}', '"replace-with-your-partner-id"', true);

NOTE

If you have idp providers configured, ensure to update your jsonnet mappers to update identity metadata public information with paralus' partner and organization ids to ensure a seamless experience with auditlogs. Refer: https://www.ory.sh/docs/kratos/social-signin/data-mapping

New Contributors

Full Changelog: v0.2.4...v0.2.5