Skip to content

Commit bdf2187

Browse files
Release v1.15.0 (#280)
1 parent f3f731b commit bdf2187

File tree

7 files changed

+36
-57
lines changed

7 files changed

+36
-57
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022 onetask.ai GmbH
189+
Copyright 2024 Kern AI GmbH
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

refinery/kratos/kratos.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: v0.4.6-alpha.1
1+
version: v1.1.0
22

33
dsn: memory
44

@@ -12,12 +12,14 @@ serve:
1212

1313
selfservice:
1414
default_browser_return_url: http://localhost:4455/refinery/projects
15-
whitelisted_return_urls:
15+
allowed_return_urls:
1616
- http://localhost:4455/
1717

1818
methods:
1919
password:
2020
enabled: true
21+
link:
22+
enabled: true
2123

2224
flows:
2325
error:
@@ -30,10 +32,12 @@ selfservice:
3032
recovery:
3133
enabled: true
3234
ui_url: http://localhost:4455/auth/recovery
35+
use: link
3336

3437
verification:
3538
enabled: true
3639
ui_url: http://localhost:4455/auth/verify
40+
use: link
3741
after:
3842
default_browser_return_url: http://localhost:4455/
3943

@@ -55,7 +59,7 @@ selfservice:
5559
hook: session
5660

5761
log:
58-
level: debug
62+
level: trace
5963
format: text
6064
leak_sensitive_values: true
6165

@@ -72,7 +76,10 @@ hashers:
7276
key_length: 16
7377

7478
identity:
75-
default_schema_url: file:///etc/config/kratos/identity.schema.json
79+
default_schema_id: default
80+
schemas:
81+
- id: default
82+
url: file:///etc/config/kratos/identity.schema.json
7683

7784
courier:
7885
smtp:

refinery/oathkeeper/access-rules.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,6 @@
8383
to: http://localhost:4455/auth/login
8484
return_to_query_param: 'return_to'
8585

86-
-
87-
id: "kernai:refinery-gateway:protected"
88-
upstream:
89-
preserve_host: true
90-
url: "http://refinery-gateway:80"
91-
match:
92-
url: "http://localhost:4455/<{graphql/,graphql/**}>"
93-
methods:
94-
- GET
95-
- POST
96-
authenticators:
97-
-
98-
handler: cookie_session
99-
authorizer:
100-
handler: allow
101-
mutators:
102-
- handler: id_token
103-
errors:
104-
- handler: redirect
105-
config:
106-
to: http://localhost:4455/auth/login
107-
10886
- id: "kernai:refinery-gateway:fastapi"
10987
upstream:
11088
preserve_host: true

refinery/oathkeeper/oathkeeper.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ authorizers:
9999
mutators:
100100
noop:
101101
enabled: true
102-
103-
header:
104-
enabled: true
105-
config:
106-
headers:
107-
X-Onetask: "X"
108102

109103
id_token:
110104
enabled: true

refinery/versions.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"REFINERY": {
3-
"AC_EXEC_ENV": "v1.14.0",
4-
"AUTHORIZER": "v1.14.0",
5-
"CONFIG": "v1.14.0",
6-
"DOC_OCK": "v1.14.0",
7-
"EMBEDDER": "v1.14.0",
8-
"ENTRY": "v1.14.0",
9-
"GATEWAY": "v1.14.0",
10-
"GATEWAY_PROXY": "v1.14.0",
11-
"ML_EXEC_ENV": "v1.14.0",
12-
"LF_EXEC_ENV": "v1.14.0",
13-
"NEURAL_SEARCH": "v1.14.0",
14-
"REFINERY": "v1.14.0",
15-
"RECORD_IDE_ENV": "v1.14.0",
16-
"TOKENIZER": "v1.14.0",
17-
"UI": "v1.14.0",
18-
"UPDATER": "v1.14.0",
19-
"WEAK_SUPERVISOR": "v1.14.0",
20-
"WEBSOCKET": "v1.9.0",
21-
"ZERO_SHOT": "v1.14.0"
3+
"AC_EXEC_ENV": "v1.15.0",
4+
"AUTHORIZER": "v1.15.0",
5+
"CONFIG": "v1.15.0",
6+
"DOC_OCK": "v1.15.0",
7+
"EMBEDDER": "v1.15.0",
8+
"ENTRY": "v1.15.0",
9+
"GATEWAY": "v1.15.0",
10+
"GATEWAY_PROXY": "v1.15.0",
11+
"ML_EXEC_ENV": "v1.15.0",
12+
"LF_EXEC_ENV": "v1.15.0",
13+
"NEURAL_SEARCH": "v1.15.0",
14+
"REFINERY": "v1.15.0",
15+
"RECORD_IDE_ENV": "v1.15.0",
16+
"TOKENIZER": "v1.15.0",
17+
"UI": "v1.15.0",
18+
"UPDATER": "v1.15.0",
19+
"WEAK_SUPERVISOR": "v1.15.0",
20+
"WEBSOCKET": "v1.15.0",
21+
"ZERO_SHOT": "v1.15.0"
2222
},
2323
"THIRD_PARTY": {
24-
"KRATOS": "v0.8.0-alpha.2-sqlite",
24+
"KRATOS": "v1.1.0",
2525
"MAILHOG": "v1.0.1",
2626
"MINIO": "RELEASE.2022-10-24T18-35-07Z",
2727
"OATHKEEPER": "v0.38.15-beta.1",

start

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ esac
88

99
MINIO_ENDPOINT="http://$HOST_IP:7053"
1010

11-
docker pull kernai/alfred:v1.13.0
11+
docker pull kernai/alfred:v1.15.0
1212

1313
docker run -d --rm --name alfred \
1414
-v /var/run/docker.sock:/var/run/docker.sock \
1515
-v "$PWD/refinery:/refinery" \
16-
kernai/alfred:v1.13.0 \
16+
kernai/alfred:v1.15.0 \
1717
python start.py "$PWD/refinery" $MINIO_ENDPOINT
1818

1919
docker logs -f alfred

start.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ set "PWD=/%PWD%"
1010
REM grab MINIO_ENDPOINT from ipconfig
1111
Call :setMinioEndpoint
1212

13-
docker pull kernai/alfred:v1.13.0
13+
docker pull kernai/alfred:v1.15.0
1414

1515
docker run -d --rm ^
1616
--name alfred ^
1717
-v /var/run/docker.sock:/var/run/docker.sock ^
18-
-v "%PWD%/refinery:/refinery" kernai/alfred:v1.13.0 ^
18+
-v "%PWD%/refinery:/refinery" kernai/alfred:v1.15.0 ^
1919
python start.py "%PWD%/refinery" %MINIO_ENDPOINT% > nul
2020

2121
docker logs -f alfred

0 commit comments

Comments
 (0)