BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <cert-manager-bot@users.noreply.github.com>
This commit is contained in:
parent
2968f102e1
commit
02b348e3c3
@ -8,7 +8,7 @@ aliases:
|
||||
- wallrj
|
||||
- jakexks
|
||||
- maelvls
|
||||
- irbekrm
|
||||
- sgtcodfish
|
||||
- inteon
|
||||
- thatsmrtalbot
|
||||
- erikgb
|
||||
|
||||
14
klone.yaml
14
klone.yaml
@ -10,35 +10,35 @@ targets:
|
||||
- folder_name: boilerplate
|
||||
repo_url: https://github.com/cert-manager/makefile-modules.git
|
||||
repo_ref: main
|
||||
repo_hash: 17a429b9edf19f9fce5ee6ba22fb9e946e83f6fe
|
||||
repo_hash: 363523ab2958f2710d3487972c3df9cb27cc7085
|
||||
repo_path: modules/boilerplate
|
||||
- folder_name: generate-verify
|
||||
repo_url: https://github.com/cert-manager/makefile-modules.git
|
||||
repo_ref: main
|
||||
repo_hash: 17a429b9edf19f9fce5ee6ba22fb9e946e83f6fe
|
||||
repo_hash: 363523ab2958f2710d3487972c3df9cb27cc7085
|
||||
repo_path: modules/generate-verify
|
||||
- folder_name: go
|
||||
repo_url: https://github.com/cert-manager/makefile-modules.git
|
||||
repo_ref: main
|
||||
repo_hash: 17a429b9edf19f9fce5ee6ba22fb9e946e83f6fe
|
||||
repo_hash: 363523ab2958f2710d3487972c3df9cb27cc7085
|
||||
repo_path: modules/go
|
||||
- folder_name: help
|
||||
repo_url: https://github.com/cert-manager/makefile-modules.git
|
||||
repo_ref: main
|
||||
repo_hash: 17a429b9edf19f9fce5ee6ba22fb9e946e83f6fe
|
||||
repo_hash: 363523ab2958f2710d3487972c3df9cb27cc7085
|
||||
repo_path: modules/help
|
||||
- folder_name: klone
|
||||
repo_url: https://github.com/cert-manager/makefile-modules.git
|
||||
repo_ref: main
|
||||
repo_hash: 17a429b9edf19f9fce5ee6ba22fb9e946e83f6fe
|
||||
repo_hash: 363523ab2958f2710d3487972c3df9cb27cc7085
|
||||
repo_path: modules/klone
|
||||
- folder_name: repository-base
|
||||
repo_url: https://github.com/cert-manager/makefile-modules.git
|
||||
repo_ref: main
|
||||
repo_hash: 17a429b9edf19f9fce5ee6ba22fb9e946e83f6fe
|
||||
repo_hash: 363523ab2958f2710d3487972c3df9cb27cc7085
|
||||
repo_path: modules/repository-base
|
||||
- folder_name: tools
|
||||
repo_url: https://github.com/cert-manager/makefile-modules.git
|
||||
repo_ref: main
|
||||
repo_hash: 17a429b9edf19f9fce5ee6ba22fb9e946e83f6fe
|
||||
repo_hash: 363523ab2958f2710d3487972c3df9cb27cc7085
|
||||
repo_path: modules/tools
|
||||
|
||||
@ -8,7 +8,7 @@ aliases:
|
||||
- wallrj
|
||||
- jakexks
|
||||
- maelvls
|
||||
- irbekrm
|
||||
- sgtcodfish
|
||||
- inteon
|
||||
- thatsmrtalbot
|
||||
- erikgb
|
||||
|
||||
@ -75,6 +75,8 @@ tools += trivy=v0.54.1
|
||||
tools += ytt=v0.50.0
|
||||
# https://github.com/rclone/rclone/releases
|
||||
tools += rclone=v1.67.0
|
||||
# https://github.com/istio/istio/releases
|
||||
tools += istioctl=1.24.0
|
||||
|
||||
### go packages
|
||||
# https://pkg.go.dev/sigs.k8s.io/controller-tools/cmd/controller-gen?tab=versions
|
||||
@ -580,6 +582,22 @@ $(DOWNLOAD_DIR)/tools/rclone@$(RCLONE_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN
|
||||
chmod +x $(outfile); \
|
||||
rm -f $(outfile).zip
|
||||
|
||||
istioctl_linux_amd64_SHA256SUM=b6a07dfb3112f24b174c92bb23b71ba2373114d04e70f079b45cf7c46943ca7e
|
||||
istioctl_linux_arm64_SHA256SUM=25b44d36f91337545cddd342e4ccc5686dd8f283916d4eaf0d9efdfe84bd057f
|
||||
istioctl_darwin_amd64_SHA256SUM=00b0f321c1e300465a10584e6f4ffa362ff4b11ee655e94dd8985d61c808a16f
|
||||
istioctl_darwin_arm64_SHA256SUM=21ece4d2882decccc2ed3f14df078f1fc9fccc3048a7e65371a84d7aabce1912
|
||||
|
||||
.PRECIOUS: $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH)
|
||||
$(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools
|
||||
$(eval OS := $(subst darwin,osx,$(HOST_OS)))
|
||||
|
||||
@source $(lock_script) $@; \
|
||||
$(CURL) https://github.com/istio/istio/releases/download/$(ISTIOCTL_VERSION)/istio-$(ISTIOCTL_VERSION)-$(OS)-$(HOST_ARCH).tar.gz -o $(outfile).tar.gz; \
|
||||
$(checkhash_script) $(outfile).tar.gz $(istioctl_$(HOST_OS)_$(HOST_ARCH)_SHA256SUM); \
|
||||
tar xfO $(outfile).tar.gz istio-$(ISTIOCTL_VERSION)/bin/istioctl > $(outfile); \
|
||||
chmod +x $(outfile); \
|
||||
rm $(outfile).tar.gz
|
||||
|
||||
preflight_linux_amd64_SHA256SUM=97750df31f31200f073e3b2844628a0a3681a403648c76d12319f83c80666104
|
||||
preflight_linux_arm64_SHA256SUM=e12b2afe063c07ee75f69f285f8cc56be99b85e2abac99cbef5fb22b91ef0cb7
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user