Skip to content

Commit 2dbcfdd

Browse files
author
Silas Boyd-Wickizer
committed
Specify swagger-codegen version to pull in optional header override
v2.4.2 includes the change to (optionally) override/set headers on every call. See #19 for discussion. Bump the swagger-codegen version all the way to v2.4.5 to pull in the fixes after v2.4.2.
1 parent 2d01b4e commit 2dbcfdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ export CLIENT_VERSION="0.8-SNAPSHOT"
2323

2424
# Name of the release package
2525
export PACKAGE_NAME="@kubernetes/node-client"
26+
27+
# Swagger Codegen version: use last v2.
28+
export SWAGGER_CODEGEN_COMMIT="v2.4.5"

0 commit comments

Comments
 (0)