Skip to content

Releases: ory/cli

v0.0.77

04 Nov 22:51
7fee00a

Choose a tag to compare

Resolves an issue in the goreleaser config.

Bug Fixes

  • Resolve docker manifest issue (130fec4)

Code Generation

  • Pin v0.0.77 release commit (7fee00a)

Changelog

7fee00a autogen: pin v0.0.77 release commit
130fec4 fix: resolve docker manifest issue

Docker images

  • docker pull oryd/ory:v0.0.77
  • docker pull oryd/ory:vv0
  • docker pull oryd/ory:v0.0
  • docker pull oryd/ory:v0.0.77

v0.0.75

27 Oct 12:20
64251d2

Choose a tag to compare

Makes it easier to debug mailchimp campaign errors.

Code Generation

  • Pin v0.0.75 release commit (64251d2)

Features

Changelog

64251d2 autogen: pin v0.0.75 release commit
5489b7b chore: bump deps
bfcaf52 chore: update repository templates
3cfda49 chore: update repository templates
f685910 ci: use updated list and segment
2c25579 feat: easier debug on 404s

Docker images

  • docker pull oryd/ory:v0.0.75

v0.0.74

27 Oct 10:53
3ec9c8a

Choose a tag to compare

Resolves a panic in the mailchimp logic.

Bug Fixes

  • Potential panic in mailchimp segment (f29557b)

Code Generation

  • Pin v0.0.74 release commit (3ec9c8a)

Changelog

3ec9c8a autogen: pin v0.0.74 release commit
f29557b fix: potential panic in mailchimp segment

Docker images

  • docker pull oryd/ory:v0.0.74

v0.0.73

27 Oct 10:17
15df723

Choose a tag to compare

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

v0.0.72

29 Sep 09:13
9fd6d91

Choose a tag to compare

Add support for pre-release hooks.

Bug Fixes

  • dev: Skip pre-releases of matured projects (#110) (c449bce)

Code Generation

  • Pin v0.0.72 release commit (9fd6d91)

Features

Changelog

9fd6d91 autogen: pin v0.0.72 release commit
5a7e215 chore: update repository templates (#107)
dee197c chore: update repository templates (#109)
c6f7b26 chore: update repository templates (#111)
d9e8ec8 feat(dev): pre-release hooks (#112)
c449bce fix(dev): skip pre-releases of matured projects (#110)

Docker images

  • docker pull oryd/ory:v0.0.72
  • docker pull oryd/ory:latest

v0.0.71

14 Sep 06:19
d460a89

Choose a tag to compare

fix: add ability to specify host in api proxy command

Bug Fixes

  • Allow setting hostname for api proxy (d3f33fe)

Code Generation

  • Pin v0.0.71 release commit (d460a89)

Changelog

d460a89 autogen: pin v0.0.71 release commit
d3f33fe fix: allow setting hostname for api proxy

Docker images

  • docker pull oryd/ory:v0.0.71
  • docker pull oryd/ory:latest

v0.0.70

13 Sep 18:08
53da681

Choose a tag to compare

Adds a new proxy command for just proxying Ory's APIs.

Code Generation

  • Pin v0.0.70 release commit (53da681)

Features

Changelog

53da681 autogen: pin v0.0.70 release commit
ea33812 feat: add api-only proxy (#104)

Docker images

  • docker pull oryd/ory:v0.0.70
  • docker pull oryd/ory:latest

v0.0.69

12 Sep 08:13
9f726d0

Choose a tag to compare

Resolves internal tooling issues.

Bug Fixes

  • Add and commit built files (12e3cbb)

Code Generation

  • Pin v0.0.69 release commit (9f726d0)

Changelog

9f726d0 autogen: pin v0.0.69 release commit
12e3cbb fix: add and commit built files

Docker images

  • docker pull oryd/ory:v0.0.69
  • docker pull oryd/ory:latest

v0.0.68

09 Sep 09:32
5e929b0

Choose a tag to compare

Changes internal tooling for the release pipeline.

Code Generation

  • Pin v0.0.68 release commit (5e929b0)

Features

Changelog

5e929b0 autogen: pin v0.0.68 release commit
bd3c319 chore: update repository templates (#99)
21d0be2 feat: run docs generation as part of release pipeline (#103)

Docker images

  • docker pull oryd/ory:v0.0.68
  • docker pull oryd/ory:latest

v0.0.67

08 Sep 16:22
628ce36

Choose a tag to compare

Allows Apple Silicon to download the amd64 binary.

Bug Fixes

Code Generation

  • Pin v0.0.67 release commit (628ce36)

Changelog

628ce36 autogen: pin v0.0.67 release commit
f66aeec fix: workaround for apple silicon (#102)

Docker images

  • docker pull oryd/ory:v0.0.67
  • docker pull oryd/ory:latest