Skip to content

Commit 414b3de

Browse files
committed
Makefile: bump tools
1 parent cd585dd commit 414b3de

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Image URL to use all building/pushing image targets
22
IMG ?= reactivejob-operator-cop:latest
33
# K8s version used by envtest
4-
ENVTEST_K8S_VERSION = 1.26.1
4+
ENVTEST_K8S_VERSION = 1.30.3
55

66
# Set shell to bash
77
SHELL = /usr/bin/env bash
@@ -89,8 +89,8 @@ LISTER_GEN ?= $(LOCALBIN)/lister-gen
8989
SETUP_ENVTEST ?= $(LOCALBIN)/setup-envtest
9090

9191
## Tool Versions
92-
CONTROLLER_TOOLS_VERSION ?= v0.14.0
93-
CODE_GENERATOR_VERSION ?= v0.27.3
92+
CONTROLLER_TOOLS_VERSION ?= v0.16.1
93+
CODE_GENERATOR_VERSION ?= v0.29.8
9494
SETUP_ENVTEST_VERSION ?= latest
9595

9696
.PHONY: controller-gen

crds/operator.kyma-project.io_reactivejoboperators.yaml

+1-12
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.14.0
6+
controller-gen.kubebuilder.io/version: v0.16.1
77
name: reactivejoboperators.operator.kyma-project.io
88
spec:
99
group: operator.kyma-project.io
@@ -980,12 +980,10 @@ spec:
980980
Some volume types allow the Kubelet to change the ownership of that volume
981981
to be owned by the pod:
982982
983-
984983
1. The owning GID will be the FSGroup
985984
2. The setgid bit is set (new files created in the volume will be owned by FSGroup)
986985
3. The permission bits are OR'd with rw-rw----
987986
988-
989987
If unset, the Kubelet will not modify the ownership and permissions of any volume.
990988
Note that this field cannot be set when spec.os.name is windows.
991989
format: int64
@@ -1072,7 +1070,6 @@ spec:
10721070
type indicates which kind of seccomp profile will be applied.
10731071
Valid options are:
10741072
1075-
10761073
Localhost - a profile defined in a file on the node should be used.
10771074
RuntimeDefault - the container runtime default profile should be used.
10781075
Unconfined - no profile should be applied.
@@ -1159,11 +1156,9 @@ spec:
11591156
Claims lists the names of resources, defined in spec.resourceClaims,
11601157
that are used by this container.
11611158
1162-
11631159
This is an alpha field and requires enabling the
11641160
DynamicResourceAllocation feature gate.
11651161
1166-
11671162
This field is immutable. It can only be set for containers.
11681163
items:
11691164
description: ResourceClaim references one entry in PodSpec.ResourceClaims.
@@ -1333,7 +1328,6 @@ spec:
13331328
type indicates which kind of seccomp profile will be applied.
13341329
Valid options are:
13351330
1336-
13371331
Localhost - a profile defined in a file on the node should be used.
13381332
RuntimeDefault - the container runtime default profile should be used.
13391333
Unconfined - no profile should be applied.
@@ -1475,7 +1469,6 @@ spec:
14751469
Keys that don't exist in the incoming pod labels will
14761470
be ignored. A null or empty list means only match against labelSelector.
14771471
1478-
14791472
This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default).
14801473
items:
14811474
type: string
@@ -1515,7 +1508,6 @@ spec:
15151508
Valid values are integers greater than 0.
15161509
When value is not nil, WhenUnsatisfiable must be DoNotSchedule.
15171510
1518-
15191511
For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same
15201512
labelSelector spread as 2/2/2:
15211513
| zone1 | zone2 | zone3 |
@@ -1525,7 +1517,6 @@ spec:
15251517
because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones,
15261518
it will violate MaxSkew.
15271519
1528-
15291520
This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default).
15301521
format: int32
15311522
type: integer
@@ -1536,7 +1527,6 @@ spec:
15361527
- Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations.
15371528
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
15381529
1539-
15401530
If this value is nil, the behavior is equivalent to the Honor policy.
15411531
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
15421532
type: string
@@ -1548,7 +1538,6 @@ spec:
15481538
has a toleration, are included.
15491539
- Ignore: node taints are ignored. All nodes are included.
15501540
1551-
15521541
If this value is nil, the behavior is equivalent to the Ignore policy.
15531542
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
15541543
type: string

0 commit comments

Comments
 (0)