Skip to content

Commit

Permalink
Release v1.12.0 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumburovskalina committed Sep 20, 2023
1 parent a2f510a commit d300da1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,6 +8,7 @@ refinery/postgres-data
refinery/minio-data
refinery/qdrant-data
refinery/qdrant-storage
refinery/qdrant-volume
refinery/graphql-sqlite
refinery/kratos-sqlite
refinery/backup
Expand Down
2 changes: 1 addition & 1 deletion refinery/settings.json
Expand Up @@ -3,6 +3,6 @@
"LOCAL_VOLUME_MINIO": "./minio-data",
"LOCAL_VOLUME_OATHKEEPER": "./oathkeeper",
"LOCAL_VOLUME_POSTGRES": "./postgres-data",
"LOCAL_VOLUME_QDRANT": "./qdrant-storage",
"LOCAL_VOLUME_QDRANT": "./qdrant-volume",
"LOCAL_VOLUME_CONFIG": "./config"
}
38 changes: 19 additions & 19 deletions refinery/versions.json
@@ -1,31 +1,31 @@
{
"REFINERY": {
"AC_EXEC_ENV": "v1.11.0",
"AUTHORIZER": "v1.11.0",
"CONFIG": "v1.11.0",
"DOC_OCK": "v1.11.0",
"EMBEDDER": "v1.11.0",
"ENTRY": "v1.11.0",
"GATEWAY": "v1.11.0",
"GATEWAY_PROXY": "v1.11.0",
"ML_EXEC_ENV": "v1.11.0",
"LF_EXEC_ENV": "v1.11.0",
"NEURAL_SEARCH": "v1.11.0",
"REFINERY": "v1.11.0",
"RECORD_IDE_ENV": "v1.11.0",
"TOKENIZER": "v1.11.0",
"UI": "v1.11.0",
"UPDATER": "v1.11.0",
"WEAK_SUPERVISOR": "v1.11.0",
"AC_EXEC_ENV": "v1.12.0",
"AUTHORIZER": "v1.12.0",
"CONFIG": "v1.12.0",
"DOC_OCK": "v1.12.0",
"EMBEDDER": "v1.12.0",
"ENTRY": "v1.12.0",
"GATEWAY": "v1.12.0",
"GATEWAY_PROXY": "v1.12.0",
"ML_EXEC_ENV": "v1.12.0",
"LF_EXEC_ENV": "v1.12.0",
"NEURAL_SEARCH": "v1.12.0",
"REFINERY": "v1.12.0",
"RECORD_IDE_ENV": "v1.12.0",
"TOKENIZER": "v1.12.0",
"UI": "v1.12.0",
"UPDATER": "v1.12.0",
"WEAK_SUPERVISOR": "v1.12.0",
"WEBSOCKET": "v1.9.0",
"ZERO_SHOT": "v1.11.0"
"ZERO_SHOT": "v1.12.0"
},
"THIRD_PARTY": {
"KRATOS": "v0.8.0-alpha.2-sqlite",
"MAILHOG": "v1.0.1",
"MINIO": "RELEASE.2022-10-24T18-35-07Z",
"OATHKEEPER": "v0.38.15-beta.1",
"POSTGRES": "13",
"QDRANT": "v0.9.1"
"QDRANT": "v1.4.1"
}
}

0 comments on commit d300da1

Please sign in to comment.