Skip to content

Commit bf9208b

Browse files
committed
update mods
1 parent c27fbd3 commit bf9208b

File tree

13 files changed

+230
-182
lines changed

13 files changed

+230
-182
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
2+
FROM --platform=$BUILDPLATFORM golang:1.25.5 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ We as members, contributors, and leaders pledge to make participation in our com
1616

1717
## Licensing
1818

19-
Copyright 2024 SAP SE or an SAP affiliate company and dns-masquerading-operator-cop contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/dns-masquerading-operator-cop).
19+
Copyright 2026 SAP SE or an SAP affiliate company and dns-masquerading-operator-cop contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/dns-masquerading-operator-cop).

api/v1alpha1/groupversion_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and dns-masquerading-operator-cop contributors
2+
SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and dns-masquerading-operator-cop contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

api/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and dns-masquerading-operator-cop contributors
2+
SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and dns-masquerading-operator-cop contributors
33
SPDX-License-Identifier: Apache-2.0
44
*/
55

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crds/operator.kyma-project.io_dnsmasqueradingoperators.yaml

Lines changed: 6 additions & 15 deletions
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.16.5
6+
controller-gen.kubebuilder.io/version: v0.19.0
77
name: dnsmasqueradingoperators.operator.kyma-project.io
88
spec:
99
group: operator.kyma-project.io
@@ -332,7 +332,6 @@ spec:
332332
pod labels will be ignored. The default value is empty.
333333
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
334334
Also, matchLabelKeys cannot be set when labelSelector isn't set.
335-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
336335
items:
337336
type: string
338337
type: array
@@ -347,7 +346,6 @@ spec:
347346
pod labels will be ignored. The default value is empty.
348347
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
349348
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
350-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
351349
items:
352350
type: string
353351
type: array
@@ -513,7 +511,6 @@ spec:
513511
pod labels will be ignored. The default value is empty.
514512
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
515513
Also, matchLabelKeys cannot be set when labelSelector isn't set.
516-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
517514
items:
518515
type: string
519516
type: array
@@ -528,7 +525,6 @@ spec:
528525
pod labels will be ignored. The default value is empty.
529526
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
530527
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
531-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
532528
items:
533529
type: string
534530
type: array
@@ -621,8 +617,8 @@ spec:
621617
most preferred is the one with the greatest sum of weights, i.e.
622618
for each node that meets all of the scheduling requirements (resource
623619
request, requiredDuringScheduling anti-affinity expressions, etc.),
624-
compute a sum by iterating through the elements of this field and adding
625-
"weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the
620+
compute a sum by iterating through the elements of this field and subtracting
621+
"weight" from the sum if the node has pods which matches the corresponding podAffinityTerm; the
626622
node(s) with the highest sum are the most preferred.
627623
items:
628624
description: The weights of all of the matched WeightedPodAffinityTerm
@@ -691,7 +687,6 @@ spec:
691687
pod labels will be ignored. The default value is empty.
692688
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
693689
Also, matchLabelKeys cannot be set when labelSelector isn't set.
694-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
695690
items:
696691
type: string
697692
type: array
@@ -706,7 +701,6 @@ spec:
706701
pod labels will be ignored. The default value is empty.
707702
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
708703
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
709-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
710704
items:
711705
type: string
712706
type: array
@@ -872,7 +866,6 @@ spec:
872866
pod labels will be ignored. The default value is empty.
873867
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
874868
Also, matchLabelKeys cannot be set when labelSelector isn't set.
875-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
876869
items:
877870
type: string
878871
type: array
@@ -887,7 +880,6 @@ spec:
887880
pod labels will be ignored. The default value is empty.
888881
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
889882
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
890-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
891883
items:
892884
type: string
893885
type: array
@@ -1258,7 +1250,7 @@ spec:
12581250
Claims lists the names of resources, defined in spec.resourceClaims,
12591251
that are used by this container.
12601252
1261-
This is an alpha field and requires enabling the
1253+
This field depends on the
12621254
DynamicResourceAllocation feature gate.
12631255
12641256
This field is immutable. It can only be set for containers.
@@ -1662,7 +1654,6 @@ spec:
16621654
- Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.
16631655
16641656
If this value is nil, the behavior is equivalent to the Honor policy.
1665-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
16661657
type: string
16671658
nodeTaintsPolicy:
16681659
description: |-
@@ -1673,7 +1664,6 @@ spec:
16731664
- Ignore: node taints are ignored. All nodes are included.
16741665
16751666
If this value is nil, the behavior is equivalent to the Ignore policy.
1676-
This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.
16771667
type: string
16781668
topologyKey:
16791669
description: |-
@@ -1786,7 +1776,8 @@ spec:
17861776
managedTypes:
17871777
description: Managed types.
17881778
items:
1789-
description: TypeInfo represents a Kubernetes type.
1779+
description: TypeVersionInfo represents a Kubernetes type
1780+
version.
17901781
properties:
17911782
group:
17921783
description: API group.

