Skip to content

Commit 2fe2021

Browse files
authored
Merge pull request #716 from shiftstack/bump-deps
Bump dev dependencies
2 parents 66c6148 + bf855a1 commit 2fe2021

32 files changed

Lines changed: 910 additions & 910 deletions

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IMG ?= controller:latest
33
BUNDLE_IMG ?= bundle:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
ENVTEST_K8S_VERSION = 1.29.0
6-
TRIVY_VERSION = 0.49.1
6+
TRIVY_VERSION = 0.69.3
77
GO_VERSION ?= 1.25.8
88

99
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -311,14 +311,14 @@ GOVULNCHECK = $(LOCALBIN)/govulncheck
311311
OPERATOR_SDK = $(LOCALBIN)/operator-sdk
312312

313313
## Tool Versions
314-
KUSTOMIZE_VERSION ?= v5.6.0
315-
CONTROLLER_TOOLS_VERSION ?= v0.17.1
316-
ENVTEST_VERSION ?= release-0.22
317-
GOLANGCI_LINT_VERSION ?= v2.7.2
314+
KUSTOMIZE_VERSION ?= v5.8.1
315+
CONTROLLER_TOOLS_VERSION ?= v0.20.1
316+
ENVTEST_VERSION ?= release-0.23
317+
GOLANGCI_LINT_VERSION ?= v2.11.4
318318
MOCKGEN_VERSION ?= v0.6.0
319-
KUTTL_VERSION ?= v0.24.0
319+
KUTTL_VERSION ?= v0.25.0
320320
GOVULNCHECK_VERSION ?= v1.1.4
321-
OPERATOR_SDK_VERSION ?= v1.41.1
321+
OPERATOR_SDK_VERSION ?= v1.42.2
322322

323323
.PHONY: kustomize
324324
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.

config/crd/bases/openstack.k-orc.cloud_addressscopes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: addressscopes.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_domains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: domains.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_endpoints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: endpoints.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_flavors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: flavors.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_floatingips.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: floatingips.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: groups.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: images.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_keypairs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: keypairs.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

config/crd/bases/openstack.k-orc.cloud_networks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.1
6+
controller-gen.kubebuilder.io/version: v0.20.1
77
name: networks.openstack.k-orc.cloud
88
spec:
99
group: openstack.k-orc.cloud

0 commit comments

Comments
 (0)