Releases: Infisical/cli
Releases · Infisical/cli
v0.43.49
Changelog
- ba904b4 Merge pull request #111 from Infisical/daniel/fix-ci
- 6ecae41 Update run-cli-e2e-tests.yml
- c059c55 Merge pull request #110 from Infisical/devin/1769147792-fix-domain-flag-login
- 5a6d05a Merge pull request #108 from Infisical/daniel/proxy-e2e-tests
- 4490afd fix: skip hosting selection prompt when --domain flag is explicitly set
- 2f0519e addressed requested changes
- e858a38 Update compose.go
- 8349086 feat: proxy e2e tests
- ed4e914 fix: restructure tests
- 21e5c58 chore: updated code gen client
- 8ef3a3c Merge pull request #107 from Infisical/feat/e2e-action
- e1bc342 chore: added e2ee test to pipeline
- a0fe2fb Merge pull request #106 from Infisical/daniel/cli-oidc-release
- 63645b7 Update release_build_infisical_cli.yml
- 2019840 Update release_build_infisical_cli.yml
v0.43.48
Changelog
- 8b41800 Merge pull request #105 from Infisical/luiz/platfrm-150-update-upgrade-prompt-frequency-for-cli-version
- 02c5696 refactor: improve update check logic based on current version age
- 671f84f feat: add urgent release flag to update check logic
- de78fce feat: add release age check before prompting for updates
- 0738e0a Merge pull request #102 from Infisical/PLATFRM-128-more-tests-for-a-vertical-slice
- f34770d Rename tests
- 39f3b2a Break the test into smaller units
- 8480857 Add remove compose
- 3bec812 Update .env sample
- a55ad5e Update readme
- 0eea052 Update make file
- 836c2e0 Add deps
- 2650320 Use clean up for all
- fa8fcec Fix parent exit too early bug
- f1f4aa0 Parallel not working, comment them out for now
- 7854fbd use redis container instead
- f2abf7c Add redis
- 557e733 Add more op id
- 6a91019 Assert k8s hit
- e6ed179 More tests
- c19ea29 Assert gateway heartbeat as well
- 5fc0b30 Improve WaitForStderr as well
- 2edc482 Refine
- 380e2a2 Refactor code
- a2479ae DRY and refine tests
- 33ab8ad Speed up truncate tables
- 65f7d61 Fix canceled ctx issue for children cmd
- e03b593 Fix is running flag
- 482be98 Fix new proxy cmd
- e00e8af Try to fix exit code
- 87d1568 DRY
- 4462730 Clear stderr and stdout for e2e tests after it's done
- 4e46df9 Redirect stdout as well
- 6b91a37 Redirect warn msg
- 204b5c9 Better way to collect logs
- 0a5f4b8 Collect stderr and stdout for e2e tests
- a4ecaf1 Add more asserts
- f48730f Update .env tips
- 30f7313 Use dotenv autoload
- 0342234 Use new api endpoints
- 926cc13 Update readme
- 2222055 Improve client code gen, use go:generate instead
- e126849 More test cases
v0.43.47
Changelog
- f46adeb Merge pull request #58 from Infisical/feature/infisical-proxy
- e7cf3a9 feat: memory guard cache support
- ea0ba34 Update proxy.go
- f0bb945 Update resync.go
- 051622d Update cache.go
- 70af94e Update proxy.go
- ba14072 Merge pull request #101 from Infisical/PLATFRM-138-e2e-test-doc
- 9d336b7 Update proxy.go
- c5889a0 requested changes
- 4de006e Update proxy.go
- cb452c7 feat: infisical proxy
- 9b5c669 Update e2e/README.md
- d1b2b14 Update e2e/README.md
- ba47536 Add links
- 89383c0 proofread
- 47674f7 More readme
- 53e1c68 More docs
- e7b750e Update doc
- 68bd2f1 Add e2e test doc
- 152c417 Merge pull request #93 from Infisical/PLATFRM-134-reuse-docker-compose-for-e2e-tests
- c4e43d6 Address review feedbacks
- 800e91b Fix ctx pass in
- 887fcf0 Adjust the cleanup order
- 30ef5ea Add CLI_E2E_DISABLE_COMPOSE_CACHE env var
- 1af6088 Update deps
- 22fcc91 Add missing reset
- bdfb90b Remove not needed bootstrap in reset
- ba35c96 Provide more helpers
- ef1687a Add reset function for helper as well
- ba0572e Use new reset
- f4883cd Refactor code
- 930a243 Add deps
- 6e31f01 Clear redis db as well
- 42afc90 reset db
- fee751f Get tables
- 34adcb3 Return value
- ed6b73c Add running compose
- 07524e5 Finding existing containers
- 3cc2789 Use unique name
- c13c9af Simplified code
- 0f2c127 Merge pull request #91 from Infisical/PLATFRM-125-e2e-test-poc
- 7fa0723 Add default run method
- fa086f3 Provide helpful err msg for exec not set
- 3469aba Fix broken tests for func call
- 88e1874 Fix wrong args passed in
- abf0620 Fix func call method
- 9ed1bbd Fix if func call run method used
- 1d5a525 provide helpful error for backend dir not set
- 963c189 Fix review comment for env make allocation
- 7a3efd5 Revert unwanted changes
- b351b6e Address feedbacks
- f1b8236 Address comment by AI
- 38fc6f6 Assert server start up
- 0f2f73e Assert stderr
- c1723ef Kill proc
- 1eb0863 Better eventually handling
- e35b156 Fix stderr / stdout not seek to file's begin issue
- bb8be6c Handle log files
- 180bca7 Fix exec
- afac907 Support run by func call as well
- 4bea280 Add cmd helper
- c0d945e Use shorter slug
- df894f0 Add dev env
- 50ab9f6 add ec2 test code
- 0d23cca Merge pull request #95 from Infisical/PAM-42-add-redis-pam
- 1fc84da Merge branch 'main' into feature/infisical-proxy
- e073b76 Update proxy.go
- 9154105 Merge pull request #61 from Infisical/feat/add-pam-session-gate-handling
- a252b19 Make auth cmd optional for redis
- a329071 Just let ide yell at me
- 8807c28 Use the right ver of resp3
- b4aa62d Remove unused database for redis
- c9ce0aa Add project id for k8s as well
- 625f176 Address review feedbacks
- 25c4b80 misc: addressed lint
- beadf29 Merge remote-tracking branch 'origin/main' into feat/add-pam-session-gate-handling
- 1b9fcb8 Fix review feedbacks
- cafa9ac Use our own fork for resp3
- c1823f4 Use diff type of audit log for monitor
- 5992dbb Implement monitor mode
- 3095037 Log push msg as well
- 1e24f3c Fix resp2 msg as well
- f6716c3 Fix pubsub hanging issue
- d79eaad Implement resp3 push msg
- e8c7efe Try to read the msg in a goroutine
- 1dbba3a Handle TLS
- ea03f33 Clean up
- 30dc694 Clean code a bit
- 9cb6533 Fix log uploading for redis
- 20732c2 Log entries
- b3c3cc9 Add todo
- 1a2b310 Refine the code
- 26ec61b Read resp
- 2736369 Use our own conn
- 1494346 Use a different lib
- be773a5 Add todo
- 492cb78 Forward cmd
- e364ee9 Handle auth
- b04c054 Add redis proxy
- 30c2114 Handle cmd
- e1c4eae Remove gen code
- 7444282 Add redis res proxy
- fab8c8a misc: addressed greptile review
- 5f313a4 feat: add mfa handling for pam access account
- 8a1ca9f Add error logging for cache purging mutation request failures in proxy server
- 0216e54 Refactor cache management and response handling in proxy server
- a71a99a Refactor proxy server and caching mechanism
- a96d5b9 Implement Infisical proxy server with caching and debug capabilities
v0.43.46
Changelog
- b39e859 Merge pull request #90 from Infisical/ENG-4257
- 6a741bf Merge pull request #92 from Infisical/ENG-4321
- fbf1a31 Merge branch 'main' into ENG-4257
- bac319b don't error if gateway does not support capabilities
- bc48edb update error message
- 2a3fb2c supported resource types for gateway
- 55ac21e Merge pull request #89 from Infisical/feat/improveCertAgentFileOutput
- 461721a Fix cert-manager agent verbose bahavior
- 8ab3fbc Merge pull request #88 from Infisical/fix/blockReleasesOnBrokenTags
- a35dc03 review fixes
- 11673f7 feat(pam): certificate based auth support for ssh
- 03010f8 Improvements on cert-agent file-output logic
- ee45904 Address greptile comments
- 6883b50 Add an additional validation on CLI releases to prevent broken tags from triggering them
v0.43.45
v0.43.44
v0.43.43
v0.43.42
Changelog
- 5c9d7e3 Merge pull request #79 from Infisical/PAM-12-add-k8s-support
- 36bb8fa Remove debug log
- f235681 Cluster name
- b1ae768 Try to revert deps
- ed57430 Upgrade deps
- 929778f Upgrade deps
- 8873f96 Revert context
- c7e3c49 Remove unused dep
- f6a07ed Fix prompt msg
- d3fdf93 Fix missing args
- 0966039 Add missing arg
- 56e8f74 Add msg
- 2f0c2b3 Fix print
- 937180f Actual account path
- dd5e17f Take new cmd args instead
- 3d31b0b Add todo
- 5dfa985 logs
- f1aeed8 Better logs
- 30d50f5 Handle eof error
- fc69196 Remove debug code
- 04ef215 Fix data corruption issue
- 2fe5893 Improve
- 147602b Refactor
- 4159446 Fix header
- 9b978af Fix writing header
- 8eac116 Log
- f2d12c9 Improve timeout hanlding
- 3eed6fb Forward data for websocket
- e934f5a Fix wrong url pass and streaming timeout issue
- e06a1e8 Fix upload body
- 270f848 Log body
- 348eaaa Better k8s cluster name
- f78adab Update kubeconfig
- f9e9d07 Fix http logs uploading
- af252cf Unify http events
- f1cc245 Fix logs
- ba62d71 Log k8s req/resp
- 9e4b3dc Fix wrong auth header set
- 642d40a Validate
- 1fa2e1e Add missing url param
- 0e8f8b2 Add service account token
- 13e26cf Add service account token
- aadb528 Forward k8s
- 4b4632e Add k8s stuff
- 35cc671 Use service account token instead
- b011f20 Start k8s server
- c7131ed Add k8s proxy
- 18b7b41 Add k8s res type