Skip to content

Commit

Permalink
Update openapi generator v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonkwok committed Feb 29, 2020
1 parent ba4423e commit b3e748c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
# limitations under the License.

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

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

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

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

export OPENAPI_GENERATOR_COMMIT=v4.1.3
export OPENAPI_GENERATOR_COMMIT=v4.2.3

0 comments on commit b3e748c

Please sign in to comment.