File tree Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Expand file tree Collapse file tree 4 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 1616PWD := $(shell pwd)
1717LOCAL_BIN ?= $(PWD ) /bin
1818
19- # Keep an existing GOPATH, make a private one if it is undefined
20- GOPATH_DEFAULT := $(PWD ) /.go
21- export GOPATH ?= $(GOPATH_DEFAULT )
22- GOBIN_DEFAULT := $(GOPATH ) /bin
23- export GOBIN ?= $(GOBIN_DEFAULT )
24- export PATH := $(LOCAL_BIN ) :$(GOBIN ) :$(PATH )
19+ export PATH := $(LOCAL_BIN ) :$(PATH )
2520GOARCH = $(shell go env GOARCH)
2621GOOS = $(shell go env GOOS)
2722TESTARGS_DEFAULT := -v
Original file line number Diff line number Diff line change 33
44# # CLI versions (with links to the latest releases)
55# https://github.com/kubernetes-sigs/controller-tools/releases/latest
6- CONTROLLER_GEN_VERSION := v0.6.1
6+ CONTROLLER_GEN_VERSION := v0.14.0
77# https://github.com/kubernetes-sigs/kustomize/releases/latest
88KUSTOMIZE_VERSION := v5.3.0
99# https://github.com/golangci/golangci-lint/releases/latest
1010GOLANGCI_VERSION := v1.52.2
1111# https://github.com/mvdan/gofumpt/releases/latest
1212GOFUMPT_VERSION := v0.6.0
1313# https://github.com/daixiang0/gci/releases/latest
14- GCI_VERSION := v0.12.1
14+ GCI_VERSION := v0.12.3
1515# https://github.com/securego/gosec/releases/latest
16- GOSEC_VERSION := v2.18.2
16+ GOSEC_VERSION := v2.19.0
1717# https://github.com/kubernetes-sigs/kubebuilder/releases/latest
18- KBVERSION := 3.12 .0
18+ KBVERSION := 3.14 .0
1919# https://github.com/kubernetes/kubernetes/releases/latest
20- ENVTEST_K8S_VERSION := 1.26 .x
20+ ENVTEST_K8S_VERSION := 1.29 .x
2121
2222LOCAL_BIN ?= $(error LOCAL_BIN is not set.)
2323ifneq ($(findstring $(LOCAL_BIN ) , $(PATH ) ) , $(LOCAL_BIN ) )
Original file line number Diff line number Diff line change 3333apiVersion : rbac.authorization.k8s.io/v1
3434kind : ClusterRole
3535metadata :
36- creationTimestamp : null
3736 name : governance-policy-framework-addon
3837rules :
3938- apiGroups :
Original file line number Diff line number Diff line change 1-
21---
32apiVersion : rbac.authorization.k8s.io/v1
43kind : ClusterRole
54metadata :
6- creationTimestamp : null
75 name : governance-policy-framework-addon
86rules :
97- apiGroups :
You can’t perform that action at this time.
0 commit comments