v0.162.17
Added 6
- Fill account fields from a pasted connection string in PAM
- Redis account type for PAM
- Redis web access for PAM
- Support issuing CA certificates from AWS Private CA in PKI
- Add extraArgs to gateway helm chart
- Remove deprecation banner for self serve customers
Changed 7
- Re-vamp org selection page
- Revise access restricted display
- Truncate org name on invite and display disabled email field
- Update the access restricted banner to v3 components
- Revise identity alert UI
- Show disabled certificate profiles for API enrollment in PKI
- Move GCP sync regions to an advanced accordion
Fixed 8
- Delete alerts when deleting identity
- Send recovery email to user.email instead of username
- Remove text balancing from dialog headers
- False secret-approval-policy error when moving folders by dropping implied folder-read gate
- Validate certificate id params as UUIDs in cert-manager certificate routes
- Avoid interval overflow for expire alerts
- Correct project highlight when projects share name
- Constrain modal content height in dialog
What's Changed
- feat(pam): fill account fields from a pasted connection string by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7504
- fix: delete alerts when deleting identity by @Thiago-AS in https://github.com/Infisical/infisical/pull/7507
- docs(style): add dark mode by @adkah in https://github.com/Infisical/infisical/pull/7508
- improvement: re-vamp org selection page by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7521
- docs(style): fix icon color on card components by @adkah in https://github.com/Infisical/infisical/pull/7528
- fix(ui): remove text balancing from dialog headers by @andrewhuhh in https://github.com/Infisical/infisical/pull/7533
- fix: send recovery email to user.email instead of username by @Thiago-AS in https://github.com/Infisical/infisical/pull/7537
- docs(secrets-mgmt): audit quickstart by @adkah in https://github.com/Infisical/infisical/pull/7531
- improvement: revise access restricted display by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7534
- feat(pam): redis account type by @x032205 in https://github.com/Infisical/infisical/pull/7447
- feat(pam): redis web access by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7510
- docs(assistant): hide floating bubble by @adkah in https://github.com/Infisical/infisical/pull/7551
- docs(config): add contextual options by @adkah in https://github.com/Infisical/infisical/pull/7552
- improvement: truncate org name on invite and display disabled email field by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7547
- docs: fix broken links by @adkah in https://github.com/Infisical/infisical/pull/7553
- improvement: update the access restricted banner to v3 components by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7548
- fix: fix glob pattern test popover and update docs so glob match is clearer by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7558
- docs(claude): add code comments house style to root CLAUDE.md by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7559
- feat: removed deprecation banner for self serve customers by @akhilmhdh in https://github.com/Infisical/infisical/pull/7561
- improvement: revise identity alert ui by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7532
- feat(pki): support issuing CA certificates from AWS Private CA by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7543
- fix(secret-folder): false secret-approval-policy error when moving folders (drop implied folder-read gate) by @claude[bot] in https://github.com/Infisical/infisical/pull/7556
- fix(api): validate certificate id params as UUIDs in cert-manager certificate routes by @bernie-g in https://github.com/Infisical/infisical/pull/7562
- feat: add extraArgs to gateway helm chart by @bernie-g in https://github.com/Infisical/infisical/pull/7544
- fix: avoid interval overflow for expire alerts by @Thiago-AS in https://github.com/Infisical/infisical/pull/7567
- fix: correct project highlight when projects share name by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7576
- fix(dialog): constrain modal content height by @andrewhuhh in https://github.com/Infisical/infisical/pull/7545
- fix: move gcp sync regions to an advanced accordion by @mathnogueira in https://github.com/Infisical/infisical/pull/7560
- improvement(pki): show disabled certificate profiles for API enrollment by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7535
New Contributors
- @adkah made their first contribution in https://github.com/Infisical/infisical/pull/7508
Full Changelog: https://github.com/Infisical/infisical/compare/v0.162.16...v0.162.17