github ory/cli v0.0.73

2 years ago

Update homebrew location from ory/ory/ory to ory/tap/cli.

Bug Fixes

  • Return human readable error (14a5c51)

  • Run format after docusaurus (#117) (f05df3e)

  • Slow CLI start up time (#118) (3b887e9):

    Found a deeply nested dependency which was importing https://github.com/markbates/pkger, causing unreasonable CPU consumption and significant delay at start up time. With this patch, start up time was reduced from almost 2.6s to 0.03s.

    $ time cli
    cli  2.55s user 2.46s system 508% cpu 0.986 total
    
    $ time ./cli-patch
    ./cli-patch  0.03s user 0.03s system 40% cpu 0.160 total
    
    $ time ./cli-patch
    ./cli-patch  0.00s user 0.00s system 64% cpu 0.001 total
    
  • Support empty ignoretags (9e6866c)

  • Update tap to ory/tap/cli (6e7b74b)

Code Generation

  • Pin v0.0.73 release commit (15df723)

Features

  • Add orycli release config (de234c8)
  • Allow ignoring tags based on a pattern (#116) (0c39850)
  • Introduce cve scanning (#115) (221cfdd)
  • Update homebrew install (0b57f73)
  • Use buildx for docker and ory binary without dev/sqlite (5d5854d)

Changelog

15df723 autogen: pin v0.0.73 release commit
c544979 autogen: pin v0.0.73 release commit
de234c8 feat: add orycli release config
0c39850 feat: allow ignoring tags based on a pattern (#116)
221cfdd feat: introduce cve scanning (#115)
0b57f73 feat: update homebrew install
5d5854d feat: use buildx for docker and ory binary without dev/sqlite
14a5c51 fix: return human readable error
f05df3e fix: run format after docusaurus (#117)
3b887e9 fix: slow CLI start up time (#118)
9e6866c fix: support empty ignoretags
6e7b74b fix: update tap to ory/tap/cli

Docker images

  • docker pull oryd/ory:v0.0.73

Don't miss a new cli release

NewReleases is sending notifications on new releases.