Skip to content

Releases: Infisical/cli

v0.43.84

08 May 23:02
fc0ac97

Choose a tag to compare

Changelog

  • fc0ac97 Merge pull request #225 from Infisical/fix/goreleaser-skip-build
  • bfab685 fix(release): remove create-release-draft and fix --skip=build
  • 171b125 Merge pull request #223 from Infisical/PAM-205
  • 268a8e6 tiny noise fix
  • 19a086f move session cleanup to only run if a session was found and cancelled
  • 3ccfec6 Merge branch 'main' into PAM-205
  • f9dd5b6 address claude review
  • 786fcd7 codex review fix
  • 71aba63 fix: detect and clean up dead gateway connections to prevent OOM

Changelog

  • fc0ac97 Merge pull request #225 from Infisical/fix/goreleaser-skip-build
  • bfab685 fix(release): remove create-release-draft and fix --skip=build
  • 171b125 Merge pull request #223 from Infisical/PAM-205
  • 268a8e6 tiny noise fix
  • 19a086f move session cleanup to only run if a session was found and cancelled
  • 3ccfec6 Merge branch 'main' into PAM-205
  • f9dd5b6 address claude review
  • 786fcd7 codex review fix
  • 71aba63 fix: detect and clean up dead gateway connections to prevent OOM

Changelog

  • fc0ac97 Merge pull request #225 from Infisical/fix/goreleaser-skip-build
  • bfab685 fix(release): remove create-release-draft and fix --skip=build
  • 171b125 Merge pull request #223 from Infisical/PAM-205
  • 268a8e6 tiny noise fix
  • 19a086f move session cleanup to only run if a session was found and cancelled
  • 3ccfec6 Merge branch 'main' into PAM-205
  • f9dd5b6 address claude review
  • 786fcd7 codex review fix
  • 71aba63 fix: detect and clean up dead gateway connections to prevent OOM

v0.43.83

08 May 16:30
e1883c2

Choose a tag to compare

Changelog

  • e1883c2 Merge pull request #222 from Infisical/fix/cli-rdp-musl-static
  • 760fef6 fix(release): ship linux RDP binaries as fully static (musl)
  • 2232d70 Revert "Merge pull request #221 from Infisical/revert/pam-rdp-mvp"

Changelog

  • e1883c2 Merge pull request #222 from Infisical/fix/cli-rdp-musl-static
  • 760fef6 fix(release): ship linux RDP binaries as fully static (musl)
  • 2232d70 Revert "Merge pull request #221 from Infisical/revert/pam-rdp-mvp"

v0.43.82

07 May 23:58
8e70d95

Choose a tag to compare

Changelog

  • 8e70d95 Merge pull request #220 from Infisical/matheus/secrets-267-add-multi-path-support-to-infisical-run
  • c08e5fa remove “last path wins” as this is not true
  • 91cee7f use array + OverrideSecrets
  • 8d11e6a fix ETag generation by removing duplicated secrets
  • 4729a9a support multiple paths in infisical run

v0.43.81

07 May 01:40
1dd5a23

Choose a tag to compare

Changelog

  • 1dd5a23 Merge pull request #221 from Infisical/revert/pam-rdp-mvp
  • 0fe56be Revert "Merge pull request #191 from Infisical/feat/pam-rdp-mvp"
  • c6b971f Revert "Merge pull request #203 from Infisical/feat/pam-rdp-ad-support"

v0.43.80

06 May 20:39
464682d

Choose a tag to compare

What's Changed

  • fix(pam): keep session recording on upload failure (PAM-205) by @bernie-g in #199
  • feat(gateway): direct-to-bucket session recording uploads with reconciliation by @x032205 in #200
  • feat(gateway): add AWS authentication by @saifsmailbox98 in #202
  • feat(pam): native RDP client support by @bernie-g in #191
  • feat(pam-rdp): thread AD domain through RDP bridge by @bernie-g in #203
  • chore: updated tar to new version by @akhilmhdh in #219

Full Changelog: v0.43.79...v0.43.80

