Skip to content

Commit

Permalink
autogen: pin v0.7.0-alpha.1 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Oct 19, 2021
1 parent bd88a36 commit 0d1e33a
Show file tree
Hide file tree
Showing 19 changed files with 81 additions and 30 deletions.
4 changes: 2 additions & 2 deletions contrib/cat-videos-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'

services:
keto:
image: oryd/keto:v0.7.0-alpha.0-sqlite
image: oryd/keto:v0.7.0-alpha.1-sqlite
ports:
- '4466:4466'
- '4467:4467'
Expand All @@ -14,7 +14,7 @@ services:
target: /home/ory

keto-init:
image: oryd/keto:v0.7.0-alpha.0-sqlite
image: oryd/keto:v0.7.0-alpha.1-sqlite
environment:
- KETO_WRITE_REMOTE=keto:4467
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Pull requests eligible for review
5. have signed our
[Contributor License Agreement](https://cla-assistant.io/ory/keto);
6. include a proper git commit message following the
[Conventional Commit Specification](https://www.conventionalcommits.org/en/v1.0.0/).
[Conventional Commit Specification](https://www.conventionalcommits.org/en/v0.7.0-alpha.1/).

If all of these items are checked, the pull request is ready to be reviewed and
you should change the status to "Ready for review" and
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guides/expand-api-display-who-has-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tree of everyone who has access to that file:

<CodeTabs
sampleId="expand-api-display-access/01-expand-beach"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

### Maximum Tree Depth
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/guides/list-api-display-objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ chats, the application uses Keto's list API:

<CodeTabs
sampleId="list-api-display-objects/01-list-PM"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

As a response, the application gets the list of all chats the user `PM` is a
Expand All @@ -101,7 +101,7 @@ In our example, a user wants to see who is a member of the `coffee-break` group:

<CodeTabs
sampleId="list-api-display-objects/02-list-coffee-break"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

## Application Context
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/guides/simple-access-check-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Try this yourself by first adding the relation tuple using the

<CodeTabs
sampleId="simple-access-check-guide/00-write-direct-access"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

Now, we can use the check-API to verify that `john` is allowed to `decypher` the
message:

<CodeTabs
sampleId="simple-access-check-guide/01-check-direct-access"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

### Indirectly Defined Access
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ binaries, Docker images, and support a number of package managers.
We recommend using Docker to run Ory Keto:

```shell
$ docker pull oryd/keto:v0.7.0-alpha.0
$ docker run --rm -it oryd/keto:v0.7.0-alpha.0 help
$ docker pull oryd/keto:v0.7.0-alpha.1
$ docker run --rm -it oryd/keto:v0.7.0-alpha.1 help
```

## macOS
Expand All @@ -31,7 +31,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary
using:

```shell
$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.0
$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.1
$ ./keto help
```

Expand Down Expand Up @@ -78,7 +78,7 @@ will only work with a Linux shell like bash or sh.
```shell
$ git clone https://github.com/ory/keto.git
$ cd keto
$ git checkout v0.7.0-alpha.0
$ git checkout v0.7.0-alpha.1
$ make install
$ keto help
```
2 changes: 1 addition & 1 deletion docs/docs/milestones.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: milestones
title: Milestones and Roadmap
---

## [v0.7.0](https://github.com/ory/keto/milestone/5)
## [v0.7.0-alpha.1](https://github.com/ory/keto/milestone/5)

The biggest change for the next release will be the new SQL table structure
(https://github.com/ory/keto/pull/638). The main goal is to improve the QoS, big
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ video service client would do. In this example we will use the Keto CLI client.
If you want to run the Keto CLI within **Docker**, set the alias

```shell
alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.0"
alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.1"
```

in your terminal session. Alternatively, you need to set the remote endpoint so
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ namespaces: http://a.aaa
# - Windows Command Line (CMD):
# > set VERSION=<value>
#
version: v0.0.0
version: v0.7.0-alpha.1

## Data Source Name ##
#
Expand Down
1 change: 1 addition & 0 deletions docs/package-lock.json

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

2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.7/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Pull requests eligible for review
5. have signed our
[Contributor License Agreement](https://cla-assistant.io/ory/keto);
6. include a proper git commit message following the
[Conventional Commit Specification](https://www.conventionalcommits.org/en/v0.7.0-alpha.0/).
[Conventional Commit Specification](https://www.conventionalcommits.org/en/v0.7.0-alpha.1/).

If all of these items are checked, the pull request is ready to be reviewed and
you should change the status to "Ready for review" and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tree of everyone who has access to that file:

<CodeTabs
sampleId="expand-api-display-access/01-expand-beach"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

### Maximum Tree Depth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ chats, the application uses Keto's list API:

<CodeTabs
sampleId="list-api-display-objects/01-list-PM"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

As a response, the application gets the list of all chats the user `PM` is a
Expand All @@ -101,7 +101,7 @@ In our example, a user wants to see who is a member of the `coffee-break` group:

<CodeTabs
sampleId="list-api-display-objects/02-list-coffee-break"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

## Application Context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Try this yourself by first adding the relation tuple using the

<CodeTabs
sampleId="simple-access-check-guide/00-write-direct-access"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

Now, we can use the check-API to verify that `john` is allowed to `decypher` the
message:

<CodeTabs
sampleId="simple-access-check-guide/01-check-direct-access"
version="v0.7.0-alpha.0"
version="v0.7.0-alpha.1"
/>

### Indirectly Defined Access
Expand Down
8 changes: 4 additions & 4 deletions docs/versioned_docs/version-v0.7/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ binaries, Docker images, and support a number of package managers.
We recommend using Docker to run Ory Keto:

```shell
$ docker pull oryd/keto:v0.7.0-alpha.0
$ docker run --rm -it oryd/keto:v0.7.0-alpha.0 help
$ docker pull oryd/keto:v0.7.0-alpha.1
$ docker run --rm -it oryd/keto:v0.7.0-alpha.1 help
```

## macOS
Expand All @@ -31,7 +31,7 @@ On linux, you can use `bash <(curl ...)` to fetch the latest stable binary
using:

```shell
$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.0
$ bash <(curl https://raw.githubusercontent.com/ory/keto/master/install.sh) -b . v0.7.0-alpha.1
$ ./keto help
```

Expand Down Expand Up @@ -78,7 +78,7 @@ will only work with a Linux shell like bash or sh.
```shell
$ git clone https://github.com/ory/keto.git
$ cd keto
$ git checkout v0.7.0-alpha.0
$ git checkout v0.7.0-alpha.1
$ make install
$ keto help
```
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.7/milestones.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: milestones
title: Milestones and Roadmap
---

## [v0.7.0-alpha.0](https://github.com/ory/keto/milestone/5)
## [v0.7.0-alpha.1](https://github.com/ory/keto/milestone/5)

The biggest change for the next release will be the new SQL table structure
(https://github.com/ory/keto/pull/638). The main goal is to improve the QoS, big
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v0.7/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ video service client would do. In this example we will use the Keto CLI client.
If you want to run the Keto CLI within **Docker**, set the alias

```shell
alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.0"
alias keto="docker run -it --network cat-videos-example_default -e KETO_READ_REMOTE=\"keto:4466\" oryd/keto:v0.7.0-alpha.1"
```

in your terminal session. Alternatively, you need to set the remote endpoint so
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ namespaces: http://a.aaa
# - Windows Command Line (CMD):
# > set VERSION=<value>
#
version: v0.7.0-alpha.0
version: v0.7.0-alpha.1

## Data Source Name ##
#
Expand Down
54 changes: 52 additions & 2 deletions docs/versioned_sidebars/version-v0.7-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,20 @@
"href": "https://www.ory.sh/kratos/docs/next/concepts/terminology"
},
{
"label": "User Interface",
"label": "Ory Session Token / Ory Session Cookie",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/concepts/session"
},
{
"label": "Customize User Interface",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/concepts/ui-user-interface"
},
{
"label": "Administrative User / Management Interface",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/concepts/management-ui"
},
{
"label": "Identity Schema",
"type": "link",
Expand All @@ -376,6 +386,21 @@
"label": "Social Sign In, OpenID Connect, and OAuth2",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/openid-connect-oidc-oauth2"
},
{
"label": "2FA Look-up Secrets and Recovery Codes",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/lookup-secrets"
},
{
"label": "2FA TOTP (Google Authenticator)",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/totp"
},
{
"label": "2FA FIDO2 & U2F (WebAuthn)",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/concepts/credentials/webauthn"
}
],
"collapsible": true,
Expand Down Expand Up @@ -485,6 +510,11 @@
"collapsible": true,
"label": "Guides",
"items": [
{
"label": "Add Two Factor Authentication (2FA) to your App",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next//two-factor-authentication-2fa-mfa"
},
{
"label": "Sign in with GitHub, GitLab, Google, Facebook, LinkedIn, Microsoft ...",
"type": "link",
Expand Down Expand Up @@ -535,6 +565,26 @@
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/guides/secret-key-rotation"
},
{
"label": "Get Access, Refresh, ID Tokens from Social Sign In Providers",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/guides/retrieve-social-sign-in-access-refresh-id-token"
},
{
"label": "Setting up Noop Cipher algorithm",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/guides/setting-up-noop-cipher-parameters"
},
{
"label": "Setting up XChaCha20 Poly1305 Cipher algorithm",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/guides/setting-up-xchacha-cipher-parameters"
},
{
"label": "Setting up AES Cipher algorithm",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/guides/setting-up-aes-cipher-parameters"
},
{
"label": "High Availability",
"type": "link",
Expand Down Expand Up @@ -747,7 +797,7 @@
{
"label": "Debugging Ory Kratos in Docker with Delve",
"type": "link",
"href": "https://www.ory.sh/kratos/docs/next/debug/debugging_in_docker"
"href": "https://www.ory.sh/kratos/docs/next/debug/debug-docker-delve-ory-kratos"
}
]
},
Expand Down

0 comments on commit 0d1e33a

Please sign in to comment.