Skip to content

Commit a18f2d3

Browse files
Merge pull request #251 from wallrj/update-dependency-cert-manager-1.18.2
Update github.com/cert-manager/cert-manager to version 1.18.2
2 parents 1663c3b + 566719b commit a18f2d3

26 files changed

+177
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cert-manager/cmctl/v2
33
go 1.24.2
44

55
require (
6-
github.com/cert-manager/cert-manager v1.17.4
6+
github.com/cert-manager/cert-manager v1.18.2
77
github.com/go-logr/logr v1.4.3
88
github.com/google/gofuzz v1.2.0
99
github.com/sergi/go-diff v1.4.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ dario.cat/mergo v1.0.1 h1:Ra4+bf83h2ztPIQYNP99R6m+Y7KfnARDfID+a+vLl4s=
44
dario.cat/mergo v1.0.1/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
55
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
66
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
7-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU=
8-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8=
7+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 h1:He8afgbRMd7mFxO99hRNu+6tazq8nFF9lIwo9JFroBk=
8+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8=
99
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c h1:udKWzYgxTojEKWjV8V+WSxDXJ4NFATAsZjh8iIbsQIg=
1010
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
1111
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=
@@ -40,8 +40,8 @@ github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuP
4040
github.com/bshuster-repo/logrus-logstash-hook v1.0.0/go.mod h1:zsTqEiSzDgAa/8GZR7E1qaXrhYNDKBYy5/dWPTIflbk=
4141
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
4242
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
43-
github.com/cert-manager/cert-manager v1.17.4 h1:pQrEur25zR23Mum1Au4jRH2p8eH3wY2v4/QahjPDzKo=
44-
github.com/cert-manager/cert-manager v1.17.4/go.mod h1:zXVCSnEOu6vNDQOPpXrLO8a0iDnKd8uksgXe5s73p+w=
43+
github.com/cert-manager/cert-manager v1.18.2 h1:H2P75ycGcTMauV3gvpkDqLdS3RSXonWF2S49QGA1PZE=
44+
github.com/cert-manager/cert-manager v1.18.2/go.mod h1:icDJx4kG9BCNpGjBvrmsFd99d+lXUvWdkkcrSSQdIiw=
4545
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
4646
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
4747
github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=

pkg/convert/internal/apis/acme/types_issuer.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ type ACMEIssuer struct {
102102
// it, it will create an error on the Order.
103103
// Defaults to false.
104104
EnableDurationFeature bool
105+
106+
// Profile allows requesting a certificate profile from the ACME server.
107+
// Supported profiles are listed by the server's ACME directory URL.
108+
// +optional
109+
Profile string `json:"profile,omitempty"`
105110
}
106111

107112
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME

pkg/convert/internal/apis/acme/types_order.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ type OrderSpec struct {
7474
// Duration is the duration for the not after date for the requested certificate.
7575
// this is set on order creation as pe the ACME spec.
7676
Duration *metav1.Duration
77+
78+
// Profile allows requesting a certificate profile from the ACME server.
79+
// Supported profiles are listed by the server's ACME directory URL.
80+
// +optional
81+
Profile string `json:"profile,omitempty"`
7782
}
7883

7984
type OrderStatus struct {

pkg/convert/internal/apis/acme/v1/zz_generated.conversion.go

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

pkg/convert/internal/apis/acme/v1alpha2/types_issuer.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ type ACMEIssuer struct {
112112
// Defaults to false.
113113
// +optional
114114
EnableDurationFeature bool `json:"enableDurationFeature,omitempty"`
115+
116+
// Profile allows requesting a certificate profile from the ACME server.
117+
// Supported profiles are listed by the server's ACME directory URL.
118+
// +optional
119+
Profile string `json:"profile,omitempty"`
115120
}
116121

117122
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME

pkg/convert/internal/apis/acme/v1alpha2/types_order.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ type OrderSpec struct {
7979
// this is set on order creation as pe the ACME spec.
8080
// +optional
8181
Duration *metav1.Duration `json:"duration,omitempty"`
82+
83+
// Profile allows requesting a certificate profile from the ACME server.
84+
// Supported profiles are listed by the server's ACME directory URL.
85+
// +optional
86+
Profile string `json:"profile,omitempty"`
8287
}
8388

8489
type OrderStatus struct {

pkg/convert/internal/apis/acme/v1alpha2/zz_generated.conversion.go

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

pkg/convert/internal/apis/acme/v1alpha3/types_issuer.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ type ACMEIssuer struct {
112112
// Defaults to false.
113113
// +optional
114114
EnableDurationFeature bool `json:"enableDurationFeature,omitempty"`
115+
116+
// Profile allows requesting a certificate profile from the ACME server.
117+
// Supported profiles are listed by the server's ACME directory URL.
118+
// +optional
119+
Profile string `json:"profile,omitempty"`
115120
}
116121

117122
// ACMEExternalAccountBinding is a reference to a CA external account of the ACME

pkg/convert/internal/apis/acme/v1alpha3/types_order.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ type OrderSpec struct {
7979
// this is set on order creation as pe the ACME spec.
8080
// +optional
8181
Duration *metav1.Duration `json:"duration,omitempty"`
82+
83+
// Profile allows requesting a certificate profile from the ACME server.
84+
// Supported profiles are listed by the server's ACME directory URL.
85+
// +optional
86+
Profile string `json:"profile,omitempty"`
8287
}
8388

8489
type OrderStatus struct {

0 commit comments

Comments
 (0)