Changelog

  • 464682d Merge pull request #219 from Infisical/fix/tar
  • d4374ce chore: updated tar to new version
  • 37a5224 Merge pull request #203 from Infisical/feat/pam-rdp-ad-support
  • 5f90606 Merge remote-tracking branch 'origin/main' into feat/pam-rdp-ad-support
  • 82180bb Merge pull request #191 from Infisical/feat/pam-rdp-mvp
  • 05b05ad Merge remote-tracking branch 'origin/main' into feat/pam-rdp-ad-support
  • f2f4f99 fix(release): append windows artifacts to shared draft
  • 98e076f chore(pam-rdp): drop unused /target-docker from .gitignore
  • e0619d7 chore(pam-rdp): lowercase example account name in help text
  • 92102e9 fix(pam-rdp): don't shut down proxy on per-connection gateway close
  • 4e8d91e feat(gateway): add AWS authentication (#202)
  • 54e921b Merge remote-tracking branch 'origin/main' into feat/pam-rdp-mvp
  • ad8bcfc fix(release): make npm-release tolerate skipped validate-tag-branch
  • e0a9157 refactor(pam-rdp): use target username for acceptor, autofill via metadata
  • 8ffb72b refactor(pam-rdp): consolidate HandleConnection + cargo fmt
  • e350e47 feat(pam-rdp): strip virtual channels from MCS Connect Initial
  • c2b68da feat(pam-rdp): use account name as RDP acceptor username
  • 8c758e2 Merge pull request #200 from Infisical/PAM-189
  • 7675e95 feat(pam-rdp): use empty password for acceptor credentials
  • 4f0e3e2 refactor(pam-rdp): rename bridge_cgo.go to bridge_cgo_unix.go
  • c4ec7db drop haspendingchunks gate for loading secrets from disk
  • ff7d648 remove chunk splitting
  • e5d2acb docs(pam-rdp): add README for Rust bridge setup
  • c292f74 reviews
  • 4800b70 Split chunks
  • 25e6421 deletePersistedOffset only if chunks cleared
  • 3d92a88 move writePersistedOffset into loop
  • 4c89708 Merge branch 'main' into PAM-189
  • 764e44e Fixed Chunk Reconciliation And upload token persistence
  • f501d51 Merge pull request #199 from Infisical/fix/pam-205-keep-recording-on-upload-failure
  • 65ae9af address reviews
  • 6916ff6 fix(pam-rdp): address PR review feedback
  • b1ac506 feat(gateway): direct-to-bucket session recording uploads with reconciliation
  • caf9444 fix(pam): tighten startup cleanup behavior
  • 13a16d3 fix(pam): keep session recording on upload failure (PAM-205)
  • 00d06b2 feat(pam-rdp): thread AD domain through bridge for NTLM CredSSP
  • 85c23d2 fix(pam-rdp): address PR bot review comments
  • ef74e90 chore(pam-rdp): remove bridge-test harness
  • b375428 ci: shorten dry_run description in release workflow
  • e22812a fix(pam-rdp): format Safety doc as proper heading for clippy
  • 6f3ac49 ci(pam-rdp): build Rust bridge natively on windows-2022 runner
  • 7511234 ci(pam-rdp): enable RDP in Windows Docker container images
  • 57438fe ci: group goreleaser-windows into the create-release-draft column
  • 3291a54 fix(ci): link libwinpthread for windows CGO
  • 348de42 ci(pam-rdp): parallelize goreleaser + goreleaser-darwin via shared draft
  • cf674f1 chore(pam-rdp): remove rdp-bridge-test dev binary
  • 08f0809 ci(pam-rdp): ditch zig for darwin, use macos-latest runner instead
  • 3887a5a fix(ci): stub libresolv.tbd for darwin cross-compile
  • b15371b fix(pam-rdp): clean up .rdp file on session end + pin zig 0.14.0
  • 50e29ce ci(pam-rdp): bump zig to 0.16.0
  • 65aaa12 ci(pam-rdp): drop FreeBSD and NetBSD from RDP tier
  • eb75047 chore(pam-rdp): strip redundant comments across the PR
  • 2b2ccab ci(pam-rdp): build only the staticlib target in cross-compile jobs
  • a515cbd ci(pam-rdp): drop windows/arm64 from RDP tier
  • 8329f79 fix(pam-rdp): statically bundle zlib into the bridge archive
  • 05fcb11 chore: remove accidentally committed local PAM session artifact
  • b0aff6c ci(pam-rdp): expand RDP support from 5 to 11 targets (option 1)
  • 0c9424d ci(pam-rdp): use zig cc for darwin cross-compile instead of osxcross
  • 3bc0a78 Revert skip=docker change; keep only the mingw package name fix
  • a3f4408 fix(ci): correct mingw apt package name and skip docker on dry-run
  • 9beb635 feat(pam-rdp): wire --reason flag through to RDP access
  • 7585478 Merge remote-tracking branch 'origin/main' into feat/pam-rdp-mvp
  • 0611a97 ci(pam-rdp): wire RDP bridge static libs into goreleaser release
  • 6ef384f feat(pam-rdp): add Windows CGo wrapper and extract shared bridge ops
  • 83dc9ab ci(pam): cross-compile RDP bridge static libs across 11 targets
  • 492f656 ci(pam): add dry-run option to release workflow
  • 8a04e54 ci: retrigger
  • 095b900 ci(pam): pin Rust toolchain + add RDP bridge smoke test
  • 5e2e46b fix: add .vscode folder to gitignore
  • afb0ec2 chore(pam): remove rdp native crate README
  • 55ca651 chore(pam): rdp UX polish
  • e84febf feat(pam): add rdp access CLI subcommand
  • 39328fd feat(pam): wire rdp handler into gateway dispatch
  • a91f967 feat(pam): add c abi + cgo wrapper for rdp bridge
  • 013cab5 feat(pam): add rust rdp bridge with post-credssp passthrough

Changelog

  • 464682d Merge pull request #219 from Infisical/fix/tar
  • d4374ce chore: updated tar to new version
  • 37a5224 Merge pull request #203 from Infisical/feat/pam-rdp-ad-support
  • 5f90606 Merge remote-tracking branch 'origin/main' into feat/pam-rdp-ad-support
  • 82180bb Merge pull request #191 from Infisical/feat/pam-rdp-mvp
  • 05b05ad Merge remote-tracking branch 'origin/main' into feat/pam-rdp-ad-support
  • f2f4f99 fix(release): append windows artifacts to shared draft
  • 98e076f chore(pam-rdp): drop unused /target-docker from .gitignore
  • e0619d7 chore(pam-rdp): lowercase example account name in help text
  • 92102e9 fix(pam-rdp): don't shut down proxy on per-connection gateway close
  • 4e8d91e feat(gateway): add AWS authentication (#202)
  • 54e921b Merge remote-tracking branch 'origin/main' into feat/pam-rdp-mvp
  • ad8bcfc fix(release): make npm-release tolerate skipped validate-tag-branch
  • e0a9157 refactor(pam-rdp): use target username for acceptor, autofill via metadata
  • 8ffb72b refactor(pam-rdp): consolidate HandleConnection + cargo fmt
  • e350e47 feat(pam-rdp): strip virtual channels from MCS Connect Initial
  • c2b68da feat(pam-rdp): use account name as RDP acceptor username
  • 8c758e2 Merge pull request #200 from Infisical/PAM-189
  • 7675e95 feat(pam-rdp): use empty password for acceptor credentials
  • 4f0e3e2 refactor(pam-rdp): rename bridge_cgo.go to bridge_cgo_unix.go
  • c4ec7db drop haspendingchunks gate for loading secrets from disk
  • ff7d648 remove chunk splitting
  • e5d2acb docs(pam-rdp): add README for Rust bridge setup
  • c292f74 reviews
  • 4800b70 Split chunks
  • 25e6421 deletePersistedOffset only if chunks cleared
  • 3d92a88 move writePersistedOffset into loop
  • 4c89708 Merge branch 'main' into PAM-189
  • 764e44e Fixed Chunk Reconciliation And upload token persistence
  • f501d51 Merge pull request #199 from Infisical/fix/pam-205-keep-recording-on-upload-failure
  • 65ae9af address reviews
  • 6916ff6 fix(pam-rdp): address PR review feedback
  • b1ac506 feat(gateway): direct-to-bucket session recording uploads with reconciliation
  • caf9444 fix(pam): tighten startup cleanup behavior
  • 13a16d3 fix(pam): keep session recording on upload failure (PAM-205)
  • 00d06b2 feat(pam-rdp): thread AD domain through bridge for NTLM CredSSP
  • 85c23d2 fix(pam-rdp): address PR bot review comments
  • ef74e90 chore(pam-rdp): remove bridge-test harness
  • b375428 ci: shorten dry_run description in release workflow
  • e22812a fix(pam-rdp): format Safety doc as proper heading for clippy
  • 6f3ac49 ci(pam-rdp): build Rust bridge natively on windows-2022 runner
  • 7511234 ci(pam-rdp): enable RDP in Windows Docker container images
  • 57438fe ci: group goreleaser-windows into the create-release-draft column
  • 3291a54 fix(ci): link libwinpthread for windows CGO
  • 348de42 ci(pam-rdp): parallelize goreleaser + goreleaser-darwin via shared draft
  • cf674f1 chore(pam-rdp): remove rdp-bridge-test dev binary
  • 08f0809 ci(pam-rdp): ditch zig for darwin, use macos-latest runner instead
  • 3887a5a fix(ci): stub libresolv.tbd for darwin cross-compile
  • b15371b fix(pam-rdp): clean up .rdp file on session end + pin zig 0.14.0
  • 50e29ce ci(pam-rdp): bump zig to 0.16.0
  • 65aaa12 ci(pam-rdp): drop FreeBSD and NetBSD from RDP tier
  • eb75047 chore(pam-rdp): strip redundant comments across the PR
  • 2b2ccab ci(pam-rdp): build only the staticlib target in cross-compile jobs
  • a515cbd ci(pam-rdp): drop windows/arm64 from RDP tier
  • 8329f79 fix(pam-rdp): statically bundle zlib into the bridge archive
  • 05fcb11 chore: remove accidentally committed local PAM session artifact
  • b0aff6c ci(pam-rdp): expand RDP support from 5 to 11 targets (option 1)
  • 0c9424d ci(pam-rdp): use zig cc for darwin cross-compile instead of osxcross
  • 3bc0a78 Revert skip=docker change; keep only the mingw package name fix
  • a3f4408 fix(ci): correct mingw apt package name and skip docker on dry-run
  • 9beb635 feat(pam-rdp): wire --reason flag through to RDP access
  • 7585478 Merge remote-tracking branch 'origin/main' into feat/pam-rdp-mvp
  • 0611a97 ci(pam-rdp): wire RDP bridge static libs into goreleaser release
  • 6ef384f feat(pam-rdp): add Windows CGo wrapper and extract shared bridge ops
  • 83dc9ab ci(pam): cross-compile RDP bridge static libs across 11 targets
  • 492f656 ci(pam): add dry-run option to release workflow
  • 8a04e54 ci: retrigger
  • 095b900 ci(pam): pin Rust toolchain + add RDP bridge smoke test
  • 5e2e46b fix: add .vscode folde...
Read more

v0.43.79

29 Apr 15:24
d11ce4b

Choose a tag to compare

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

24 Apr 21:54
2e62c3b

Choose a tag to compare

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

21 Apr 22:05
17a002b

Choose a tag to compare

Changelog

  • 17a002b Merge pull request #134 from pangeran-bottor/main
  • 4b94082 fix: return empty string when Windows install method is unknown
  • 942eaf2 fix(ci): use Go 1.25.9 to match other workflows and go.mod
  • 65da412 fix: detect install method from executable path for update instructions

v0.43.76

17 Apr 19:40
9faea50

Choose a tag to compare

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

15 Apr 02:05
e670230

Choose a tag to compare

Changelog

  • e670230 feat(pam): add command blocking and session log masking via account policies (#174)