Skip to content

Commit

Permalink
ci: bump goreleaser (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 5, 2021
1 parent a913419 commit 64c9b76
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
changelog: ory/changelog@0.1.10
goreleaser: ory/goreleaser@0.1.33
goreleaser: ory/goreleaser@0.1.34
slack: circleci/slack@3.4.2
sdk: ory/sdk@0.1.43
docs: ory/docs@0.0.11
Expand Down
45 changes: 23 additions & 22 deletions .schema/openapi/patches/selfservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
path: /components/schemas/submitSelfServiceRegistrationFlowBody/oneOf
value:
- "$ref": "#/components/schemas/submitSelfServiceRegistrationFlowWithPasswordMethodBody"
- "$ref": "#/components/schemas/submitSelfServiceRegistrationFlowWithOidcMethodBody"
- op: add
path: /components/schemas/submitSelfServiceRegistrationFlowBody/discriminator
value:
Expand Down Expand Up @@ -51,28 +52,28 @@
# end

# All modifications for the recovery flow
- op: remove
path: /components/schemas/submitSelfServiceRecoveryFlowBody/type
- op: add
path: /components/schemas/submitSelfServiceRecoveryFlowWithLinkMethodBody/properties/method/enum
value:
- link
- op: add
path: /components/schemas/submitSelfServiceRecoveryFlowBody/oneOf
value:
- "$ref": "#/components/schemas/submitSelfServiceRecoveryFlowWithLinkMethodBody"
- op: add
path: /components/schemas/submitSelfServiceRecoveryFlowBody/discriminator
value:
propertyName: method
mapping:
link: "#/components/schemas/submitSelfServiceRecoveryFlowWithLinkMethodBody"
- op: add
path: /components/schemas/selfServiceRecoveryFlowState/enum
value:
- choose_method
- sent_email
- passed_challenge
# - op: remove
# path: /components/schemas/submitSelfServiceRecoveryFlowBody
# - op: add
# path: /components/schemas/submitSelfServiceRecoveryFlowWithLinkMethodBody/properties/method/enum
# value:
# - link
# - op: add
# path: /components/schemas/submitSelfServiceRecoveryFlowBody/oneOf
# value:
# - "$ref": "#/components/schemas/submitSelfServiceRecoveryFlowWithLinkMethodBody"
# - op: add
# path: /components/schemas/submitSelfServiceRecoveryFlowBody/discriminator
# value:
# propertyName: method
# mapping:
# link: "#/components/schemas/submitSelfServiceRecoveryFlowWithLinkMethodBody"
# - op: add
# path: /components/schemas/selfServiceRecoveryFlowState/enum
# value:
# - choose_method
# - sent_email
# - passed_challenge
# End

# All modifications for the verification flow
Expand Down

0 comments on commit 64c9b76

Please sign in to comment.