Skip to content

Commit d1e58b2

Browse files
committed
Bump oeprator-sdk to 1.40.0
To consume - operator-framework/operator-sdk#6951 - operator-framework/operator-controller#1942 and allow adding NetworkPolicies to the bundle. Signed-off-by: Andrea Panattoni <[email protected]>
1 parent 058ba2f commit d1e58b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endef
1717

1818
OPERATORSDK = $(BIN_DIR)/operator-sdk
1919
operator-sdk: ## Download operator-sdk locally if necessary.
20-
$(call download-tool,$(OPERATORSDK),https://github.com/operator-framework/operator-sdk/releases/download/v1.34.1/operator-sdk_linux_amd64)
20+
$(call download-tool,$(OPERATORSDK),https://github.com/operator-framework/operator-sdk/releases/download/v1.40.0/operator-sdk_linux_amd64)
2121

2222
# Generate bundle manifests and metadata, then validate generated files.
2323
.PHONY: bundle

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
domain: openshift.io
22
layout:
3-
- go.kubebuilder.io/v3
3+
- go.kubebuilder.io/v4
44
projectName: sriov-network-operator
55
repo: github.com/k8snetworkplumbingwg/sriov-network-operator
66
resources:

0 commit comments

Comments
 (0)