Skip to content

Commit 32bb923

Browse files
committed
feat: update to Talos 1.6.0
Also update core CAPI to 1.6.0. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent db597a9 commit 32bb923

File tree

11 files changed

+494
-407
lines changed

11 files changed

+494
-407
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ENV GO111MODULE on
2424
ENV GOPROXY https://proxy.golang.org
2525
ENV GOCACHE /.cache/go-build
2626
ENV GOMODCACHE /.cache/mod
27+
ENV GOTOOLCHAIN local
2728
ARG CONTROLLER_GEN_VERSION
2829
ARG CONVERSION_GEN_VERSION
2930
RUN --mount=type=cache,target=/.cache go install sigs.k8s.io/controller-tools/cmd/controller-gen@${CONTROLLER_GEN_VERSION}
@@ -92,4 +93,4 @@ COPY --from=pkg-ca-certificates / /
9293
COPY --from=pkg-fhs / /
9394
COPY --from=binary /manager /manager
9495
LABEL org.opencontainers.image.source https://github.com/siderolabs/cluster-api-control-plane-provider-talos
95-
ENTRYPOINT [ "/manager" ]
96+
ENTRYPOINT [ "/manager" ]

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ WITH_RACE ?= false
99
CGO_ENABLED = 0
1010
TESTPKGS ?= ./controllers/...
1111

12-
CONTROLLER_GEN_VERSION ?= v0.12.0
13-
CONVERSION_GEN_VERSION ?= v0.27.2
12+
CONTROLLER_GEN_VERSION ?= v0.13.0
13+
CONVERSION_GEN_VERSION ?= v0.28.4
1414

1515
ifneq (, $(filter $(WITH_RACE), t true TRUE y yes 1))
1616
GO_BUILDFLAGS += -race
@@ -22,8 +22,8 @@ GO_LDFLAGS += -s -w
2222

2323
ARTIFACTS := _out
2424

25-
TOOLS ?= ghcr.io/siderolabs/tools:v1.5.0
26-
PKGS ?= v1.5.0
25+
TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-1-g336d248
26+
PKGS ?= v1.6.0-3-g617d342
2727

2828
BUILD := docker buildx build
2929
PLATFORM ?= linux/amd64

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ This provider's versions are compatible with the following versions of Cluster A
2727

2828
This provider's versions are able to install and manage the following versions of Kubernetes:
2929

30-
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 | v1.27 | v1.28 |
31-
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
32-
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| | | | | | | |
33-
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| | | | | | | |
34-
| Control Plane Provider Talos v1alpha3 (v0.4) | | | ||||||||| | |
35-
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | | | |||||
30+
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 | v1.27 | v1.28 | v1.29 |
31+
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
32+
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| | | | | | | | |
33+
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| | | | | | | | |
34+
| Control Plane Provider Talos v1alpha3 (v0.4) | | | ||||||||| | | |
35+
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | | | ||||||
3636

3737
This provider's versions are compatible with the following versions of Talos:
3838

39-
| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 | v1.1 | v1.2 | v1.3 | v1.4 | v1.5 |
40-
| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
41-
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | | | | | | | |
42-
| Control Plane Provider Talos v1alpha3 (v0.3) |||| | | | | | | |
43-
| Control Plane Provider Talos v1alpha3 (v0.4) ||||||||| | |
44-
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | ||||
39+
| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 | v1.1 | v1.2 | v1.3 | v1.4 | v1.5 | v1.6 |
40+
| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
41+
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | | | | | | | | |
42+
| Control Plane Provider Talos v1alpha3 (v0.3) |||| | | | | | | | |
43+
| Control Plane Provider Talos v1alpha3 (v0.4) ||||||||| | | |
44+
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | |||||
4545

4646
## Building and Installing
4747

api/v1alpha3/zz_generated.deepcopy.go

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

config/crd/bases/controlplane.cluster.x-k8s.io_taloscontrolplanes.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.12.0
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
name: taloscontrolplanes.controlplane.cluster.x-k8s.io
88
spec:
99
group: controlplane.cluster.x-k8s.io

