Releases: Infisical/infisical
Releases · Infisical/infisical
infisical/v0.99.0-postgres
What's Changed
- fix(dashboard): pasting secrets into create secret modal by @DanielHougaard in #2859
- improvement: Add email footer with instance URL by @McPizza0 in #2856
- feat: remove plain and move to pylon by @DanielHougaard in #2861
- Update make wish text by @maidul98 in #2872
- feat: jwt auth by @sheensantoscapadngan in #2857
- misc: address cpu usage issue of secret version query by @sheensantoscapadngan in #2874
- feat: k8 operator namespace installation by @sheensantoscapadngan in #2846
- Move PKI and KMS out of Secrets projects @akhilmhdh in #2868
- feat: changed multi insert into batch insert by @akhilmhdh in #2876
- fix: group only access to project failing by @akhilmhdh in #2884
- feat: circle ci context integration by @sheensantoscapadngan in #2883
- feat(integrations): New CircleCI Context Sync by @McPizza0 in #2864
- fix: resolves a false org not logged in error by @akhilmhdh in #2888
- improv ui: don't close "Create Secrets" modal when clicking outside it by @Pranav2612000 in #2892
- misc: remove encrypted data key from org response by @sheensantoscapadngan in #2891
- feat: resolved broken breakcrumb in secret manager by @akhilmhdh in #2890
- misc: added missing helm configs for namespace installation by @sheensantoscapadngan in #2885
- feat(azure-app-integration): label & reference support by @DanielHougaard in #2858
- fix(secret-reminders): proper cleanup on deleted resources by @DanielHougaard in #2865
- feat(k8-operator): push secrets by @DanielHougaard in #2815
- Infisical SSH (SSH Certificates) by @dangtony98 in #2830
- Expose ssh endpoints to api reference, update ssh sign/issue endpoints by @dangtony98 in #2893
- Add OpenSSH dependency to standalone Dockerfiles by @dangtony98 in #2894
- CLI - SSH Capabilities by @dangtony98 in #2886
- Fix: Correct Role Description Schema to Accept Null by @scott-ray-wilson in #2896
- Feat: App Connections by @scott-ray-wilson in #2870
- fix(vercel-integration): vercel integration initial sync behavior by @DanielHougaard in #2895
- misc: added metric for api errors by @sheensantoscapadngan in #2899
- Add SSH CLI capability to load issued SSH credentials into SSH Agent via addToAgent flag by @dangtony98 in #2898
New Contributors
- @Pranav2612000 made their first contribution in #2892
Full Changelog: infisical/v0.98.0-postgres...infisical/v0.99.0-postgres
infisical/v0.98.0-postgres
What's Changed
- Template support in k8s operator by @akhilmhdh in #2771
- fix(k8-operator): fix build by @DanielHougaard in #2848
- doc: remove invalid links by @ahamez in #2807
- improvement: Slug Validation Errors by @McPizza0 in #2788
- hotfix: add missing package import by @McPizza0 in #2850
- fix(Approval Workflows): Workflows keep approval history after deletion by @McPizza0 in #2834
- feat: added endpoint to update integration auth by @akhilmhdh in #2855
- misc: add ssl setting for pg boss by @sheensantoscapadngan in #2853
- fix(dashboard): improved project creation speed by @DanielHougaard in #2862
- improvement: Better group member management by @McPizza0 in #2851
- misc: moved integration auth to params by @sheensantoscapadngan in #2866
- Fix typo in README.md by @muhammed-mamun in #2867
New Contributors
- @ahamez made their first contribution in #2807
- @muhammed-mamun made their first contribution in #2867
Full Changelog: infisical/v0.97.0-postgres...infisical/v0.98.0-postgres
infisical/v0.97.0-postgres
What's Changed
- Improvement: Copy Secrets Modal & Environment Selects Improvements by @scott-ray-wilson in #2824
- Improvement: User/Group/Identity Modals Dropdown to Filterable Select Refactor + User Groups and Secret Tags Table Pagination by @scott-ray-wilson in #2814
- Improvement: Secret Approval Form Filterable Selects by @scott-ray-wilson in #2821
- Improvement: Multi-select for Environment Selection on Create Secret by @scott-ray-wilson in #2816
- Improvements: Truncate Filterable Select List Options and Fix Null Display of User Last Name by @scott-ray-wilson in #2829
- fix: resolved reduntant min membership check over project creation by @akhilmhdh in #2833
- fix: Schema validation errors correctly returned as 422 by @McPizza0 in #2828
- feat(KMS): New external KMS support for Google GCP KMS by @McPizza0 in #2825
- feat: updated random pass generator of dynamic secret to use safe chars by @akhilmhdh in #2836
- docs(java-sdk): updated for v3.0.0 by @DanielHougaard in #2840
- Improvement(notifications): Add copyable request IDs to server side errors by @McPizza0 in #2839
- Improvement: Integration Error - Handle Response Data Empty String by @scott-ray-wilson in #2841
- feat: resolved csrf for oauth2 using state parameter by @akhilmhdh in #2797
- Improvement: Integrations Table and UI Improvements by @scott-ray-wilson in #2835
- feat: added identity id condition in identity permission of a project by @akhilmhdh in #2838
- fix: consolidate reqId and requestId fields by @DanielHougaard in #2823
Full Changelog: infisical-cli/v0.32.0...infisical/v0.97.0-postgres
infisical-cli/v0.32.0
Changelog
- dc3903f fix(cli): disabled test
- 586b9d9 fix(cli): tests failing
- 27beca7 fix(cli): request filter bug
- cfc0ca1 fix(cli): filter out dynamically generated request ID
- b96593d fix(cli): re-enabled disabled test
- 2de5896 fix(cli): update snapshots
- 1dceedc fix: dynamic secret broken due to merge of another issue
- 84ff71f Merge pull request #2740 from akhilmhdh/feat/dynamic-secret-cli
- 3d6ea32 feat: renamed dynamic_secrets to match with the command
- be39e63 feat: updated pr based on review
- 1ae6213 feat: completed dynamic secret support in cli
infisical/v0.96.1-postgres
What's Changed
- chore(azure-auth): better error on service principal not allowed by @DanielHougaard in #2754
- Fix: Handle Empty Secret Values in Update, Bulk Create and Bulk Update Secret(s) by @scott-ray-wilson in #2755
- Add sort to Github integration dropdown box by @phamleduy04 in #2741
- fix(identity): remove access tokens when auth method is removed by @DanielHougaard in #2756
- feat: added setup for production observability (metrics via OTEL) by @sheensantoscapadngan in #1924
- update docs note by @vmatsiiako in #2759
- fix(audit-logs): actor / actor ID mismatch by @DanielHougaard in #2765
- chore: check for CLI installation before pre-commit by @DanielHougaard in #2764
- chore(cli-installer): readme improvements by @DanielHougaard in #2762
- Improvement(Terraform Cloud Integration): Synced secrets are hidden from Terraform UI by @McPizza0 in #2766
- Detail error when permission validation error occurs by @akhilmhdh in #2767
- fixing small typo in docs/integrations/platforms/kubernetes by @BnjmnZmmrmn in #2768
- feat: TOTP dynamic secret provider by @sheensantoscapadngan in #2742
- misc: made identity metadata value not nullable by @sheensantoscapadngan in #2769
- fix: db error on token auth and permission issue by @akhilmhdh in #2775
- Fix: Prevent Updating Identity/User Project Role to reserved "Custom" Slug by @scott-ray-wilson in #2779
- feat(integrations): Add AWS Secrets Manager IAM Role + Region by @McPizza0 in #2778
- fix: improve project DAL error handling by @DanielHougaard in #2781
- feat: request ID support by @DanielHougaard in #2760
- fix: allow preset domains for
infisical login
by @DanielHougaard in #2761
New Contributors
- @phamleduy04 made their first contribution in #2741
- @BnjmnZmmrmn made their first contribution in #2768
Full Changelog: infisical/v0.95.0-postgres...infisical/v0.96.1-postgres
infisical-cli/v0.31.9
infisical/v0.95.0-postgres
What's Changed
- feat: TOTP authenticator by @sheensantoscapadngan in #2731
- misc: address role slug issue in invite user endpoint by @sheensantoscapadngan in #2748
- fix: add migration unlock command by @DanielHougaard in #2750
- misc: added OIDC error and edge-case handling by @sheensantoscapadngan in #2708
- misc: finalized design of totp registration by @sheensantoscapadngan in #2747
- misc: finalize org migration script by @sheensantoscapadngan in #2715
- fix: migration in loop due to cornercase by @akhilmhdh in #2743
Full Changelog: infisical-cli/v0.31.8...infisical/v0.95.0-postgres
infisical/v0.94.1-postgres
What's Changed
- fix: cli npm release windows and symlink bugs by @DanielHougaard in #2732
- misc: updated login self-hosting label to include dedicated by @sheensantoscapadngan in #2736
- doc: add docs for gitlab oidc auth by @sheensantoscapadngan in #2735
- Fix ca version migration by @maidul98 in #2738
Full Changelog: infisical-cli/v0.31.6...infisical/v0.94.1-postgres
infisical-cli/v0.31.8
Changelog
- 4053078 misc: updated login self-hosting label for dedicated