Skip to content

Commit 32d8a81

Browse files
Update Go modules in preparation for releasing 1.6.0 (#676)
* Update k8s.io dependencies Signed-off-by: Richard Wall <[email protected]> * Update controller-runtime dependencies Signed-off-by: Richard Wall <[email protected]> * Update vcert dependencies Signed-off-by: Richard Wall <[email protected]> * Update cobra dependencies Signed-off-by: Richard Wall <[email protected]> * Update go-logr dependencies Signed-off-by: Richard Wall <[email protected]> * Update github.com/fatih/color Signed-off-by: Richard Wall <[email protected]> * _bin/tools/go get github.com/jetstack/venafi-connection-lib@main make go-tidy generate-go-licenses Signed-off-by: Richard Wall <[email protected]> * Add missing venafi-connection-lib NewConnectionHandler argument Signed-off-by: Richard Wall <[email protected]> * Remove obsolete work around for vcert logging prefix Signed-off-by: Richard Wall <[email protected]> * make generate-crds-venconn Signed-off-by: Richard Wall <[email protected]> --------- Signed-off-by: Richard Wall <[email protected]> Co-authored-by: Richard Wall <[email protected]>
1 parent 52277e1 commit 32d8a81

File tree

9 files changed

+138
-157
lines changed

9 files changed

+138
-157
lines changed

LICENSES

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ cel.dev/expr,Apache-2.0
4040
github.com/Khan/genqlient/graphql,MIT
4141
github.com/Venafi/vcert/v5,Apache-2.0
4242
github.com/antlr4-go/antlr/v4,BSD-3-Clause
43-
github.com/asaskevich/govalidator,MIT
4443
github.com/aymerick/douceur,MIT
4544
github.com/beorn7/perks/quantile,MIT
4645
github.com/blang/semver/v4,MIT
@@ -67,19 +66,13 @@ github.com/google/cel-go,Apache-2.0
6766
github.com/google/cel-go,BSD-3-Clause
6867
github.com/google/gnostic-models,Apache-2.0
6968
github.com/google/go-cmp/cmp,BSD-3-Clause
70-
github.com/google/gofuzz,Apache-2.0
7169
github.com/google/uuid,BSD-3-Clause
7270
github.com/gorilla/css/scanner,BSD-3-Clause
73-
github.com/gorilla/websocket,BSD-3-Clause
71+
github.com/gorilla/websocket,BSD-2-Clause
7472
github.com/hashicorp/errwrap,MPL-2.0
7573
github.com/hashicorp/go-multierror,MPL-2.0
7674
github.com/josharian/intern,MIT
7775
github.com/json-iterator/go,MIT
78-
github.com/klauspost/compress,MIT
79-
github.com/klauspost/compress,Apache-2.0
80-
github.com/klauspost/compress,BSD-3-Clause
81-
github.com/klauspost/compress/internal/snapref,BSD-3-Clause
82-
github.com/klauspost/compress/zstd/internal/xxhash,MIT
8376
github.com/mailru/easyjson,MIT
8477
github.com/mattn/go-colorable,MIT
8578
github.com/mattn/go-isatty,MIT
@@ -145,6 +138,7 @@ k8s.io/utils/internal/third_party/forked/golang,BSD-3-Clause
145138
sigs.k8s.io/controller-runtime/pkg,Apache-2.0
146139
sigs.k8s.io/json,Apache-2.0
147140
sigs.k8s.io/json,BSD-3-Clause
141+
sigs.k8s.io/randfill,Apache-2.0
148142
sigs.k8s.io/structured-merge-diff/v4,Apache-2.0
149143
sigs.k8s.io/yaml,MIT
150144
sigs.k8s.io/yaml,Apache-2.0

deploy/charts/venafi-kubernetes-agent/crd_bases/jetstack.io_venaficonnections.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
66
annotations:
7-
controller-gen.kubebuilder.io/version: v0.16.1
7+
controller-gen.kubebuilder.io/version: v0.17.3
88
name: venaficonnections.jetstack.io
99
spec:
1010
group: jetstack.io
@@ -254,7 +254,6 @@ spec:
254254
- JWT
255255
type: string
256256
clientId:
257-
default: cert-manager.io
258257
description: ClientID is the clientId used to authenticate
259258
with TPP.
260259
type: string
@@ -465,7 +464,6 @@ spec:
465464
- JWT
466465
type: string
467466
clientId:
468-
default: cert-manager.io
469467
description: ClientID is the clientId used to authenticate
470468
with TPP.
471469
type: string
@@ -662,7 +660,6 @@ spec:
662660
- JWT
663661
type: string
664662
clientId:
665-
default: cert-manager.io
666663
description: ClientID is the clientId used to authenticate
667664
with TPP.
668665
type: string
@@ -872,7 +869,6 @@ spec:
872869
- JWT
873870
type: string
874871
clientId:
875-
default: cert-manager.io
876872
description: ClientID is the clientId used to authenticate
877873
with TPP.
878874
type: string
@@ -1069,7 +1065,6 @@ spec:
10691065
- JWT
10701066
type: string
10711067
clientId:
1072-
default: cert-manager.io
10731068
description: ClientID is the clientId used to authenticate
10741069
with TPP.
10751070
type: string

deploy/charts/venafi-kubernetes-agent/templates/venafi-connection-crd.without-validations.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ spec:
255255
- JWT
256256
type: string
257257
clientId:
258-
default: cert-manager.io
259258
description: ClientID is the clientId used to authenticate with TPP.
260259
type: string
261260
url:
@@ -453,7 +452,6 @@ spec:
453452
- JWT
454453
type: string
455454
clientId:
456-
default: cert-manager.io
457455
description: ClientID is the clientId used to authenticate with TPP.
458456
type: string
459457
url:
@@ -638,7 +636,6 @@ spec:
638636
- JWT
639637
type: string
640638
clientId:
641-
default: cert-manager.io
642639
description: ClientID is the clientId used to authenticate with TPP.
643640
type: string
644641
url:
@@ -831,7 +828,6 @@ spec:
831828
- JWT
832829
type: string
833830
clientId:
834-
default: cert-manager.io
835831
description: ClientID is the clientId used to authenticate with TPP.
836832
type: string
837833
url:
@@ -1016,7 +1012,6 @@ spec:
10161012
- JWT
10171013
type: string
10181014
clientId:
1019-
default: cert-manager.io
10201015
description: ClientID is the clientId used to authenticate with TPP.
10211016
type: string
10221017
url:

deploy/charts/venafi-kubernetes-agent/templates/venafi-connection-crd.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ spec:
255255
- JWT
256256
type: string
257257
clientId:
258-
default: cert-manager.io
259258
description: ClientID is the clientId used to authenticate with TPP.
260259
type: string
261260
url:
@@ -456,7 +455,6 @@ spec:
456455
- JWT
457456
type: string
458457
clientId:
459-
default: cert-manager.io
460458
description: ClientID is the clientId used to authenticate with TPP.
461459
type: string
462460
url:
@@ -644,7 +642,6 @@ spec:
644642
- JWT
645643
type: string
646644
clientId:
647-
default: cert-manager.io
648645
description: ClientID is the clientId used to authenticate with TPP.
649646
type: string
650647
url:
@@ -843,7 +840,6 @@ spec:
843840
- JWT
844841
type: string
845842
clientId:
846-
default: cert-manager.io
847843
description: ClientID is the clientId used to authenticate with TPP.
848844
type: string
849845
url:
@@ -1031,7 +1027,6 @@ spec:
10311027
- JWT
10321028
type: string
10331029
clientId:
1034-
default: cert-manager.io
10351030
description: ClientID is the clientId used to authenticate with TPP.
10361031
type: string
10371032
url:

go.mod

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,32 @@ module github.com/jetstack/preflight
33
go 1.24.4
44

55
require (
6-
github.com/Venafi/vcert/v5 v5.8.1
6+
github.com/Venafi/vcert/v5 v5.10.2
77
github.com/cenkalti/backoff/v5 v5.0.2
8-
github.com/fatih/color v1.17.0
8+
github.com/fatih/color v1.18.0
99
github.com/google/uuid v1.6.0
1010
github.com/hashicorp/go-multierror v1.1.1
11-
github.com/jetstack/venafi-connection-lib v0.3.2-0.20250305134451-ec1757b9e01b
11+
github.com/jetstack/venafi-connection-lib v0.4.1-0.20250617093438-475079c98311
1212
github.com/microcosm-cc/bluemonday v1.0.27
1313
github.com/pmylund/go-cache v2.1.0+incompatible
14-
github.com/prometheus/client_golang v1.21.0
15-
github.com/spf13/cobra v1.8.1
16-
github.com/spf13/pflag v1.0.5
14+
github.com/prometheus/client_golang v1.22.0
15+
github.com/spf13/cobra v1.9.1
16+
github.com/spf13/pflag v1.0.6
1717
github.com/stretchr/testify v1.10.0
1818
golang.org/x/sync v0.15.0
1919
gopkg.in/yaml.v2 v2.4.0
20-
k8s.io/api v0.33.0-alpha.1
21-
k8s.io/apimachinery v0.33.0-alpha.1
22-
k8s.io/client-go v0.33.0-alpha.1
23-
k8s.io/component-base v0.32.2
24-
sigs.k8s.io/controller-runtime v0.20.2
20+
k8s.io/api v0.33.2
21+
k8s.io/apimachinery v0.33.2
22+
k8s.io/client-go v0.33.2
23+
k8s.io/component-base v0.33.2
24+
sigs.k8s.io/controller-runtime v0.21.0
2525
sigs.k8s.io/yaml v1.4.0
2626
)
2727

2828
require (
29-
cel.dev/expr v0.18.0 // indirect
29+
cel.dev/expr v0.19.1 // indirect
3030
github.com/Khan/genqlient v0.7.0 // indirect
3131
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
32-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3332
github.com/aymerick/douceur v0.2.0 // indirect
3433
github.com/blang/semver/v4 v4.0.0 // indirect
3534
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
@@ -40,48 +39,47 @@ require (
4039
github.com/go418/concurrentcache v0.6.0 // indirect
4140
github.com/go418/concurrentcache/logger v0.0.0-20250207095056-c0b7f8cc8bc2 // indirect
4241
github.com/google/btree v1.1.3 // indirect
43-
github.com/google/cel-go v0.22.0 // indirect
42+
github.com/google/cel-go v0.23.2 // indirect
4443
github.com/google/gnostic-models v0.6.9 // indirect
4544
github.com/gorilla/css v1.0.1 // indirect
46-
github.com/gorilla/websocket v1.5.1 // indirect
45+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
4746
github.com/json-iterator/go v1.1.12 // indirect
48-
github.com/klauspost/compress v1.17.11 // indirect
4947
github.com/pkg/errors v0.9.1 // indirect
5048
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5149
github.com/sosodev/duration v1.2.0 // indirect
5250
github.com/stoewer/go-strcase v1.3.0 // indirect
53-
github.com/vektah/gqlparser/v2 v2.5.15 // indirect
51+
github.com/vektah/gqlparser/v2 v2.5.24 // indirect
5452
github.com/x448/float16 v0.8.4 // indirect
5553
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
56-
go.opentelemetry.io/otel v1.28.0 // indirect
57-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
54+
go.opentelemetry.io/otel v1.33.0 // indirect
55+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
5856
go.uber.org/multierr v1.11.0 // indirect
5957
go.uber.org/zap v1.27.0 // indirect
6058
golang.org/x/crypto v0.39.0 // indirect
6159
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
6260
golang.org/x/net v0.41.0 // indirect
6361
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
64-
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
65-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
62+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
63+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
6664
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
6765
gopkg.in/ini.v1 v1.67.0 // indirect
68-
k8s.io/apiextensions-apiserver v0.32.2 // indirect
69-
k8s.io/apiserver v0.32.2 // indirect
66+
k8s.io/apiextensions-apiserver v0.33.1 // indirect
67+
k8s.io/apiserver v0.33.1 // indirect
68+
sigs.k8s.io/randfill v1.0.0 // indirect
7069
)
7170

7271
require (
7372
github.com/beorn7/perks v1.0.1 // indirect
7473
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7574
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7675
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
77-
github.com/go-logr/logr v1.4.2
76+
github.com/go-logr/logr v1.4.3
7877
github.com/go-openapi/jsonpointer v0.21.0 // indirect
7978
github.com/go-openapi/jsonreference v0.20.4 // indirect
8079
github.com/go-openapi/swag v0.23.0 // indirect
8180
github.com/gogo/protobuf v1.3.2 // indirect
8281
github.com/golang-jwt/jwt/v4 v4.5.2
83-
github.com/google/go-cmp v0.6.0 // indirect
84-
github.com/google/gofuzz v1.2.0 // indirect
82+
github.com/google/go-cmp v0.7.0 // indirect
8583
github.com/hashicorp/errwrap v1.1.0 // indirect
8684
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8785
github.com/josharian/intern v1.0.0 // indirect
@@ -94,17 +92,17 @@ require (
9492
github.com/prometheus/client_model v0.6.1 // indirect
9593
github.com/prometheus/common v0.62.0 // indirect
9694
github.com/prometheus/procfs v0.15.1 // indirect
97-
golang.org/x/oauth2 v0.24.0 // indirect
95+
golang.org/x/oauth2 v0.27.0 // indirect
9896
golang.org/x/sys v0.33.0 // indirect
9997
golang.org/x/term v0.32.0 // indirect
10098
golang.org/x/text v0.26.0 // indirect
101-
golang.org/x/time v0.7.0 // indirect
102-
google.golang.org/protobuf v1.36.1 // indirect
99+
golang.org/x/time v0.9.0 // indirect
100+
google.golang.org/protobuf v1.36.5 // indirect
103101
gopkg.in/inf.v0 v0.9.1 // indirect
104102
gopkg.in/yaml.v3 v3.0.1
105103
k8s.io/klog/v2 v2.130.1
106-
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
107-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
104+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
105+
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 // indirect
108106
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
109-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
107+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
110108
)

0 commit comments

Comments
 (0)