Skip to content

Commit 809eaf7

Browse files
Merge pull request #547 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 2f35110 + 4103cd5 commit 809eaf7

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

LICENSES

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ github.com/alecholmes/xfccparser,https://github.com/alecholmes/xfccparser/blob/v
88
github.com/alecthomas/participle/v2,https://github.com/alecthomas/participle/blob/v2.1.1/COPYING,MIT
99
github.com/antlr4-go/antlr/v4,https://github.com/antlr4-go/antlr/blob/v4.13.1/LICENSE,BSD-3-Clause
1010
github.com/beorn7/perks/quantile,https://github.com/beorn7/perks/blob/v1.0.1/LICENSE,MIT
11-
github.com/blang/semver/v4,https://github.com/blang/semver/blob/v4.0.0/LICENSE,MIT
11+
github.com/blang/semver/v4,https://github.com/blang/semver/blob/v4.0.0/v4/LICENSE,MIT
1212
github.com/cenkalti/backoff/v4,https://github.com/cenkalti/backoff/blob/v4.3.0/LICENSE,MIT
1313
github.com/cert-manager/cert-manager,https://github.com/cert-manager/cert-manager/blob/v1.17.2/LICENSE,Apache-2.0
1414
github.com/cert-manager/istio-csr,https://github.com/cert-manager/istio-csr/blob/HEAD/LICENSE,Apache-2.0
@@ -20,14 +20,14 @@ github.com/emicklei/go-restful/v3,https://github.com/emicklei/go-restful/blob/v3
2020
github.com/envoyproxy/go-control-plane/contrib/envoy/extensions,https://github.com/envoyproxy/go-control-plane/blob/63a55395d7a3/contrib/LICENSE,Apache-2.0
2121
github.com/envoyproxy/go-control-plane/envoy,https://github.com/envoyproxy/go-control-plane/blob/63a55395d7a3/envoy/LICENSE,Apache-2.0
2222
github.com/envoyproxy/protoc-gen-validate/validate,https://github.com/envoyproxy/protoc-gen-validate/blob/v1.2.1/LICENSE,Apache-2.0
23-
github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/v5.9.11/LICENSE,BSD-3-Clause
23+
github.com/evanphx/json-patch/v5,https://github.com/evanphx/json-patch/blob/v5.9.11/v5/LICENSE,BSD-3-Clause
2424
github.com/fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/v1.9.0/LICENSE,BSD-3-Clause
2525
github.com/fxamacker/cbor/v2,https://github.com/fxamacker/cbor/blob/v2.7.0/LICENSE,MIT
2626
github.com/go-asn1-ber/asn1-ber,https://github.com/go-asn1-ber/asn1-ber/blob/v1.5.7/LICENSE,MIT
2727
github.com/go-errors/errors,https://github.com/go-errors/errors/blob/v1.5.1/LICENSE.MIT,MIT
2828
github.com/go-jose/go-jose/v4,https://github.com/go-jose/go-jose/blob/v4.0.5/LICENSE,Apache-2.0
2929
github.com/go-jose/go-jose/v4/json,https://github.com/go-jose/go-jose/blob/v4.0.5/json/LICENSE,BSD-3-Clause
30-
github.com/go-ldap/ldap/v3,https://github.com/go-ldap/ldap/blob/v3.4.8/LICENSE,MIT
30+
github.com/go-ldap/ldap/v3,https://github.com/go-ldap/ldap/blob/v3.4.8/v3/LICENSE,MIT
3131
github.com/go-logr/logr,https://github.com/go-logr/logr/blob/v1.4.2/LICENSE,Apache-2.0
3232
github.com/go-logr/stdr,https://github.com/go-logr/stdr/blob/v1.2.2/LICENSE,Apache-2.0
3333
github.com/go-logr/zapr,https://github.com/go-logr/zapr/blob/v1.3.0/LICENSE,Apache-2.0
@@ -105,7 +105,7 @@ golang.org/x/sys/unix,https://cs.opensource.google/go/x/sys/+/v0.32.0:LICENSE,BS
105105
golang.org/x/term,https://cs.opensource.google/go/x/term/+/v0.30.0:LICENSE,BSD-3-Clause
106106
golang.org/x/text,https://cs.opensource.google/go/x/text/+/v0.23.0:LICENSE,BSD-3-Clause
107107
golang.org/x/time/rate,https://cs.opensource.google/go/x/time/+/v0.9.0:LICENSE,BSD-3-Clause
108-
gomodules.xyz/jsonpatch/v2,https://github.com/gomodules/jsonpatch/blob/v2.4.0/LICENSE,Apache-2.0
108+
gomodules.xyz/jsonpatch/v2,https://github.com/gomodules/jsonpatch/blob/v2.4.0/v2/LICENSE,Apache-2.0
109109
google.golang.org/genproto/googleapis/api,https://github.com/googleapis/go-genproto/blob/56aae31c358a/googleapis/api/LICENSE,Apache-2.0
110110
google.golang.org/genproto/googleapis/rpc/status,https://github.com/googleapis/go-genproto/blob/56aae31c358a/googleapis/rpc/LICENSE,Apache-2.0
111111
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.72.0/LICENSE,Apache-2.0

