Skip to content

Commit b3e748c

Browse files
committed
Update openapi generator v4.2.3
1 parent ba4423e commit b3e748c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# limitations under the License.
1616

1717
# kubernetes-client/gen commit to use for code generation.
18-
export GEN_COMMIT=7959939
18+
export GEN_COMMIT=9f439b6
1919

2020
# GitHub username/organization to clone kubernetes repo from.
2121
export USERNAME=kubernetes
2222

23-
# Kubernetes branch to get the OpenAPI spec from.
24-
export KUBERNETES_BRANCH="release-1.15"
23+
# Kubernetes branch/tag to get the OpenAPI spec from.
24+
export KUBERNETES_BRANCH="v1.15.10"
2525

2626
# client version for packaging and releasing. It can
2727
# be different than SPEC_VERSION.
@@ -30,4 +30,4 @@ export CLIENT_VERSION="0.8-SNAPSHOT"
3030
# Name of the release package
3131
export PACKAGE_NAME="@kubernetes/node-client"
3232

33-
export OPENAPI_GENERATOR_COMMIT=v4.1.3
33+
export OPENAPI_GENERATOR_COMMIT=v4.2.3

0 commit comments

Comments
 (0)