Skip to content

Commit

Permalink
Merge pull request #336 from cert-manager/self-upgrade-main
Browse files Browse the repository at this point in the history
[CI] Merge self-upgrade-main into main
  • Loading branch information
cert-manager-prow[bot] authored Dec 6, 2024
2 parents 17dc20c + 98e98ed commit 1a64369
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
26 changes: 13 additions & 13 deletions klone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,65 +10,65 @@ targets:
- folder_name: boilerplate
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/go
- folder_name: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/helm
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/klone
- folder_name: oci-build
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/oci-build
- folder_name: oci-publish
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/oci-publish
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 47c10e2ea2ff413fcff219c458df04a3feef2fc3
repo_hash: f8e889062c304340007ecddc9b089ab8ded26633
repo_path: modules/tools
24 changes: 13 additions & 11 deletions make/_shared/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -116,28 +116,30 @@ tools += ginkgo=$(detected_ginkgo_version)
tools += klone=v0.1.0
# https://pkg.go.dev/github.com/goreleaser/goreleaser?tab=versions
tools += goreleaser=v1.26.2
# https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions
# https://pkg.go.dev/github.com/anchore/syft/cmd/syft?tab=versions. We are still
# using an old version (0.100.0, Jan 2024) because all of the latest versions
# use a replace statement, and thus cannot be installed using `go build`.
tools += syft=v0.100.0
# https://github.com/cert-manager/helm-tool
tools += helm-tool=v0.5.3
# https://github.com/cert-manager/cmctl
tools += cmctl=v2.1.0
tools += cmctl=v2.1.1
# https://pkg.go.dev/github.com/cert-manager/release/cmd/cmrel?tab=versions
tools += cmrel=e4c3a4dc07df5c7c0379d334c5bb00e172462551
tools += cmrel=e3cbe5171488deda000145003e22567bdce622ea
# https://github.com/golangci/golangci-lint/releases
tools += golangci-lint=v1.61.0
tools += golangci-lint=v1.62.2
# https://pkg.go.dev/golang.org/x/vuln?tab=versions
tools += govulncheck=v1.1.3
# https://pkg.go.dev/github.com/operator-framework/operator-sdk/cmd/operator-sdk?tab=versions
tools += operator-sdk=v1.36.1
tools += operator-sdk=v1.38.0
# https://pkg.go.dev/github.com/cli/cli/v2?tab=versions
tools += gh=v2.54.0
tools += gh=v2.63.1
# https:///github.com/redhat-openshift-ecosystem/openshift-preflight/releases
tools += preflight=1.10.0
tools += preflight=1.10.2
# https://github.com/daixiang0/gci/releases
tools += gci=v0.13.4
tools += gci=v0.13.5
# https://github.com/google/yamlfmt/releases
tools += yamlfmt=v0.13.0
tools += yamlfmt=v0.14.0

# https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions
K8S_CODEGEN_VERSION := v0.31.0
Expand Down Expand Up @@ -598,8 +600,8 @@ $(DOWNLOAD_DIR)/tools/istioctl@$(ISTIOCTL_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(
chmod +x $(outfile); \
rm $(outfile).tar.gz

preflight_linux_amd64_SHA256SUM=97750df31f31200f073e3b2844628a0a3681a403648c76d12319f83c80666104
preflight_linux_arm64_SHA256SUM=e12b2afe063c07ee75f69f285f8cc56be99b85e2abac99cbef5fb22b91ef0cb7
preflight_linux_amd64_SHA256SUM=776d04669304d3185c40522bed9a6dc1aa9cd80014a203fe01552b98bfa9554b
preflight_linux_arm64_SHA256SUM=dd7b0a144892ce6fc47d1bc44e344130fa9ff997bf2c39de3016873d8bd3fac5

# Currently there are no official releases for darwin, you cannot submit results
# on non-official binaries, but we can still run tests.
Expand Down

0 comments on commit 1a64369

Please sign in to comment.