Skip to content

Commit 76ce3e4

Browse files
committed
Bump version to v1.20.0
1 parent cc66198 commit 76ce3e4

File tree

1,509 files changed

+1744
-1744
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,509 files changed

+1744
-1744
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.3
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
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.19.0" |
15+
.info.version = "1.20.0" |
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.19.0" |
24+
.info.version = "1.20.0" |
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.sum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 h1:ZONpjmFT5e+I/0/
884884
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
885885
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 h1:b9mVrqYfq3P4bCdaLg1qtBnPzUYgglsIdjZkL/fQVOE=
886886
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
887-
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
887+
google.golang.org/grpc v1.20.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
888888
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
889889
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
890890
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=

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.19.0
4+
- API version: 1.20.0
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.19.0</version>
43+
<version>1.20.0</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.19.0"
53+
compile "org.openapitools:openapi-java-client:1.20.0"
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.19.0.jar`
66+
* `target/openapi-java-client-1.20.0.jar`
6767
* `target/lib/*.jar`
6868

6969
## Getting Started

java/http_client/v1/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
url: https://github.com/polyaxon/polyaxon
77
description: Polyaxon SDKs and REST API specification.
88
title: Polyaxon SDKs and REST API specification.
9-
version: 1.19.0
9+
version: 1.20.0
1010
servers:
1111
- url: /
1212
security:

java/http_client/v1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'java'
44

55
group = 'org.openapitools'
6-
version = '1.19.0'
6+
version = '1.20.0'
77

88
buildscript {
99
repositories {

java/http_client/v1/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "org.openapitools",
44
name := "openapi-java-client",
5-
version := "1.19.0",
5+
version := "1.20.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

java/http_client/v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>openapi-java-client</artifactId>
66
<packaging>jar</packaging>
77
<name>openapi-java-client</name>
8-
<version>1.19.0</version>
8+
<version>1.20.0</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

java/http_client/v1/src/main/java/org/openapitools/client/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Polyaxon SDKs and REST API specification.
1717
* Polyaxon SDKs and REST API specification.
1818
*
19-
* The version of the OpenAPI document: 1.19.0
19+
* The version of the OpenAPI document: 1.20.0
2020
* Contact: contact@polyaxon.com
2121
*
2222
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

java/http_client/v1/src/main/java/org/openapitools/client/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Polyaxon SDKs and REST API specification.
1717
* Polyaxon SDKs and REST API specification.
1818
*
19-
* The version of the OpenAPI document: 1.19.0
19+
* The version of the OpenAPI document: 1.20.0
2020
* Contact: contact@polyaxon.com
2121
*
2222
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -139,7 +139,7 @@ private void init() {
139139
json = new JSON();
140140

141141
// Set default User-Agent.
142-
setUserAgent("OpenAPI-Generator/1.19.0/java");
142+
setUserAgent("OpenAPI-Generator/1.20.0/java");
143143

144144
authentications = new HashMap<String, Authentication>();
145145
}

0 commit comments

Comments
 (0)