Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/weaviate/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ These are the release notes for the last five minor releases:
import QuickLinks from "/src/components/QuickLinks";

export const pythonCardsData = [
{
title: "v1.35",
link: "https://github.com/weaviate/weaviate/releases/tag/v1.35.0",
icon: "fa fa-tags",
},
{
title: "v1.34",
link: "https://weaviate.io/blog/weaviate-1-34-release",
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
ports:
- 8090:8080
- 50061:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon-bind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
ports:
- 8380:8080
- 50351:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon-clip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
ports:
- 8280:8080
- 50251:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon-offload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
ports:
- 8080:8080
- 50051:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
ports:
- 8080:8080
- 50051:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-rbac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
ports:
- 8580:8080
- 50551:50051
Expand Down
6 changes: 3 additions & 3 deletions tests/docker-compose-three-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
restart: on-failure:0
ports:
- "8180:8080"
Expand All @@ -35,7 +35,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
restart: on-failure:0
ports:
- "8181:8080"
Expand Down Expand Up @@ -63,7 +63,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
restart: on-failure:0
ports:
- "8182:8080"
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.34.0
image: cr.weaviate.io/semitechnologies/weaviate:1.35.0
ports:
- 8099:8080
- 50052:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ uvicorn==0.30.1
validators==0.34.0
watchfiles==0.22.0
wcwidth==0.2.13
weaviate-client==4.17.0
weaviate-client==4.19.0
git+https://github.com/g-despot/wv_demo_uploader.git@migrate-newsarticles
websockets==12.0
wrapt==1.16.0
Expand Down
4 changes: 2 additions & 2 deletions versions-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"COMMENT1": "These values are used for yarn local yarn builds",
"COMMENT2": "Build time values are set in _build_scripts/update-config-versions.js",
"weaviate_version": "1.34.0",
"weaviate_version": "1.35.0",
"helm_version": "17.3.3",
"weaviate_cli_version": "3.2.2",
"weaviate_agents_version": "1.0.1",
"python_client_version": "4.17.0",
"python_client_version": "4.19.0",
"go_client_version": "5.5.0",
"java_client_version": "5.5.0",
"java_new_client_version": "6.0.0",
Expand Down