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 |
|
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 |
|
Haoxiang Zhou
|
fe80b7d760
|
Moved predicate package to pkg/util
Signed-off-by: Haoxiang Zhou <haoxiang.zhou@jetstack.io>
|
2020-07-02 12:23:15 +01:00 |
|