go.mod

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,98 @@
11
module github.com/sap/dns-masquerading-operator-cop
22

3-
go 1.23.5
3+
go 1.25.5
44

55
require (
66
github.com/pkg/errors v0.9.1
7-
github.com/sap/component-operator-runtime v0.3.67
8-
k8s.io/apiextensions-apiserver v0.32.1
9-
k8s.io/apimachinery v0.32.1
10-
k8s.io/client-go v0.32.1
11-
k8s.io/code-generator v0.32.1
12-
k8s.io/kube-aggregator v0.32.1
13-
sigs.k8s.io/controller-runtime v0.20.1
7+
github.com/sap/component-operator-runtime v0.3.125
8+
k8s.io/apiextensions-apiserver v0.34.2
9+
k8s.io/apimachinery v0.34.2
10+
k8s.io/client-go v0.34.2
11+
k8s.io/code-generator v0.34.2
12+
k8s.io/kube-aggregator v0.34.2
13+
sigs.k8s.io/controller-runtime v0.22.4
1414
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250130183723-1a91ccca639b
15-
sigs.k8s.io/controller-tools v0.16.5
15+
sigs.k8s.io/controller-tools v0.19.0
1616
)
1717

1818
require (
1919
dario.cat/mergo v1.0.1 // indirect
2020
github.com/Masterminds/goutils v1.1.1 // indirect
21-
github.com/Masterminds/semver/v3 v3.3.0 // indirect
21+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2222
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
2323
github.com/beorn7/perks v1.0.1 // indirect
2424
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2525
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
26-
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
27-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
26+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
27+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
2828
github.com/fatih/color v1.18.0 // indirect
29-
github.com/fsnotify/fsnotify v1.7.0 // indirect
30-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
31-
github.com/go-logr/logr v1.4.2 // indirect
29+
github.com/fsnotify/fsnotify v1.9.0 // indirect
30+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
31+
github.com/go-logr/logr v1.4.3 // indirect
3232
github.com/go-logr/zapr v1.3.0 // indirect
3333
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3434
github.com/go-openapi/jsonreference v0.20.4 // indirect
3535
github.com/go-openapi/swag v0.23.0 // indirect
3636
github.com/gobuffalo/flect v1.0.3 // indirect
37+
github.com/gobwas/glob v0.2.3 // indirect
3738
github.com/gogo/protobuf v1.3.2 // indirect
38-
github.com/golang/protobuf v1.5.4 // indirect
3939
github.com/google/btree v1.1.3 // indirect
40-
github.com/google/gnostic-models v0.6.9 // indirect
41-
github.com/google/go-cmp v0.6.0 // indirect
42-
github.com/google/gofuzz v1.2.0 // indirect
40+
github.com/google/gnostic-models v0.7.0 // indirect
41+
github.com/google/go-cmp v0.7.0 // indirect
4342
github.com/google/uuid v1.6.0 // indirect
44-
github.com/hashicorp/errwrap v1.1.0 // indirect
45-
github.com/hashicorp/go-multierror v1.1.1 // indirect
4643
github.com/huandu/xstrings v1.5.0 // indirect
4744
github.com/iancoleman/strcase v0.3.0 // indirect
4845
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4946
github.com/josharian/intern v1.0.0 // indirect
5047
github.com/json-iterator/go v1.1.12 // indirect
51-
github.com/klauspost/compress v1.17.9 // indirect
5248
github.com/mailru/easyjson v0.7.7 // indirect
5349
github.com/mattn/go-colorable v0.1.13 // indirect
5450
github.com/mattn/go-isatty v0.0.20 // indirect
5551
github.com/mitchellh/copystructure v1.2.0 // indirect
5652
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5753
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58-
github.com/modern-go/reflect2 v1.0.2 // indirect
54+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5955
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
60-
github.com/prometheus/client_golang v1.20.5 // indirect
61-
github.com/prometheus/client_model v0.6.1 // indirect
62-
github.com/prometheus/common v0.55.0 // indirect
63-
github.com/prometheus/procfs v0.15.1 // indirect
64-
github.com/sap/go-generics v0.2.25 // indirect
56+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
57+
github.com/prometheus/client_golang v1.23.2 // indirect
58+
github.com/prometheus/client_model v0.6.2 // indirect
59+
github.com/prometheus/common v0.66.1 // indirect
60+
github.com/prometheus/procfs v0.16.1 // indirect
61+
github.com/sap/go-generics v0.2.47 // indirect
6562
github.com/shopspring/decimal v1.4.0 // indirect
6663
github.com/spf13/afero v1.6.0 // indirect
67-
github.com/spf13/cast v1.7.1 // indirect
68-
github.com/spf13/cobra v1.8.1 // indirect
69-
github.com/spf13/pflag v1.0.5 // indirect
64+
github.com/spf13/cast v1.10.0 // indirect
65+
github.com/spf13/cobra v1.10.2 // indirect
66+
github.com/spf13/pflag v1.0.10 // indirect
7067
github.com/x448/float16 v0.8.4 // indirect
7168
go.uber.org/multierr v1.11.0 // indirect
7269
go.uber.org/zap v1.27.0 // indirect
73-
golang.org/x/crypto v0.31.0 // indirect
74-
golang.org/x/mod v0.22.0 // indirect
75-
golang.org/x/net v0.33.0 // indirect
76-
golang.org/x/oauth2 v0.23.0 // indirect
77-
golang.org/x/sync v0.10.0 // indirect
78-
golang.org/x/sys v0.28.0 // indirect
79-
golang.org/x/term v0.27.0 // indirect
80-
golang.org/x/text v0.21.0 // indirect
81-
golang.org/x/time v0.9.0 // indirect
82-
golang.org/x/tools v0.28.0 // indirect
70+
go.yaml.in/yaml/v2 v2.4.2 // indirect
71+
go.yaml.in/yaml/v3 v3.0.4 // indirect
72+
golang.org/x/crypto v0.41.0 // indirect
73+
golang.org/x/mod v0.27.0 // indirect
74+
golang.org/x/net v0.43.0 // indirect
75+
golang.org/x/oauth2 v0.30.0 // indirect
76+
golang.org/x/sync v0.16.0 // indirect
77+
golang.org/x/sys v0.35.0 // indirect
78+
golang.org/x/term v0.34.0 // indirect
79+
golang.org/x/text v0.28.0 // indirect
80+
golang.org/x/time v0.11.0 // indirect
81+
golang.org/x/tools v0.36.0 // indirect
8382
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
84-
google.golang.org/protobuf v1.36.1 // indirect
83+
google.golang.org/protobuf v1.36.8 // indirect
8584
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8685
gopkg.in/inf.v0 v0.9.1 // indirect
8786
gopkg.in/yaml.v2 v2.4.0 // indirect
8887
gopkg.in/yaml.v3 v3.0.1 // indirect
89-
k8s.io/api v0.32.1 // indirect
90-
k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9 // indirect
88+
k8s.io/api v0.34.2 // indirect
89+
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
9190
k8s.io/klog/v2 v2.130.1 // indirect
92-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
93-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
91+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
92+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
9493
sigs.k8s.io/cli-utils v0.37.2 // indirect
95-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
96-
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
97-
sigs.k8s.io/yaml v1.4.0 // indirect
94+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
95+
sigs.k8s.io/randfill v1.0.0 // indirect
96+
sigs.k8s.io/structured-merge-diff/v6 v6.3.1 // indirect
97+
sigs.k8s.io/yaml v1.6.0 // indirect
9898
)

0 commit comments

Comments
 (0)