Skip to content

Commit

Permalink
Default to openapi-generator 7.10.0 in rust.sh (#273)
Browse files Browse the repository at this point in the history
The openapi-generator needs to be at least 5.2.0 to build properly, see this PR: OpenAPITools/openapi-generator#9745.
  • Loading branch information
mickvangelderen authored Nov 23, 2024
1 parent ea9a206 commit d519da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openapi/rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ popd > /dev/null
source "${SCRIPT_ROOT}/openapi-generator/client-generator.sh"
source "${SETTING_FILE}"

OPENAPI_GENERATOR_COMMIT="${OPENAPI_GENERATOR_COMMIT:-v7.10.0}" \

CLIENT_LANGUAGE=rust; \
CLEANUP_DIRS=(docs lib); \
kubeclient::generator::generate_client "${OUTPUT_DIR}"

0 comments on commit d519da9

Please sign in to comment.