config/manager/manager.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,27 @@ spec:
1919
- command:
2020
- /manager
2121
args:
22-
- --metrics-bind-addr=127.0.0.1:8080
2322
- --enable-leader-election
23+
- "--diagnostics-address=${CAPI_DIAGNOSTICS_ADDRESS:=:8443}"
24+
- "--insecure-diagnostics=${CAPI_INSECURE_DIAGNOSTICS:=false}"
2425
image: controller:latest
2526
imagePullPolicy: Always
2627
name: manager
28+
ports:
29+
- containerPort: 8443
30+
name: metrics
31+
protocol: TCP
32+
- containerPort: 9440
33+
name: healthz
34+
protocol: TCP
35+
readinessProbe:
36+
httpGet:
37+
path: /readyz
38+
port: healthz
39+
livenessProbe:
40+
httpGet:
41+
path: /healthz
42+
port: healthz
2743
resources:
2844
limits:
2945
cpu: 1000m

controllers/helpers_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
"os"
1515
"strings"
1616
"sync"
17+
"time"
1718

1819
"github.com/gobuffalo/flect"
1920
"github.com/pkg/errors"
@@ -177,7 +178,8 @@ func createMachineNodePair(name string, cluster *clusterv1.Cluster, tcp *control
177178
Name: GenericInfrastructureMachineCRD.Name,
178179
Namespace: GenericInfrastructureMachineCRD.Namespace,
179180
},
180-
Version: pointer.String("v1.16.6"),
181+
NodeDeletionTimeout: &metav1.Duration{Duration: 10 * time.Second},
182+
Version: pointer.String("v1.16.6"),
181183
},
182184
Status: clusterv1.MachineStatus{
183185
NodeRef: &corev1.ObjectReference{
@@ -193,7 +195,6 @@ func createMachineNodePair(name string, cluster *clusterv1.Cluster, tcp *control
193195
},
194196
},
195197
}
196-
machine.Default()
197198

198199
return machine, createNode(machine, ready)
199200
}

go.mod

Lines changed: 94 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,94 @@
11
module github.com/siderolabs/cluster-api-control-plane-provider-talos
22

3-
go 1.20
3+
go 1.21.5
44

55
require (
66
github.com/coreos/go-semver v0.3.1
7-
github.com/go-logr/logr v1.2.4
8-
github.com/go-logr/zapr v1.2.4 // indirect
7+
github.com/go-logr/logr v1.3.0
98
github.com/gobuffalo/flect v1.0.2
10-
github.com/google/uuid v1.3.0
11-
github.com/onsi/gomega v1.27.8
9+
github.com/google/uuid v1.4.0
10+
github.com/onsi/gomega v1.30.0
1211
github.com/pkg/errors v0.9.1
13-
github.com/siderolabs/capi-utils v0.0.0-20230816151529-28f5eb63b7c0
14-
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.1
12+
github.com/siderolabs/capi-utils v0.0.0-20231211154614-996c8c23eba6
13+
github.com/siderolabs/cluster-api-bootstrap-provider-talos v0.6.3
1514
github.com/siderolabs/crypto v0.4.1
16-
github.com/siderolabs/gen v0.4.5
17-
github.com/siderolabs/go-retry v0.3.2
18-
github.com/siderolabs/talos/pkg/machinery v1.5.0
15+
github.com/siderolabs/gen v0.4.7
16+
github.com/siderolabs/go-retry v0.3.3
17+
github.com/siderolabs/talos/pkg/machinery v1.6.0
18+
github.com/spf13/pflag v1.0.5
1919
github.com/stretchr/testify v1.8.4
20-
golang.org/x/sync v0.3.0
21-
google.golang.org/grpc v1.57.0
20+
golang.org/x/sync v0.5.0
21+
google.golang.org/grpc v1.59.0
2222
google.golang.org/protobuf v1.31.0
2323
gopkg.in/yaml.v3 v3.0.1
24-
k8s.io/api v0.27.2
25-
k8s.io/apiextensions-apiserver v0.27.2
26-
k8s.io/apimachinery v0.27.2
27-
k8s.io/apiserver v0.27.2
28-
k8s.io/client-go v0.27.2
29-
k8s.io/klog/v2 v2.90.1
30-
k8s.io/utils v0.0.0-20230209194617-a36077c30491
31-
sigs.k8s.io/cluster-api v1.5.0
32-
sigs.k8s.io/controller-runtime v0.15.1
24+
k8s.io/api v0.28.4
25+
k8s.io/apiextensions-apiserver v0.28.4
26+
k8s.io/apimachinery v0.28.4
27+
k8s.io/apiserver v0.28.4
28+
k8s.io/client-go v0.28.4
29+
k8s.io/component-base v0.28.4
30+
k8s.io/klog/v2 v2.100.1
31+
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
32+
sigs.k8s.io/cluster-api v1.6.0
33+
sigs.k8s.io/controller-runtime v0.16.3
3334
)
3435

