Releases: capeprivacy/cli
Releases · capeprivacy/cli
v0.2.3
Changelog
- 89ece9f Add function cheksum for json output.
- d5248a0 Add json output format to token
- 6c6f9d3 Add support for function names in cape run (#192)
- 63881ec Fix checksum var name
- afb1362 Fix lint
- 9c5d956 Fix lint
- fa07c9d If json output don't return to stdout
- 127c4e9 Introduce Renderer interface for formatting command output
- 8c9f0bb Introduce Renderer interface for formatting command output
- e6ad1ab Just use render
- d08219e Merge branch 'justin/print-expiry' of github.com:capeprivacy/cli into justin/print-expiry
- c77a9ca Merge branch 'main' into justin/print-expiry
- 42828ef Merge branch 'main' into shweta/stdin-fix
- 01fcc25 Merge branch 'main' of github.com:capeprivacy/cli into justin/print-expiry
- 036f62e Merge branch 'main' of ssh://github.com/capeprivacy/cli into shweta/stdin-fix
- 29551d7 Merge pull request #188 from capeprivacy/shweta/stdin-fix
- ec6a4aa Merge pull request #191 from capeprivacy/justin/minor-improvements
- c64d1c2 Merge pull request #194 from capeprivacy/thor/output-renderer
- 435f2e3 Merge pull request #195 from capeprivacy/yann/json-token
- 3e9d2c1 Merge pull request #197 from capeprivacy/justin/print-expiry
- bf34ebb Merge remote-tracking branch 'origin/main' into yann/json-token
- f197b94 Update cmd/cape/cmd/token.go
- 8ae38e2 Update output struct with checksum
- 818546b Use double-quotes instead of back-ticks
- 26a6172 Use stdin input only with -f - otherwise error out instead of waiting for stdin
- f83a437 couple minor improvements
- ae82095 fix and document inferred function naming (#193)
- 09defd3 print expiry
v0.2.2
v0.2.1
Changelog
- 04aee4d Add JWKS validation
- 86aa7e6 Add
user id (sub)
from access token to function token asissuer
- 465b391 Add optional output formats
- 41966e8 Bring back pcr verification code
- 3c3f7ca CR
- 0e92864 CR and removed an empty log line
- 7b2073f Cleaned up default name for function deploy (#186)
- 6f73370 Do not print access token after login (#173)
- b1c503e Fixup imports and update linter config
- cf0ec7f Merge branch 'main' into annie/CAPE-979
- c7ea0ee Merge branch 'main' into annie/CAPE-979
- 807d6a3 Merge branch 'main' into annie/CAPE-979
- e00dd7b Merge branch 'main' into annie/CAPE-979
- 76a51b8 Merge branch 'main' into annie/CAPE-979
- a0d04d6 Merge branch 'main' into annie/support-http
- cc926c4 Merge branch 'main' into annie/support-http
- c89eaf9 Merge branch 'main' into chris/CAPE-935-final
- fd7b1c8 Merge branch 'main' into chris/CAPE-935-final
- 63b77f1 Merge branch 'main' into eric/fix-debug-log
- d2a8d33 Merge branch 'main' into justin/add-codeowners
- 27d70ad Merge branch 'main' into justin/bring-back-pcr-verification
- f2fc617 Merge branch 'main' into justin/bring-back-pcr-verification
- 1ea9cb0 Merge branch 'main' of github.com:capeprivacy/cli into justin/add-codeowners
- 0a9de5a Merge branch 'main' of github.com:capeprivacy/cli into justin/pcr-verification-key-cmd
- 2396637 Merge pull request #168 from capeprivacy/lee/token-issuer
- 6c66a08 Merge pull request #169 from capeprivacy/annie/support-http
- 2fe3368 Merge pull request #172 from capeprivacy/chris/CAPE-935-final
- 874ad22 Merge pull request #174 from capeprivacy/thor/format-deps
- b8ac5a1 Merge pull request #175 from capeprivacy/justin/add-codeowners
- 745d12b Merge pull request #176 from capeprivacy/justin/bring-back-pcr-verification
- 071b4bf Merge pull request #177 from capeprivacy/justin/fix-run-flag
- 149512c Merge pull request #178 from capeprivacy/annie/remove-logging-error
- 068410c Merge pull request #180 from capeprivacy/eric/fix-debug-log
- 8b879ee Merge pull request #181 from capeprivacy/justin/fix-key-cmd
- 26f6aa7 Merge pull request #182 from capeprivacy/justin/pcr-verification-key-cmd
- a53484f Merge pull request #183 from capeprivacy/annie/CAPE-979
- 05b6077 Merge pull request #184 from capeprivacy/justin/remove-sentinel-references
- fba6562 Merge pull request #185 from capeprivacy/thor/json-output
- f651012 PR feedback / updates
- 823f68c PR feedback v2
- ee459b1 PR feedback v3
- a8aae3f PR feedback v4
- f4fb8f4 Rahul/send names (#179)
- 2bc374d Replace KeyPolicyHash with KeyChecksum and mark as deprecated
- c288e38 Updating user facing func-checksum to be function-checksum
- 345c6ac Use cape encrypt for deploy (#187)
- 1b72aa7 Use updated attestation user data
- 525b03c add code owners
- 44b91da add logic to cape test
- cc077cf add pcr verification to key cmd
- 03245df add pcrs to encrypt cmd as will be used if needs to get key for first time
- 58bc623 added list and delete function command (#163)
- 42a6229 additional logic for redirects
- d175f68 fix error formatting
- 1974602 fix key command plus print pem
- 61b6a32 fix run flag typo
- ced1e08 get the location off header after redirecting
- 26eaeda move things around
- b0242a2 refactor & change default URL to app.capeprivacy.com
- 593281d remove auth token from start request
- 4811648 remove logging error
- 2f88430 sentinel was renamed to runtime
- 89682ae support https
- 6030149 update default enclave_host and README
v0.2.0
Changelog
- a2d1c3d Add
owner
flag to generate an optionalowner
token. - 09c645c Adjusting error messages for checksum validation
- 5747904 CAPE-873 | refactor CLI to include go SDK (#148)
- b2d06e4 Change
Run
signature thattuner
is using, allow tuner to pass fullentities.FunctionAuth
- 9789171 Deprecating function hash flag in favour of checksum name
- 77f84d0 Merge pull request #161 from capeprivacy/lee/tuner-ft
- 751b56b Merge pull request #162 from capeprivacy/justin/release-doc
- 3d9cc2d Merge pull request #164 from capeprivacy/justin/function-create
- 41ef9b0 Merge pull request #165 from capeprivacy/justin/fix-error-msg
- 9eb97d8 Merge pull request #166 from capeprivacy/annie/default-login-url
- b77f682 Merge pull request #167 from capeprivacy/lee/owner-token
- 83f66e6 Merge pull request #171 from capeprivacy/chris/CAPE-935-checksum
- d2b189c PR feedback
- 20159fc Update cmd/cape/cmd/function.go
- 06859f0 add command to create a template function
- b890d05 add release instructions doc to github
- 7d40beb cape encrypt and cape key (#170)
- 9cff8ad change default login url
- 37bc1cc fix error msg reporting wrong file issues
- db63ea8 fixup
v0.1.4
Changelog
- 4458cb1 Add signup cmd (#156)
- 589bf95 Deprecate function auth type during deploy.
- e149396 Merge branch 'main' into justin/sudo-cp
- 290cb4d Merge pull request #153 from capeprivacy/justin/sudo-cp
- 69cadde Merge pull request #157 from capeprivacy/lee/auth-type-deprecated
- 35d7798 Merge pull request #160 from capeprivacy/revert-159-gavinuhma/revert-158
- 664a454 Revert "Revert "removed trailing slash in url input (#158)" (#159)"
- 66e3de6 Revert "removed trailing slash in url input (#158)" (#159)
- e8ec107 add command to cp exe to /usr/local/bin
- 45be423 added check for number of input args in run (#151)
- 6bc8353 dont remove slash from audience
- c0ae934 removed trailing slash in url input (#158)
v0.1.3
Changelog
- 918575b Add authType to deploy, add function token to run
- 2c4f070 Add pull request trigger so will run on fork PRs
- 45bf7e9 Merge branch 'main' into curl-installer-function
- 20c70bb Merge branch 'main' into curl-installer-function
- 652a42e Merge branch 'main' into curl-installer-function
- 97bcd4e Merge branch 'main' into curl-installer-function
- 21e5699 Merge branch 'main' into justin/add-pull-request-trigger
- a104570 Merge pull request #121 from capeprivacy/lee/function-token-v2
- 3f3eae6 Merge pull request #144 from e-carlin/curl-installer-function
- 3269516 Merge pull request #146 from capeprivacy/justin/add-pull-request-trigger
- 0ca082c Merge pull request #147 from capeprivacy/justin/dont-use-ssh-ci
- b0e1eef Merge pull request #149 from capeprivacy/justin/install-std-location-linux
- b988c9e Wrap the curl installer inside of a function to prevent incomplete execution
- 8c01c62 change deploy to accept a token (#145)
- fa391a0 install in standard location for linux
- 4a38d89 pass appropriate protocol type to websocket handshake (#152)
- ed5cfcf refactor token parameters in run (#150)
- 4db0f2c remove requiring ssh when building ci
- 7196cf5 use auth token in fallback (#154)
v0.1.2
Changelog
- c01f21a Merge pull request #141 from capeprivacy/justin/install-cli
- d14915d Merge pull request #142 from capeprivacy/justin/unix-slashes
- abd0039 Merge pull request #143 from capeprivacy/justin/purge-sentinel
- 601ed4f install cli script
- 98f2379 make sure slashes are unix in case on windows
- f8e10d9 purge sentinel from cli dependencies
v0.1.1
v0.1.0
Changelog
- f2d115e Bump limit the cli uses to restrict deploy size
- 54cb116 CAPE-846 | localize pcr flag to deploy, test, run (#131)
- d93385c Merge branch 'main' into chris/remove-list
- 5d8af61 Merge branch 'main' into chris/remove-list
- ce0c88b Merge branch 'main' into eric/change-debug-print-key
- c198966 Merge branch 'main' of github.com:capeprivacy/cli into justin/bump-enclave-limit
- 75695f6 Merge pull request #130 from capeprivacy/annie/CAPE-852
- b1a9e82 Merge pull request #132 from capeprivacy/justin/bump-enclave-limit
- 8a58662 Merge pull request #133 from capeprivacy/eric/change-debug-print-key
- 093612f Merge pull request #135 from capeprivacy/annie/update-readme
- c2e32f4 Merge pull request #136 from capeprivacy/chris/remove-list
- b0d17fc Merge pull request #139 from capeprivacy/justin/delete-pcr-code-for-now
- 58b293b Send auth token in websocket protocol header (#120)
- 9068133 Suppressed superfluous help messages (#119)
- 4f8bf6f Temporarily remove cape list for friendlies release
- 77bb449 added apache 2 license & notice (#127)
- a8e8ae0 change default url to enclave.capeprivacy.com (#134)
- ba542b7 change print key to print hex
- d1a063c delete pcr code for now
- 6b27e93 print out access token to user
- 4d694b4 update readme