Tim Ramlot
|
ffb47e52fa
|
remove dead & deprecated code from cert-manager codebase
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2024-02-10 17:22:23 +01:00 |
|
Tim Ramlot
|
860df2294b
|
fix feedback: make hash secure
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-09-21 13:24:07 +02:00 |
|
Tim Ramlot
|
fa2d9333e3
|
BUGFIX: CertificateRequest short names must be unique.
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-09-20 14:51:24 +02:00 |
|
Tim Ramlot
|
68cbbf8c42
|
update tests to work with StableCertificateRequestName featuregate being enabled by default
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
|
2023-08-25 21:32:08 +02:00 |
|
Sathyanarayanan Saravanamuthu
|
40947b0ef4
|
Generate Certificate Request with predictable name
Co-authored-by: Cody W Eilar <ecody@vmware.com>
Signed-off-by: Cody W Eilar <ecody@vmware.com>
Signed-off-by: Sathyanarayanan Saravanamuthu <sathyanarays@vmware.com>
|
2022-10-11 17:01:26 +05:30 |
|
Ashley Davis
|
3a055cc2f5
|
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice:
```bash
grep -Ri "github.com/jetstack/cert-manager" . | \
cut -d":" -f1 | \
sort | \
uniq | \
xargs sed -i
"s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
```
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
|
2022-02-02 09:08:31 +00:00 |
|
irbekrm
|
0a4617e582
|
Fix staticcheck error
Signed-off-by: irbekrm <irbekrm@gmail.com>
|
2022-01-04 10:11:04 +00:00 |
|
irbekrm
|
fac6622f5e
|
Delete CertificateRequest that failed during previous issuance if we are re-issuing for the same revision
Signed-off-by: irbekrm <irbekrm@gmail.com>
|
2021-12-22 14:54:55 +00:00 |
|
irbekrm
|
fd61e1ccc7
|
Delete 'next' CertificateRequests that failed in last issuance cycle
So that the issuance is retried
Signed-off-by: irbekrm <irbekrm@gmail.com>
|
2021-06-22 07:28:06 +01:00 |
|
Maartje Eyskens
|
ab0cd57dc5
|
Use The cert-manager Authors.
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-11 19:04:13 +01:00 |
|
Maartje Eyskens
|
1788a9d758
|
Update copyright to cert-manager project
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
|
2020-12-08 19:04:49 +01:00 |
|
Richard Wall
|
a70298180a
|
Run a script to update v1alpha2 usage to v1
Script is available at https://github.com/jetstack/cert-manager/pull/3201
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
|
2020-08-20 14:26:51 +01:00 |
|
James Munnelly
|
9e2d6a514b
|
Move expcertificates into certificates package
Signed-off-by: James Munnelly <james@munnelly.eu>
|
2020-07-01 12:16:25 +01:00 |
|