Skip to content

Commit

Permalink
chore: fix version schema & bump Ory CLI (ory#2759)
Browse files Browse the repository at this point in the history
Closes ory#2748

Co-authored-by: aeneasr <[email protected]>
  • Loading branch information
zepatrik and aeneasr authored Sep 29, 2021
1 parent de46dab commit 1bf546f
Show file tree
Hide file tree
Showing 128 changed files with 2,878 additions and 1,251 deletions.
1 change: 1 addition & 0 deletions .orycli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
project: hydra
56 changes: 0 additions & 56 deletions .schema/version.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.9.0-alpha.0.pre.2"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.0.pre.2/.schema/config.schema.json"
}
]
},
{
"allOf": [
{
Expand Down Expand Up @@ -158,20 +144,6 @@
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.9.3-pre.5"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.3-pre.5/.schema/config.schema.json"
}
]
},
{
"allOf": [
{
Expand Down Expand Up @@ -200,20 +172,6 @@
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.10.3-pre.1"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.3-pre.1/spec/config.json"
}
]
},
{
"allOf": [
{
Expand All @@ -228,20 +186,6 @@
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.10.5-pre.1"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.5-pre.1/spec/config.json"
}
]
},
{
"allOf": [
{
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docs/cli: .bin/clidoc
clidoc .

.bin/ory: Makefile
bash <(curl https://raw.githubusercontent.com/ory/cli/master/install.sh) -b .bin v0.0.53
bash <(curl https://raw.githubusercontent.com/ory/cli/master/install.sh) -b .bin v0.0.72
touch -a -m .bin/ory

.PHONY: lint
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 32 additions & 17 deletions internal/httpclient/client/admin/accept_login_request_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1bf546f

Please sign in to comment.