[v10.0.x] CI: Update CI/CD tooling and pipelines from main (#76874)

* CI: Update CI/CD tooling and pipelines from main (#76814)

* CI: Update CI/CD tooling and pipelines from main

* Update Makefile

* Comment out validate_openapi_spec_step

* Update broken frontend tests

* Fix validate-npm-packages regex to work without suffix

* Fix cypress image version

(cherry picked from commit 03ecb1db39)

* Comment out kindsysreport/codegen/report.go on Makefile

* Remove modfile step, since modowners doesn't exist

* Disable i18n step
This commit is contained in:
Guilherme Caulada
2023-10-20 10:04:18 -03:00
committed by GitHub
parent 67de1e5a1d
commit 438200c50d
48 changed files with 2768 additions and 2867 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
global variables
"""
grabpl_version = "v3.0.42"
golang_version = "1.20.10"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
nodejs_version = "18.12.0"