cert-manager/hack
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
..
bin Merge pull request #4485 from munnerz/m1-support 2021-10-01 14:03:35 +01:00
boilerplate
build rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
containers Add a makefile flow for building artifacts 2021-12-15 09:54:15 +00:00
util add scripts for sha256 sum calculations 2021-12-15 09:54:15 +00:00
artifact-metadata.template.json Add a makefile flow for building artifacts 2021-12-15 09:54:15 +00:00
BUILD.bazel Run update-codegen in module mode 2021-12-17 18:13:44 +00:00
concat-yaml.sh Add a makefile flow for building artifacts 2021-12-15 09:54:15 +00:00
latest-base-images.sh Add a makefile flow for building artifacts 2021-12-15 09:54:15 +00:00
latest-kind-images.sh Uses upstream kind image with kube 1.23 2021-12-22 15:38:45 +00:00
sha256-of-plugin-tar.sh rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
test-securitycontext-deprecation.sh
update-all.sh
update-bazel.sh
update-codegen.sh rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
update-crds.sh Test conversion code using sample CRDs and remove conversion configuration from cert-manager CRDs 2021-12-14 17:33:22 +00:00
update-deps-licenses.sh Add a comment about staticcheck script 2021-08-23 08:58:20 +01:00
update-deps.sh Add a comment about staticcheck script 2021-08-23 08:58:20 +01:00
update-gofmt.sh
verify_boilerplate.py match upstream boilerplate verification for files w/ go:build 2022-01-06 14:57:21 +00:00
verify-bazel.sh rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
verify-chart-version.sh bump chart-testing image version to v3.5.0 2022-01-10 18:02:25 +00:00
verify-codegen.sh
verify-crds.sh rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
verify-deps-licenses.sh Use yq instead of jq 2021-08-23 07:08:51 +01:00
verify-deps.sh Use The cert-manager Authors. 2020-12-11 19:04:13 +01:00
verify-errexit.sh
verify-gofmt.sh
verify-goimports.sh add goimports verification and skeleton ci presubmit check 2022-01-05 15:28:38 +00:00
verify-staticcheck.sh rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
verify-upgrade.sh rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00