Releases: Infisical/cli
Releases · Infisical/cli
v0.43.79
Changelog
- d11ce4b Merge pull request #198 from Infisical/feat/PKI-188
- e477959 Address claude-bot comments
- 8afc37d Merge remote-tracking branch 'origin/main' into feat/PKI-188
- f028c0b Merge pull request #188 from Infisical/carlos/fix-cert-agent-slug-resolution-race
- fadeed2 Renamed imported certificate to just certificate
- e0ea7e8 feat(pam): add local dev stack for seeding PAM resources (#195)
- 9cc3dab Address claude-bot comments
- 73ebb0e Cert-agent: support fetching imported certificates
- d17e57b Address claude-bot comments
- 1089a2f Await profile slug resolution before certificate issuance
v0.43.78
Changelog
- 2e62c3b Merge pull request #194 from Infisical/chore/update-pgx-version
- bd51dbc chore: update pgx dependency to v5.9.0 in go.mod and go.sum
- 26af3b1 chore: update pgx dependency to v5.9.0 and improve logging in PostgresProxy by encoding secret key as hex
- 7de65a5 Merge pull request #189 from Infisical/feature/PAM-184
- 5cba6ad Minor fix on SSH reason
- 700752c Address PR comments
- 5e5cab9 Address Claude-bot comments
- d72335b Add a reason field before PAM account access
v0.43.77
v0.43.76
Changelog
- 9faea50 feat(pam): gateway auth for kubernetes (#186)
- fedaa27 feat(pam): add e2e tests for redis (#181)
- 04bf737 Merge pull request #183 from Infisical/feat/gateway-enrollment-tokens
- 32675c0 fix: pass relay name to systemd install, use correct operation name in CallConnectGateway
- feba1f7 fix: use access token for relay selection in enrollment flow
- 2730731 refactor: remove relay selection from enrollment, handled by connect
- 93160e9 feat: use V3 /connect for enrollment-flow gateways, add CallConnectGateway
- 625ec1c fix: use enrolled access token directly instead of re-reading via env var
- 856fc31 fix: check explicit CLI flags instead of env vars for hasExplicitCreds
- 72c78c3 fix: clean up per-gateway config directory on systemd uninstall
- d52b4f8 feat: use V3 token-auth/enroll endpoint for gateway enrollment
- d464016 refactor: rename enroll-method from 'static' to 'token'
- 62e520a feat: scope gateway config files by name for multi-gateway support
- 9b91827 fix: remove legacy auth method references from token flag descriptions
- 4d06796 refactor: use EnrollMethodStatic constant instead of magic string
- 239c865 fix: remove --name flag references from command descriptions and examples
- b602fff feat: idempotent enrollment command for gateway restarts
- 38fe5b8 fix: use 0700 permissions for gateway config directory
- ce33e87 fix: use Geteuid instead of Getuid for effective root check in conf path
- facc596 fix: skip stored token loading when explicit credentials are provided
- ea34f02 fix: persist effective domain during enrollment even without --domain flag
- fe2bc62 feat: gateway name as positional arg with --name deprecated
- bd45820 feat: gateway enrollment token flow
v0.43.75
v0.43.74
Changelog
- 8149820 Merge pull request #187 from Infisical/daniel/fix-cli-release
- d8dc469 fix: cli release failing
- e822f03 Merge pull request #169 from Infisical/adilsitos/feat/ENG-4525
- 46b37a7 change flag name
- 807aa40 test: remove E2E test for sse reconnection (flaky)
- 5c181a2 add a get to trigger SSE
- cce6630 feat: try to recreate the SSE connection if the sse was defined
- 4ea7593 feat: add fallback to pooling approach
- 76eb2e9 fix: address naming comments
- eb3f282 added licensing to e2e tests
- 4f6ea97 change flag to use env to not allow secret retrieval by ps aux
- 07f73a3 fix SSE test
- d9b1abc add test for SSE into proxy
- 0670668 change sseEnabled if statement
- 7831859 change sseEnabled if statement
- 376dbee refactor: change resync commands creation
- 5c17550 add refresh token when SSE auth state is created and add ctx into requests
- 04ddb3c change to use httpclient
- 61b7473 change how the SSE request update the cache
- a960c57 remove log
- 40c6d53 feat: change how sse message keys are being stored on the cache.
- 3c91e78 add binary into gitignore
- 8ccd277 feat: change SSE to handle subscriptions for the entire project, not only specific envs
- bb6e357 feat: add sse support into proxy
v0.43.73
v0.43.72
v0.43.71
Changelog
- 86c69cd Merge pull request #173 from Infisical/feat/pam-session-real-time-log-sync
- 5906e97 fix(pam): skip incremental flush when in legacy mode
- 89dcf0b fix(pam): restore debug logs accidentally removed from uploadSessionFile
- 56ced3b feat(pam): real-time session log sync via incremental batch uploads