Releases: signadot/cli
Releases · signadot/cli
v1.3.0
Changelog
- e36e5e6 make sure right lose focus in follow mode (#265)
- c9ea78b TUI sort headers on right pane (#263)
- 3fff08d claim gRPC metadata support (#261)
- db9340a Override logs fixes (#260)
- 79280fa Fix panic when turning on follow mode with 0 requests (#257)
- cbb65fb Don't allow local override if the sandbox already has one (#262)
- 230f929 Amend override long description (#253)
- 693d21b Fix override text printed once command is started (#252)
- af2368f Bug fix when running traffic record --inspect --clean (#255)
- 1c7662b Traffic record: don't crash if --inspect and --short specified (#251)
- 59992cf flags updates from discussion (#248)
- f53c4c7 Improve color handling in TUI (#250)
- a45c4a2 Traffic scanner refactor (#249)
- 7334626 [TUI] Revert rendering order and add follow mode (#247)
- 7c04c5f Traffic inspect improvements and fixes (#246)
- ca3a408 [TUI] - Fix left pane UI rendering (#242)
- 840d081 [TUI]: Render requests from tail to head (#241)
- 251c7d9 [TUI] - Improve UI/UX traffic record (#238)
- fe50fde Add logs support (#237)
- f1daa1f add info messages when starting override (#229)
- 13d86a6 Traffic tui (#235)
- 85ce984 traffic record: bugfix for attempting to apply deprecated fields (#233)
- b0f8053 Context handling improvements and auth fixes (#231)
- 92b9ae5 Get rid of the norm host in traffic watch (#230)
- f282d87 delay doneAt as needed (#223)
- 1ca2467 override improvements (#224)
- 2e78c05 Override policy changes (#221)
- da1c140 Tw continuous ready match (#219)
- 383ae19 Override - Add support for policies and logs args (#218)
- b9c650f traffic watch base functionality (#213)
- 5a4cfce fix name override on sandbox apply (#216)
- 6bc4dfb feature branch for request middlewares (#211)
- 5e36264 correctly handle slow fork-exec in local connect (#208)
v1.2.0
v1.1.0
Changelog
- 0b8d196 remove debug panic
- 2f04475 improved error messages (#201)
- 021ab69 Addition of Cluster DevMesh Analize (#200)
- 53909dc Fix unit tests and staticcheck (#199)
- 08165f6 Auth auto refresh token (#195)
- 9a3b4f0 rename sandbox ID and add routing key to list output (#198)
- a48d207 fix env get-item (#196)
- e4dd5f0 add downward API to get-env output (#194)
- cfc6062 use libconect with get-files no-files bugfix (#193)
v1.0.0
v0.9.1
v0.9.1-xrc.1
Changelog
- 11ca8a0 add label selection and local listing to
signadot st(#184) - e834361 Refactor of auth/device/token API (#183)
- ba5787b Fix bearer-token auth in controlplaneproxy (#182)
- d16969d Implementation of auth status and auth login with-api-key (#181)
- ef0b996 use initial user env for sandbox manager (#180)
- 71af8f5 Implementation of Auth commands (#179)
- ecab715 go-mod-updates (#178)
- d827bda chore: Fix broken usage guide link in README.md (#177)
v0.9.0
v0.8.2
What's Changed
- add crud for tests by @scott-cotton in #145
- replace sandbox id wording by @davixcky in #144
- add support for running tests and getting/listing/canceling executions by @scott-cotton in #146
- Update go-sdk to support latest test types by @daniel-de-vera in #147
- update go mod by @scott-cotton in #149
- update libconnect to include traceparent fix by @scott-cotton in #150
- add check to access agent-metrics endpoint by @scott-cotton in #151
- addition of
signadot job submit -f ... --waitby @scott-cotton in #152 - update go sdk by @scott-cotton in #153
- add-xrc-release-tags by @scott-cotton in #154
- upgrade golang.org/x/crypto (cve-2024-45337) by @scott-cotton in #155
Full Changelog: v0.8.1...v0.8.2
v0.8.2-xrc.1
Changelog
- dff5b3f add-xrc-release-tags (#154)
- 5dd178e update go sdk (#153)
- ff987db addition of
signadot job submit -f ... --wait(#152) - 2429067 add check to access agent-metrics endpoint (#151)
- d5518e4 update libconnect to include traceparent fix (#150)
- 39e8417 update go mod (#149)
- a3e6a31 Update go-sdk to support latest test types (#147)
- d4878f7 add support for running tests and getting/listing/canceling executions (#146)
- 75fec91 use name instead of routing key (#144)
- 0e63263 add crud for tests (#145)