Releases: Infisical/infisical
Releases · Infisical/infisical
infisical-cli/v0.4.7
Changelog
- cf9e8b8 patch login bug when override empty
infisical-cli/v0.4.6
Changelog
infisical-cli/v0.4.5
Changelog
infisical-cli/v0.4.4
Changelog
infisical-cli/v0.4.3
Changelog
- 9f0313f strip v from existing tags
- a6e670e update tag fetch method to filetr for cli tags only
- 4bda67c remove check for --env for service tokens
- 5922921 add error for adding incorrect env flag for service token
- f79e1d7 update prompt selections to const
- 5a906d4 show help for update and user sub command
- fa9a730 minor changes
- 3add40b Minor changes
- d4206cd login and user update commands support for existing domain override methods
- c1b9784 resolved review concerns
- be2cf54 host API support for login and switch commands
- 4c41a7f Merge branch 'Infisical:main' into feat/multi-profile
- 954335b remove addNewUserPrompt
- fe115a7 Update user menu
- 0044299 Add user main command and add switch as sub command
- 8a67549 remove user from GetServiceTokenDetailsResponse
- 5508434 feat: CLI support for multiple user accounts logins
- 53a7e0d Merge pull request #426 from jon4hz/table
- fc8023b fix: dont get size of cygwin terminals
- c900022 feat: truncate secret value if terminal is too small
- b226642 fix: add debug log
- 933f837 feat: option to disable update check
- 7327698 fix: dont use ioutils and handle error
- aca6269 add support link for all major errors
- a4074c9 add update Instructions
- d3d5ead allow export by explicit projectId
- 1f05d6e update file permissions to be r/w only for owner
- ff82af8 remove unused GetAllWorkSpaceConfigsStartingFromCurrentPath method
- a7da858 reset cmd also delete secret backups
- b5c2f6e no login override popup when invalid private key
- 77226e0 check public and private keys before DecryptAsymmetric call
- ec22291 Revert "fix: always execute cmd in subshell"
- 16c49a9 update slack link in welcome message
- 06ea809 change color of bold welcome text
- 1236400 improve login welcome message
- c1a4ca6 Dependabot alerts #19
- 21c2fd8 address Dependabot alerts #17
- b27bc8f address dependabot alerts #18
- 2c5f263 Merge pull request #373 from jon4hz/default-env
- a0722b4 Merge pull request #372 from jon4hz/format-cfg
- 41e0395 Merge pull request #374 from jon4hz/shell
- c89e8e8 Merge pull request #375 from jon4hz/workspace
- cac83ab add debug log to workspace path location
- 5614b0f nit: method name change
- 1777f98 feat: search for workspace config in parent dir
- 45e3706 fix: always execute cmd in subshell
- 337ed1f fix: properly support default environment
- d1ea76e fix: pretty print workspace file
- 4a72d72 fix: use function to get secrets by key
- 1693db3 fix: preallocate map size
- 1ff4299 fix: improve filtering of reserved env vars
- df52c56 patch login bug in cli
- bd233eb allow git branch mapping to env
- 3c4c616 update 2fa prompt in cli
- be38844 Add 2FA in CLI
- 1d11f11 Refactor login cmd
- f2d7401 Add support for version 2 auth
- da857f3 allow to set default env in project file
- 8e85847 improve example .env file format
- 0c10bbb send error message to standard error out
- e243c72 add tags flag to secrets related command
- a61233d Release docker images for cli
- 20e536c Remove printing pathToDir
- b82f860 add ValidateEnvironmentName method
- ab27fbc add reset command
- 4c56bca Remove newline after heading in .sample-env
- a685ac3 update regex to capature comment
- 9a22975 When comments are empty, return empty byte
- b0c541f generate example .env file command
- 1e9118d delete backup secrets when new user login
- e16c0e5 Add offline secrets fetch feature
- 0d57a26 Add token flag to export command
- f1ef238 Add token flag to read secrets via service token
- 44b2bc1 modify method to check for cli updates
- a013768 fix copyright label in go source
- c086579 Merge pull request #281 from jon4hz/main
- 3d14bc9 remove env name check
- 4886537 Revert "Revert "Merge pull request #279 from jon4hz/main""
- 1878bed Revert "Merge pull request #279 from jon4hz/main"
- 1871d1a fix: improve goreleaser
- b371dad Increase cli version
- 871d80a when login expired, do not ask to override login
- cb080b3 increase cli version
- 9950c5e empty commit
- bc955a9 increase cli version
- 37de32e return proper error
- 6eb8180 Skip update check if github returns non-200
- a6f480d increase CLI
- 0413059 patch executeMultipleCommandWithEnvs when no /bin/zsh
- 1e4f6a4 increase CLI
- a73fc6d add cli version check before every command
- 840efbd Update API_URL to INFISICAL_API_URL
- b91dc9e increase cli version
- 7cc341e update INFISICAL_DEFAULT_API_URL constant name
- 5297133 Set INFISICAL_URL to nothing
- 7a6230f Change INFISICAL_URL to API_URL
- 74fb64b fix edge case of input same as default clobber env
- 3c28246 Allow INFISCAL_URL to use domain for self-hosted
- b6ed6ad increase cli version
- 3fc68ff patch secret override for run/export command
- 40696e4 increase CLI version
- 37ee814 revert default api domain
- 9e55102 Switch to v2/secrets CURD api for cli
- 3cd9241 increase cli version
- 98d84b6 add FormatDotEnvExport to list of available formats
- 799a839 feat: adding new export format
- d579684 increase version
- 35466a7 Modify get secrets logic
- 9762b58 fix typo in login message
- 9aa8bfa check if err is not nil first before checking error prefix
- 60a03ca Add error for when no login/no token
- b702f29 Add warning log
- 12e104e Fix windows run bug by adding proper split on envior
- b6ce660 add self recover when key not found in keychain
- b03bd5f set keyring to use defult keychain
- 6bd908f allow viewing all secrets with service token
- 5186064 allow export to run with service token
- 6afb276 Only show pass phrase env if env is not set
- 7152e16 add message to avoid typing in file passphrase
- b60f0c1 Increase cli version and decode hex for service token encryption key
- 68b99b9 central logging and 2v service token
- 2c8c7a1 add helper functions to check workspace and login status
- 764636c Add service token v2 api into cli
- fe05732 update host to prod host
- 59f5ad7 add expand flag to crud sli
- 7e71e3c v1 crud secrets complete
- daf8a73 add dynmaic workspace and user creds for secrets cmd
- ccb1c31 add set command for crud cli
- ac4b67d delete, get and create via cli
- 618dc10 Added .NET to available frameworks
- 9ef6f9e ci: add autocompletion and manpage
- 2473ad0 Update cli to 0.1.16 to trigger arch linux release
- dcbf852 update secret override desc
- 44da5da update CLI version
- 9e28ba9 Add secret override flag to CLI
- 28335ce update version
- ee0a95c add faq link when key ring error
- 78d4fb2 create config dir if it doesn't exist
- 8c10ae7 update cli version
- dd7b2dc Remove creating instance on PersistentPreRun
- 3b6b9d4 Remove creating instance on PersistentPreRun
- f22d427 add support for multiple keyring
- dc9c6b9 add chained command support
- f01e8cb add multi command
- 3626ef2 add yaml export
- 1808ab6 fix variable assignment when pulling via token
- aa55440 fix variable assignment when pulling via token
- b25908d add mono repo support
- aa218d2 Update email regex
- 58b252a Loosen email regex
- 9436f40 Merge pull request #90 from edgarrmondragon/feat/export-cmd
- bbc23ac Use encoding/csv to build the CSV output
- 793eaee Address PR feedback
- 3db1ff2 modify error model
- 90eb292 Add an
export
command - 2acea4f push new cli release to populate release page
- 3636e55 rename substitute flag to expand and add to docs
- 746ded9 Add substitute flag for run
- 7d289d5 rough imp, unable to debug further recursion
- 0b91fd6 add --republish to cloudsmith script
- b84538f update version
- 3689d75 update login email regex check
- 16061a0 increase version and fix infisical token name
- 2f1e2ac Update to new backend
- 2420a41 Added helpful message to show secrets are being injected
- 47ad4f0 update .deb files to be any-distro/any-version
- 2062d66 change flag --stage to --env
- e66c30b update go dependencies
- 688aa85 fix cloud smith upload to cd into dist
- 7924082 move cloud smith uploader to root
- bea0ff6 Add frontend, backend and CLI
v0.4.2
Changelog
- e0d5644 Add back service token data select fields for GET endpoint
- acb90ee Add frontend migration support for existing project to be blind-indexed
- b62ea41 Add workspaces v3 endpoints for blind-index naming/labeling
- 763ec1a And workspace-environment specific integrations syncs to secrets v3 endpoints, add PostHog
- e5e15d2 Begin foundation for secrets v3
- d9afe90 Begin frontend for blinded indices
- 3eb810b Checkpoint
- fcb677d Checkpoint argon2id test to generate blind index
- df83e8c Complete first iteration of CRUD secrets operations by name
- ad5852f Enable all auth clients for secrets v3, remove serviceTokenData .populate in middleware, make secret versions and rollbacks compatible with blind indexing
- 7183546 Fix dashboard bugs
- c717233 Merge branch 'main' of https://github.com/Infisical/infisical
- 3846c42 Merge pull request #508 from Infisical/secrets-v3
- bcba2e9 Merge pull request #514 from satyamgupta1495/patch-1
- 3dfb85b Merge remote-tracking branch 'origin' into secrets-v3
- 5115492 Translated readme in Hindi Language
- 7127b60 Undo last README change
- 9f94413 Update docs for blind indices and secrets v3 endpoints
- 03110c8 Update package-lock.json
- 338d287 Update package-lock.json
- 7fc01df Update package-lock.json
- d717430 add faq for self hosting
- 4bda67c remove check for --env for service tokens
v0.4.1
v0.4.0
Changelog
- 802cb80 Add helm chart video tut
- afa7b35 Add public key to service account creation modal
- d547532 Add required endpoints/functions for service account to create service tokens
- 5032450 Add service account support for organization endpoints and update docs images
- b21a8b4 Add supabase docs, modify integration docs wording, check integration middleware
- 710364e Add support for service variables to Railway integration, add docs for Railway
- c175519 Add support for syncing to Vercel preview branches
- 0044299 Add user main command and add switch as sub command
- 98dcc42 Begin Railway integration, frontend, getApps
- d824305 Begin Supabase docs
- aa53de9 Begin refactoring middleware for service accounts
- 9c18adf Begin service account middleware
- aa108d5 Begin v3 secrets
- d36d7bf Checkpoint service account functionality, added UI and general backend structure
- ebdcccb Checkpoint service accounts
- 8fb473c Checkpoint service accounts
- 88c0a46 Clean up and weave crypto into service account permissions
- 9df8e89 Continue refactoring remaining middleware to be compatible with multiple clients
- 806448a Correct service token telemetry depending on creating entity
- db8ce00 Docs to point cli to selfhost on windows
- cbf05b7 Finish first iteration of Railway integration
- 903560a Finished the env overview feature
- 810554e First commit of env overview
- f6e2312 Fix merge conflicts
- cfc9470 Fixed merge conflicts
- afdf971 Fixed path in docs
- 1247813 Fixing UI, UX, and bugs in the dashboard
- ecb182a Fixing UI, UX, and bugs in the dashboard
- 44c716a Fixing minor bugs in dashboard and billing
- 273f422 Init models for permission, service account, and service account key
- 68deea2 Make host name optional
- 4c41a7f Merge branch 'Infisical:main' into feat/multi-profile
- 7c33b61 Merge branch 'heads/main' into fix/helm-charts-improvements
- 5cb6c66 Merge branch 'heads/main' into fix/helm-charts-improvements
- 3907c99 Merge branch 'main' into birdseye-view
- d40758a Merge branch 'main' into snyk-upgrade-3f3d5368cc3b2bbb1bc7ecf70c71c625
- 6cb036b Merge branch 'main' into snyk-upgrade-5364ad43aff0d54873feea82482cb023
- 676d0a7 Merge branch 'main' into snyk-upgrade-5364ad43aff0d54873feea82482cb023
- 11ac5d1 Merge branch 'main' into snyk-upgrade-92cb55bf13238343efcdc817c6e6b2ce
- 4dd9670 Merge branch 'main' into snyk-upgrade-aba197e4f121a17ffaf02cd20097245f
- 0ad8075 Merge branch 'main' into snyk-upgrade-ae9971a130863ea0dd7614699a93f40b
- f1c2512 Merge branch 'main' into snyk-upgrade-f7e4421cf1dcf4abd7da31a7f2f0269c
- 5fb7b55 Merge branch 'main' of https://github.com/Infisical/infisical
- 8843948 Merge branch 'main' of https://github.com/Infisical/infisical
- 7ec5f0d Merge pull request #439 from Grraahaam/fix/helm-charts-improvements
- 5855c85 Merge pull request #443 from akhilmhdh/feat/new-dashboard
- 830368b Merge pull request #453 from Infisical/snyk-upgrade-5364ad43aff0d54873feea82482cb023
- 592cef6 Merge pull request #459 from Infisical/snyk-upgrade-5b74ea7bb92da36a422bbf22d2389650
- d19c293 Merge pull request #461 from Infisical/snyk-upgrade-68a4ecfcd221d249c48614d7d7a47ab6
- 5149f52 Merge pull request #462 from Infisical/snyk-upgrade-15aecde6d4745facead24cb7fb372005
- 4875cac Merge pull request #463 from Infisical/snyk-upgrade-363d8de4e07190af10bb7d948bd05cf8
- 2a8a90c Merge pull request #464 from Aashish-Upadhyay-101/test-crypto-and-posthog
- 84d46a4 Merge pull request #466 from Aashish-Upadhyay-101/user-remove-notification-typo
- 00b17d2 Merge pull request #467 from Infisical/snyk-upgrade-0ea5952cd096302b197acdddf41b8188
- 250428c Merge pull request #468 from Infisical/snyk-upgrade-3f3d5368cc3b2bbb1bc7ecf70c71c625
- eb94ad5 Merge pull request #469 from Infisical/snyk-upgrade-8427871e6a576319fcd05f240276f7da
- 520c294 Merge pull request #471 from Infisical/snyk-upgrade-1afcc79e653f80864b072e202c5af918
- a3b35a9 Merge pull request #478 from Infisical/snyk-upgrade-107238710f6bc2ba87fa8a7314c55fe2
- 1bb3115 Merge pull request #481 from quinton11/feat/multi-profile
- 56cc77e Merge pull request #486 from Infisical/vercel-preview-branches
- d6ed456 Merge pull request #488 from Infisical/snyk-upgrade-c74bcdca67fc70a1214aee998010b3e4
- 6a3d6ec Merge pull request #489 from Infisical/snyk-upgrade-0afc777ee2d9380ebff1888a241d4d4a
- 0c3c15b Merge pull request #490 from Infisical/snyk-upgrade-417b9ee764e0ce7eb85b51db9c2ffdda
- 7e15e73 Merge pull request #491 from Infisical/railway
- 192e3be Merge pull request #492 from Infisical/fix-railway-sa-errors
- 0b7508b Merge pull request #495 from Infisical/improve-service-accounts
- ac8b131 Merge pull request #496 from akhilmhdh/rollback/dashboard
- 0a9dc7a Merge pull request #497 from Aashish-Upadhyay-101/Supabase-Integration-Updated
- d38432e Merge pull request #499 from Infisical/birdseye-view
- d1c62d6 Merge pull request #500 from sheensantoscapadngan/adjustment/allow-multiselect-for-secrets-deletion
- 12d8e14 Merge pull request #501 from sheensantoscapadngan/feature/added-service-token-never-expire-1
- 44a7eb8 Merge pull request #503 from Infisical/service-accounts-with-k8-operator
- 1348c94 Merge pull request #504 from Infisical/snyk-upgrade-92cb55bf13238343efcdc817c6e6b2ce
- 7a2192c Merge pull request #505 from Infisical/snyk-upgrade-ae9971a130863ea0dd7614699a93f40b
- b258cbd Merge pull request #506 from Infisical/snyk-upgrade-f7e4421cf1dcf4abd7da31a7f2f0269c
- bb60e1d Merge pull request #507 from Infisical/snyk-upgrade-0aba917b89e37535cd36bc3e962221b0
- 3adbb73 Merge pull request #510 from Infisical/snyk-upgrade-51cc31a6d1afe5b1d4d65d58bb609257
- 7d8c6eb Merge pull request #511 from Infisical/snyk-upgrade-aba197e4f121a17ffaf02cd20097245f
- 2e428f9 Merge pull request #512 from Infisical/snyk-upgrade-93cddd3ce0262fa45d130dffdccf8932
- 7a926fb Merge pull request #513 from Infisical/snyk-upgrade-a9ff8e4e7d9befabd7d947ce7f0c25b3
- c768383 Merge remote-tracking branch 'origin' into improve-service-accounts
- 242f362 Merge remote-tracking branch 'origin' into improve-service-accounts
- 7eae239 Merge remote-tracking branch 'origin' into improve-service-accounts
- 3791ba2 Merge remote-tracking branch 'origin' into improve-service-accounts
- 83be9ef Merge remote-tracking branch 'origin' into improve-service-accounts
- 57ee287 Merge remote-tracking branch 'origin' into railway
- 35d345f Merge remote-tracking branch 'origin' into service-account
- 54e099f Merge remote-tracking branch 'origin' into service-account
- c797901 Merge remote-tracking branch 'origin' into service-account
- a3b2d1c Merge remote-tracking branch 'origin' into service-account
- 3add40b Minor changes
- c405469 Minor dashboard updates
- a3093de Patch GitHub integration organization owner
- 9c3a426 Patch lint error
- a7880db Patch service account UI in audit logs, add lastUsed for API keys and service accounts/tokens
- 365daa9 Remove service accounts from permitted secrets auth modes for now
- 729aacc Resolve merge conflicts
- c9e12d3 Revert "typo fixed"
- 48cd2bd Rolled back the dashboard
- 3a0ce7c Service account checkpoint
- 5bbe09e Substitute hardcoded auth modes for variables
- 92e04c4 Update Chart.yaml
- 8f08c49 Update README.md
- 6b1f704 Update README.md
- 49559fb Update contributors in README
- 49a690b Update envars.mdx
- cca9476 Update helm chart docs
- e213988 Update middleware for requireSecretAuth
- 99dd661 Update middleware for service token data
- fe115a7 Update user menu
- ed7dbb6 Updated bot, integration, and integrationAuth middlewares to support multiple clients
- 12e16b4 [Adjustment][Sheen] removed additional prompt when deleting secret
- c1f39b8 [Feature][Sheen] added never expire service token
- 689ac6a add back .populate(tags) to secrets GET via service token
- 576381c add back user populate
- 92df5e1 add docs for new k8 oper with service account
- 70668d7 add docs for using k8 controller with service acounts
- 553703d add ingress controller to helm chart
- bec80de add integ tests for fetching/secrets secrets with jwt/service token
- c7a402c add integ tests for service token with overrides
- dda5f75 add integration tests for checking service token with overrides
- 8c450d5 add integration tests for service-tokens
- 9f1f709 add service token field in helmchart for k8
- df2e0e0 add service token to auth methods block for k8
- 04d4609 address package fixes
- 5585893 allow service account to fetch secrets
- e2c67ff allow service tokens to continue to support overrides
- e2df6e9 chore(chart): breaking change version bump + docs
- 510d5f0 chore(chart): discard secret-operator changes
- 0008ff9 chore(chart): improved NOTES.txt commands format/layout
- ba240f9 chore(doc): add INVITE_ONLY_SIGNUP description
- 93d07c3 chore(doc): restore link to the web doc
- 164da9d chore(doc): updated helm parameters doc + 0.1.16 upgrade instructions
- 278f1ca chore(doc): updated scripts and docs
- b2663fb chore(pr): pull request template comments
- fc41be9 chore(script): add local installation example scripts
- 744caf8 chore(script): remove auto-generated variables from setup script
- 83ddba2 conditionally set https
- 5c15fab correct HTTPS_ENABLED cast
- e0ac12b default to prod when no node env
- fef1adb expand backup explanation
- bdb71d1 feat(chart): added updatedAt annotation to apps dpl and pod
- b7a1689 feat(chart): env variables auto-generation
- b42c331 feat(ui): added api hooks and state hooks for dashboard
- 686d3c4 feat(ui): added ui components for new dashboard
- 4cce75d feat(ui): implemented the new dashboard page
- 2a64d65 feat(ui): rollback to old dashboard page
- 5508434 feat: CLI support for multiple user accounts logins
- 91c83e0 fix typo notification message
- c8b6eb0 fix(chart): NOTES.txt typos
- 95bb9e2 fix(chart): add INVITE_ONLY_SIGNUP variable
- c034b62 fix(chart): default secret name to the service fullname
- aa5d761 fix(chart...
v0.3.7
Changelog
- ff2ee98 Add GitLab and Azure Key Vault docs
- 885d348 Add Ja link
- c71ee77 Add Japanese README.md
- 1f316a0 Add SveteKit to the docs sidebar
- 50da0a7 Add cli docs for supported environment variables
- 175b4a3 Add docs for Node SDK
- bb70ff9 Add docs for k8 Global configuration
- c73d64d Add secret recovery for setting deleted secrets for Azure integration
- b5998d7 Adding SvelteKit in the frontend app
- 6a5f2d0 Adding sveltekit into the index
- 3f3516b Checkpoint GitLab integration group support
- b868b6a Clean up infisical-node
- 200cefc Complete Azure integration
- 7fd06e3 Complete preliminary addition of infisical-node to support service tokens
- 00a07fd Correct port in linux selfhost setup
- cb905e5 Create sveltekit.mdx
- 0269b58 Finish support for GitLab groups integration
- 78cb18a Fix lint errors
- 56187ec Fix lint errors
- 971ac26 Fix lint errors
- 7854a5e Fix stripe checks
- eebe3c1 Fix: Unable to login after deleting all projects
- 3a858e7 Fixed broken docs link
- 3ac98ba Improve SDK, quickstart, token, features docs
- 3d818f9 Make root/example default DB user in development
- 8adc53a Merge branch 'Infisical:main' into main
- 5baab76 Merge branch 'main' into fix/update-pt-br-copies
- 298c870 Merge pull request #370 from Neeraj138/login-after-delete-all-projects
- edc4382 Merge pull request #378 from caioluis/fix/update-pt-br-copies
- 98b443d Merge pull request #380 from jon4hz/tf
- 27e4f49 Merge pull request #387 from MatthewJohn/main
- 913067f Merge pull request #390 from jorgeteixe/main
- 71261e7 Merge pull request #394 from ha-sante/patch-1
- 14206de Merge pull request #398 from Infisical/patch-azure
- 1dc59d0 Merge pull request #399 from eltociear/add-ja
- 0e11ff1 Merge pull request #400 from Infisical/snyk-fix-0ab98e0c00b32ecebcd11cb2298f542f
- d8ff36f Merge pull request #400 from Infisical/snyk-fix-0ab98e0c00b32ecebcd11cb2298f542f
- 85e5319 Merge pull request #401 from jon4hz/update-check
- 12701bd Merge pull request #402 from Aqib-Rime/update_overview_docs
- d932771 Merge pull request #405 from jerriclynsjohn/patch-1
- 23d09c3 Merge pull request #407 from jerriclynsjohn/patch-2
- fc7c302 Merge pull request #410 from jerriclynsjohn/add-sveltekit
- 4edfc1e Merge pull request #411 from Infisical/revised-service-token-docs
- cdbc6f5 Merge pull request #423 from Infisical/check-integrations
- d899768 Merge pull request #424 from Aashish-Upadhyay-101/aashish/example-docs
- 53a7e0d Merge pull request #426 from jon4hz/table
- 1e859c1 Merge pull request #429 from Infisical/check-vercel
- 63adc18 Merge pull request #430 from simonemargio/main
- d103c81 Merge pull request #432 from Infisical/add-infisical-node
- bb2bcb8 Merge pull request #438 from xinity/xinity_infisical_typofix
- 51f4ab4 Merge pull request #440 from Aashish-Upadhyay-101/aashish/backend-test-setup
- 77bf857 Merge pull request #454 from Infisical/snyk-upgrade-bd2ac852078ffa54b1f933925aa5b9b2
- b365595 Merge pull request #455 from Infisical/snyk-upgrade-e1243e9e41daf282bfbdaff72c202760
- e88ed97 Merge pull request #456 from Infisical/snyk-upgrade-5e724fb56e71fa4a80f2c790e01b36b7
- 34edab2 Merge pull request #460 from yoobato/main
- 31111fc Merge remote-tracking branch 'origin' into add-infisical-node
- 2ec3143 Merge remote-tracking branch 'origin' into add-infisical-node
- 61d4da4 Merge remote-tracking branch 'origin' into revised-service-token-docs
- e6e3d82 Modify healthcheck and server on-close to close database connection
- db48ab8 Modify healthcheck.test
- 721af0f Paginate Netlify sites
- 5860136 Patch serviceTokenData workspace string comparison
- 76fc828 README.md Italian translation
- a6c8638 Refactor infisical-node to config file for birds eye view of envars
- 809a551 Remove 1X1 call
- ec0e77c Remove unecessary 'cd' during download of nginx config in linux selfhost setup
- 2963617 Removed the add to project button for new people
- 5b65ade Resolve merge conflicts
- d705440 Revamp Node SDK docs
- 6abbc1c Revise docs for working with CRUD secrets
- 1487afb Show invite code to send if no email service in modal
- fb1f93a Skip adding users if no email service
- 38efb6a Solved the issue with empty secret names
- dabc7e3 Solved the issue with empty secret names
- b591d63 Update Node SDK docs
- 0a71c99 Update README.md
- 06e26da Update README.md
- f475daf Update README.md
- 88a208f Update README.md
- 7dd28a5 Update create-secrets.mdx
- 66fae1f Update docker.mdx
- ef4a316 Update docker.mdx
- ed73ded Update docker.mdx
- 935db12 Update faq.mdx
- a676ce7 Update features.mdx
- 3b37a03 Update overview.mdx
- e7e2a86 Update overview.mdx
- 0b2e6a0 Update self hosting docs
- 9b2a317 add default jwt life time
- c5ee481 add dropdown option for spanish locale
- dce5c8f add emailConfigured to status api
- f9f30ef add integrations to main nav in docs
- a5c8c9c add rbac for config
- 1dbda58 add spanish locale files
- 10f75c8 add terraform docs
- c019d57 allow global defaults for secrets operator
- 6faf9bf bug fix for #403
- 5c55e6e clean up prod nginx
- 9e8e538 example test to resolve CI fail
- 2c46e8a feat(webui-localization): fix and update pt-br copies
- 933f837 feat: option to disable update check
- c900022 feat: truncate secret value if terminal is too small
- b944e8b fix typo in self host docs
- b226642 fix: add debug log
- fc8023b fix: dont get size of cygwin terminals
- 7327698 fix: dont use ioutils and handle error
- 13e067d fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities
- 1cc8824 fix: upgrade @sentry/node from 7.38.0 to 7.39.0
- 2916c05 fix: upgrade posthog-node from 2.5.3 to 2.5.4
- 6e3ee3f fix: upgrade swagger-ui-express from 4.6.1 to 4.6.2
- 83e1900 get site url from request
- 87c99df jest test basic setup
- fdae510 merge backend
- 2bbcd3d parse invite url from mutationFn
- 1090a61 python create_secrets, update_secrets and delete_secrets docs
- 42374a7 python retrieve_secrets docs
- 18bbe09 remove background from aws deploy btn
- 119600b remove site url env var from frontend
- 71fe15d remove ssl cert in nginx
- 1489604 send back invite url if no email service
- ded5c50 setup done !
- 8e55d17 show popup when email not configured
- 46f2b7a test setup
- 778631f typo fix
- 70967ac update AWS and AZURE integrations
- c8110c3 update helm chart with rbac for configmaps
v0.3.6
Changelog
- a89fccd Add support for Zoho email
- 9914414 Added Kubernetes to the integrations list
- 0cc4286 Added notifications for wrong file types when dropping
- 2f8d914 Merge pull request #391 from Aashish-Upadhyay-101/Aashish-Upadhyay-101/GitLab-integration
- efff841 Updated slack link
- aca6269 add support link for all major errors
- d948923 add typescript types to secret versions
- a4074c9 add update Instructions
- d3d5ead allow export by explicit projectId
- 74d17a2 axios changes to request
- 77226e0 check public and private keys before DecryptAsymmetric call
- 205ec61 improve export and run command docs
- d537bd2 merge conflict resolve
- 2f045be missing break statement
- b5c2f6e no login override popup when invalid private key
- 40ddd3b remove console.log() i.e used for testing
- ff82af8 remove unused GetAllWorkSpaceConfigsStartingFromCurrentPath method
- a7da858 reset cmd also delete secret backups
- 0d16f70 update export command docs with proejctId flag
- 1f05d6e update file permissions to be r/w only for owner