Skip to content

Commit

Permalink
Merge pull request #257 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] committed May 13, 2024
2 parents 40816ea + 36dff89 commit 0444845
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 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: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/boilerplate
- folder_name: cert-manager
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/cert-manager
- folder_name: controller-gen
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/controller-gen
- folder_name: generate-verify
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/generate-verify
- folder_name: go
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/go
- folder_name: helm
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/helm
- folder_name: help
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/help
- folder_name: kind
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/kind
- folder_name: klone
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/klone
- folder_name: oci-build
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/oci-build
- folder_name: oci-publish
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/oci-publish
- folder_name: repository-base
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/repository-base
- folder_name: tools
repo_url: https://github.com/cert-manager/makefile-modules.git
repo_ref: main
repo_hash: 7f6ae2a9f6de1aad0bb32b0cd89ca43989d0d6dd
repo_hash: b6dc86973e937be38a138f38cf83134760487f26
repo_path: modules/tools
5 changes: 4 additions & 1 deletion make/_shared/tools/00_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,10 @@ tools += operator-sdk=v1.34.1
tools += gh=v2.49.0
# https:///github.com/redhat-openshift-ecosystem/openshift-preflight/releases
tools += preflight=1.9.2
# https://github.com/daixiang0/gci/releases/
# https://github.com/daixiang0/gci/releases
tools += gci=v0.13.4
# https://github.com/google/yamlfmt/releases
tools += yamlfmt=v0.12.1

# https://pkg.go.dev/k8s.io/code-generator/cmd?tab=versions
K8S_CODEGEN_VERSION := v0.29.3
Expand Down Expand Up @@ -326,6 +328,7 @@ go_dependencies += govulncheck=golang.org/x/vuln/cmd/govulncheck
go_dependencies += operator-sdk=github.com/operator-framework/operator-sdk/cmd/operator-sdk
go_dependencies += gh=github.com/cli/cli/v2/cmd/gh
go_dependencies += gci=github.com/daixiang0/gci
go_dependencies += yamlfmt=github.com/google/yamlfmt/cmd/yamlfmt

#################
# go build tags #
Expand Down

0 comments on commit 0444845

Please sign in to comment.