Skip to content

Commit

Permalink
Release v1.14.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumburovskalina committed Apr 18, 2024
1 parent 94443ee commit f3f731b
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 18 deletions.
24 changes: 24 additions & 0 deletions refinery/oathkeeper/access-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,30 @@
config:
to: http://localhost:4455/auth/login

- id: "kernai:refinery-gateway:fastapi"
upstream:
preserve_host: true
url: "http://refinery-gateway:80"
strip_path: /refinery-gateway/
match:
url: "http://localhost:4455/<{refinery-gateway/,refinery-gateway/**}>"
methods:
- GET
- POST
- PUT
- DELETE
authenticators:
-
handler: cookie_session
authorizer:
handler: allow
mutators:
- handler: id_token
errors:
- handler: redirect
config:
to: http://localhost:4455/auth/login

- id: "kernai:refinery-is-managed:public"
upstream:
preserve_host: true
Expand Down
36 changes: 18 additions & 18 deletions refinery/versions.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"REFINERY": {
"AC_EXEC_ENV": "v1.13.0",
"AUTHORIZER": "v1.13.0",
"CONFIG": "v1.13.0",
"DOC_OCK": "v1.13.0",
"EMBEDDER": "v1.13.0",
"ENTRY": "v1.13.0",
"GATEWAY": "v1.13.0",
"GATEWAY_PROXY": "v1.13.0",
"ML_EXEC_ENV": "v1.13.0",
"LF_EXEC_ENV": "v1.13.0",
"NEURAL_SEARCH": "v1.13.0",
"REFINERY": "v1.13.0",
"RECORD_IDE_ENV": "v1.13.0",
"TOKENIZER": "v1.13.0",
"UI": "v1.13.1",
"UPDATER": "v1.13.0",
"WEAK_SUPERVISOR": "v1.13.0",
"AC_EXEC_ENV": "v1.14.0",
"AUTHORIZER": "v1.14.0",
"CONFIG": "v1.14.0",
"DOC_OCK": "v1.14.0",
"EMBEDDER": "v1.14.0",
"ENTRY": "v1.14.0",
"GATEWAY": "v1.14.0",
"GATEWAY_PROXY": "v1.14.0",
"ML_EXEC_ENV": "v1.14.0",
"LF_EXEC_ENV": "v1.14.0",
"NEURAL_SEARCH": "v1.14.0",
"REFINERY": "v1.14.0",
"RECORD_IDE_ENV": "v1.14.0",
"TOKENIZER": "v1.14.0",
"UI": "v1.14.0",
"UPDATER": "v1.14.0",
"WEAK_SUPERVISOR": "v1.14.0",
"WEBSOCKET": "v1.9.0",
"ZERO_SHOT": "v1.13.0"
"ZERO_SHOT": "v1.14.0"
},
"THIRD_PARTY": {
"KRATOS": "v0.8.0-alpha.2-sqlite",
Expand Down

0 comments on commit f3f731b

Please sign in to comment.