Skip to content

Commit 5fc32b9

Browse files
committed
Bump version to v1.18.2
1 parent 1beaf78 commit 5fc32b9

File tree

1,514 files changed

+23470
-23185
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,514 files changed

+23470
-23185
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.10.0
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.10.3
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

Lines changed: 2 additions & 2 deletions
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.18.0" |
15+
.info.version = "1.18.2" |
1616
.info.contact = {"name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", "email": "contact@polyaxon.com"}
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.18.0" |
24+
.info.version = "1.18.2" |
2525
.info.contact = {"name": "Polyaxon sdk", "url": "https://github.com/polyaxon/polyaxon", "email": "contact@polyaxon.com"}
2626
' swagger/v1/{polyaxon_sdk,jsonschema.default,k8s.default}.swagger.json > "jsonschema/v1/polyaxon_sdk.swagger.json"
2727

go/http_client/v1/service_model/v1_tensorboard_type.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/http_client/v1/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# openapi-java-client
22

33
Polyaxon SDKs and REST API specification.
4-
- API version: 1.18.0
4+
- API version: 1.18.2
55

66
Polyaxon SDKs and REST API specification.
77

@@ -40,7 +40,7 @@ Add this dependency to your project's POM:
4040
<dependency>
4141
<groupId>org.openapitools</groupId>
4242
<artifactId>openapi-java-client</artifactId>
43-
<version>1.18.0</version>
43+
<version>1.18.2</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
```
@@ -50,7 +50,7 @@ Add this dependency to your project's POM:
5050
Add this dependency to your project's build file:
5151

5252
```groovy
53-
compile "org.openapitools:openapi-java-client:1.18.0"
53+
compile "org.openapitools:openapi-java-client:1.18.2"
5454
```
5555

5656
### Others
@@ -63,7 +63,7 @@ mvn clean package
6363

6464
Then manually install the following JARs:
6565

66-
* `target/openapi-java-client-1.18.0.jar`
66+
* `target/openapi-java-client-1.18.2.jar`
6767
* `target/lib/*.jar`
6868

6969
## Getting Started

0 commit comments

Comments
 (0)