klone.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,70 +10,70 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
13+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
18+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
1919
repo_path: modules/cert-manager
2020
- folder_name: controller-gen
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
23+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
2424
repo_path: modules/controller-gen
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
28+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
33+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
3434
repo_path: modules/go
3535
- folder_name: helm
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
38+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
3939
repo_path: modules/helm
4040
- folder_name: help
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
43+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
4444
repo_path: modules/help
4545
- folder_name: kind
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
48+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
4949
repo_path: modules/kind
5050
- folder_name: klone
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
53+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
5454
repo_path: modules/klone
5555
- folder_name: licenses
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
58+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
5959
repo_path: modules/licenses
6060
- folder_name: oci-build
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
63+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
6464
repo_path: modules/oci-build
6565
- folder_name: oci-publish
6666
repo_url: https://github.com/cert-manager/makefile-modules.git
6767
repo_ref: main
68-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
68+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
6969
repo_path: modules/oci-publish
7070
- folder_name: repository-base
7171
repo_url: https://github.com/cert-manager/makefile-modules.git
7272
repo_ref: main
73-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
73+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
7474
repo_path: modules/repository-base
7575
- folder_name: tools
7676
repo_url: https://github.com/cert-manager/makefile-modules.git
7777
repo_ref: main
78-
repo_hash: c845b0b20c6a21023f6bf4a5d8d3f346825c7480
78+
repo_hash: 64ae59dc5eefce752ff785f648ac8a8ed0222cbd
7979
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tools += controller-gen=v0.17.3
9393
# https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=versions
9494
tools += goimports=v0.31.0
9595
# https://pkg.go.dev/github.com/google/go-licenses/v2?tab=versions
96-
tools += go-licenses=v2.0.0-alpha.1
96+
tools += go-licenses=9c778fc0cb52740485f53cc439b1f3c9578a1830
9797
# https://pkg.go.dev/gotest.tools/gotestsum?tab=versions
9898
tools += gotestsum=v1.12.1
9999
# https://pkg.go.dev/sigs.k8s.io/kustomize/kustomize/v4?tab=versions
@@ -325,7 +325,9 @@ go_dependencies :=
325325
go_dependencies += ginkgo=github.com/onsi/ginkgo/v2/ginkgo
326326
go_dependencies += controller-gen=sigs.k8s.io/controller-tools/cmd/controller-gen
327327
go_dependencies += goimports=golang.org/x/tools/cmd/goimports
328-
go_dependencies += go-licenses=github.com/google/go-licenses/v2
328+
# switch back to github.com/google/go-licenses once
329+
# https://github.com/google/go-licenses/pull/327 is merged.
330+
go_dependencies += go-licenses=github.com/inteon/go-licenses/v2
329331
go_dependencies += gotestsum=gotest.tools/gotestsum
330332
go_dependencies += kustomize=sigs.k8s.io/kustomize/kustomize/v4
331333
go_dependencies += gojq=github.com/itchyny/gojq/cmd/gojq

0 commit comments

Comments
 (0)