Skip to content

Commit f21acf8

Browse files
committed
Bump versiont to v1.21.0
1 parent 76ce3e4 commit f21acf8

File tree

1,763 files changed

+39251
-1852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,763 files changed

+39251
-1852
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ HTTP_CLIENT := http_client
3030
# Move -I/gopath/pkg/mod/github.com/grpc-ecosystem/grpc-gateway\@v1.16.0/googleapis/ to -I/sdks/protos/google/api/
3131
# See https://github.com/grpc-ecosystem/grpc-gateway/issues/1935#issuecomment-803572170
3232
# Flags
33-
INCLUDE_FLAGS := -I/usr/local/include -I. -I/gopath/pkg/mod -I/sdks/protos/google/api -I/gopath/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2\@v2.11.2
33+
INCLUDE_FLAGS := -I/usr/local/include -I. -I/gopath/pkg/mod -I/sdks/protos/google/api -I/gopath/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2\@v2.14.0
3434
API_FLAGS := --plugin=protoc-gen-openapiv2=/gopath/bin/protoc-gen-openapiv2 --swagger_out=simple_operation_ids=true,logtostderr=true,allow_delete_body=true:swagger
3535
PROTO_PATH := --proto_path=protos/
3636

concat.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jq -s '
1212
reduce .[] as $item ({}; . * $item) |
1313
.info.title = "Polyaxon SDKs and REST API specification." |
1414
.info.description = "Polyaxon SDKs and REST API specification." |
15-
.info.version = "1.20.0" |
15+
.info.version = "1.21.0" |
1616
.info.contact = {"name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", "email": "[email protected]"}
1717
' swagger/v1/{polyaxon_sdk_apis,owner.artifact,project.artifact,run.artifact,connections.default,earlyStopping.default,hp.default,matrix.default,reference.default,run.default,schedule.default}.swagger.json > "swagger/v1/polyaxon_sdk.swagger.json"
1818

@@ -21,7 +21,7 @@ jq -s '
2121
reduce .[] as $item ({}; . * $item) |
2222
.info.title = "Polyaxon SDKs and REST API specification." |
2323
.info.description = "Polyaxon SDKs and REST API specification." |
24-
.info.version = "1.20.0" |
24+
.info.version = "1.21.0" |
2525
.info.contact = {"name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", "email": "[email protected]"}
2626
' swagger/v1/{polyaxon_sdk,jsonschema.default,k8s.default}.swagger.json > "jsonschema/v1/polyaxon_sdk.swagger.json"
2727

go/http_client/v1/service_client/agents_v1/create_agent_responses.go

+150
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)