3536
require (
3637
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3738
github.com/Masterminds/goutils v1.1.1 // indirect
3839
github.com/Masterminds/semver/v3 v3.2.0 // indirect
3940
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
41+
github.com/NYTimes/gziphandler v1.1.1 // indirect
4042
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
4143
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
42-
github.com/ProtonMail/gopenpgp/v2 v2.7.2 // indirect
44+
github.com/ProtonMail/gopenpgp/v2 v2.7.4 // indirect
4345
github.com/adrg/xdg v0.4.0 // indirect
44-
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
46+
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
4547
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
4648
github.com/beorn7/perks v1.0.1 // indirect
47-
github.com/blang/semver v3.5.1+incompatible // indirect
4849
github.com/blang/semver/v4 v4.0.0 // indirect
50+
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
4951
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5052
github.com/cloudflare/circl v1.3.3 // indirect
5153
github.com/containerd/go-cni v1.1.9 // indirect
5254
github.com/containernetworking/cni v1.1.2 // indirect
53-
github.com/coredns/caddy v1.1.0 // indirect
54-
github.com/coredns/corefile-migration v1.0.20 // indirect
55-
github.com/cosi-project/runtime v0.3.1 // indirect
56-
github.com/davecgh/go-spew v1.1.1 // indirect
57-
github.com/docker/distribution v2.8.2+incompatible // indirect
55+
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
56+
github.com/cosi-project/runtime v0.3.19 // indirect
57+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
58+
github.com/distribution/reference v0.5.0 // indirect
5859
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
5960
github.com/dustin/go-humanize v1.0.1 // indirect
60-
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
61-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
62-
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
61+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
62+
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
63+
github.com/evanphx/json-patch/v5 v5.7.0 // indirect
64+
github.com/felixge/httpsnoop v1.0.4 // indirect
6365
github.com/fsnotify/fsnotify v1.6.0 // indirect
6466
github.com/gertd/go-pluralize v0.2.1 // indirect
67+
github.com/go-logr/stdr v1.2.2 // indirect
68+
github.com/go-logr/zapr v1.2.4 // indirect
6569
github.com/go-openapi/jsonpointer v0.19.6 // indirect
66-
github.com/go-openapi/jsonreference v0.20.1 // indirect
70+
github.com/go-openapi/jsonreference v0.20.2 // indirect
6771
github.com/go-openapi/swag v0.22.3 // indirect
6872
github.com/gogo/protobuf v1.3.2 // indirect
6973
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7074
github.com/golang/protobuf v1.5.3 // indirect
71-
github.com/google/cel-go v0.12.6 // indirect
72-
github.com/google/gnostic v0.6.9 // indirect
73-
github.com/google/go-cmp v0.5.9 // indirect
74-
github.com/google/go-github/v48 v48.2.0 // indirect
75+
github.com/google/cel-go v0.16.1 // indirect
76+
github.com/google/gnostic-models v0.6.8 // indirect
77+
github.com/google/go-cmp v0.6.0 // indirect
78+
github.com/google/go-github/v53 v53.2.0 // indirect
7579
github.com/google/go-querystring v1.1.0 // indirect
7680
github.com/google/gofuzz v1.2.0 // indirect
77-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2 // indirect
81+
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
82+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 // indirect
7883
github.com/hashicorp/errwrap v1.1.0 // indirect
7984
github.com/hashicorp/go-multierror v1.1.1 // indirect
8085
github.com/hashicorp/hcl v1.0.0 // indirect
8186
github.com/huandu/xstrings v1.3.3 // indirect
8287
github.com/imdario/mergo v0.3.13 // indirect
88+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8389
github.com/josharian/intern v1.0.0 // indirect
8490
github.com/josharian/native v1.1.0 // indirect
85-
github.com/jsimonetti/rtnetlink v1.3.4 // indirect
91+
github.com/jsimonetti/rtnetlink v1.4.0 // indirect
8692
github.com/json-iterator/go v1.1.12 // indirect
8793
github.com/magiconair/properties v1.8.7 // indirect
8894
github.com/mailru/easyjson v0.7.7 // indirect
@@ -98,50 +104,67 @@ require (
98104
github.com/modern-go/reflect2 v1.0.2 // indirect
99105
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
100106
github.com/opencontainers/go-digest v1.0.0 // indirect
101-
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
102-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
107+
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
108+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
103109
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
104-
github.com/pmezard/go-difflib v1.0.0 // indirect
105-
github.com/prometheus/client_golang v1.16.0 // indirect
106-
github.com/prometheus/client_model v0.4.0 // indirect
107-
github.com/prometheus/common v0.42.0 // indirect
108-
github.com/prometheus/procfs v0.10.1 // indirect
110+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
111+
github.com/prometheus/client_golang v1.17.0 // indirect
112+
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
113+
github.com/prometheus/common v0.44.0 // indirect
114+
github.com/prometheus/procfs v0.11.1 // indirect
109115
github.com/ryanuber/go-glob v1.0.0 // indirect
116+
github.com/sagikazarmark/locafero v0.3.0 // indirect
117+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
110118
github.com/shopspring/decimal v1.3.1 // indirect
111-
github.com/siderolabs/go-api-signature v0.2.6 // indirect
112-
github.com/siderolabs/go-blockdevice v0.4.6 // indirect
119+
github.com/siderolabs/go-api-signature v0.3.1 // indirect
120+
github.com/siderolabs/go-blockdevice v0.4.7 // indirect
113121
github.com/siderolabs/go-pointer v1.0.0 // indirect
114122
github.com/siderolabs/net v0.4.0 // indirect
115-
github.com/siderolabs/protoenc v0.2.0 // indirect
116-
github.com/spf13/afero v1.9.5 // indirect
123+
github.com/siderolabs/protoenc v0.2.1 // indirect
124+
github.com/sourcegraph/conc v0.3.0 // indirect
125+
github.com/spf13/afero v1.10.0 // indirect
117126
github.com/spf13/cast v1.5.1 // indirect
118-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
119-
github.com/spf13/pflag v1.0.5 // indirect
120-
github.com/spf13/viper v1.16.0 // indirect
127+
github.com/spf13/cobra v1.8.0 // indirect
128+
github.com/spf13/viper v1.17.0 // indirect
121129
github.com/stoewer/go-strcase v1.2.0 // indirect
122-
github.com/subosito/gotenv v1.4.2 // indirect
130+
github.com/subosito/gotenv v1.6.0 // indirect
123131
github.com/valyala/fastjson v1.6.4 // indirect
124-
go.uber.org/atomic v1.10.0 // indirect
125-
go.uber.org/multierr v1.9.0 // indirect
126-
go.uber.org/zap v1.24.0 // indirect
127-
golang.org/x/crypto v0.11.0 // indirect
128-
golang.org/x/net v0.12.0 // indirect
129-
golang.org/x/oauth2 v0.10.0 // indirect
130-
golang.org/x/sys v0.10.0 // indirect
131-
golang.org/x/term v0.10.0 // indirect
132-
golang.org/x/text v0.11.0 // indirect
133-
golang.org/x/time v0.3.0 // indirect
134-
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
132+
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
133+
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
134+
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
135+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
136+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.0 // indirect
137+
go.opentelemetry.io/otel v1.20.0 // indirect
138+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
139+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
140+
go.opentelemetry.io/otel/metric v1.20.0 // indirect
141+
go.opentelemetry.io/otel/sdk v1.20.0 // indirect
142+
go.opentelemetry.io/otel/trace v1.20.0 // indirect
143+
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
144+
go.uber.org/multierr v1.11.0 // indirect
145+
go.uber.org/zap v1.26.0 // indirect
146+
golang.org/x/crypto v0.15.0 // indirect
147+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
148+
golang.org/x/net v0.18.0 // indirect
149+
golang.org/x/oauth2 v0.14.0 // indirect
150+
golang.org/x/sys v0.14.1-0.20231108175955-e4099bfacb8c // indirect
151+
golang.org/x/term v0.14.0 // indirect
152+
golang.org/x/text v0.14.0 // indirect
153+
golang.org/x/time v0.4.0 // indirect
154+
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
135155
google.golang.org/appengine v1.6.7 // indirect
136-
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
137-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e // indirect
156+
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f // indirect
157+
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
158+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
138159
gopkg.in/inf.v0 v0.9.1 // indirect
139160
gopkg.in/ini.v1 v1.67.0 // indirect
161+
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
140162
gopkg.in/yaml.v2 v2.4.0 // indirect
141-
k8s.io/cluster-bootstrap v0.27.2 // indirect
142-
k8s.io/component-base v0.27.2 // indirect
143-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
163+
k8s.io/cluster-bootstrap v0.28.4 // indirect
164+
k8s.io/kms v0.28.4 // indirect
165+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
166+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.2 // indirect
144167
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
145168
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
146-
sigs.k8s.io/yaml v1.3.0 // indirect
169+
sigs.k8s.io/yaml v1.4.0 // indirect
147170
)

0 commit comments

Comments
 (0)