Skip to content

Commit

Permalink
Bump versiont to v1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Dec 18, 2022
1 parent 76ce3e4 commit fc8d798
Show file tree
Hide file tree
Showing 1,763 changed files with 39,161 additions and 1,762 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ HTTP_CLIENT := http_client
# Move -I/gopath/pkg/mod/github.com/grpc-ecosystem/grpc-gateway\@v1.16.0/googleapis/ to -I/sdks/protos/google/api/
# See https://github.com/grpc-ecosystem/grpc-gateway/issues/1935#issuecomment-803572170
# Flags
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
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
API_FLAGS := --plugin=protoc-gen-openapiv2=/gopath/bin/protoc-gen-openapiv2 --swagger_out=simple_operation_ids=true,logtostderr=true,allow_delete_body=true:swagger
PROTO_PATH := --proto_path=protos/

Expand Down
4 changes: 2 additions & 2 deletions concat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jq -s '
reduce .[] as $item ({}; . * $item) |
.info.title = "Polyaxon SDKs and REST API specification." |
.info.description = "Polyaxon SDKs and REST API specification." |
.info.version = "1.20.0" |
.info.version = "1.21.0" |
.info.contact = {"name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", "email": "[email protected]"}
' 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"

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

Expand Down
150 changes: 150 additions & 0 deletions go/http_client/v1/service_client/agents_v1/create_agent_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc8d798

Please sign in to comment.