Skip to content

Commit

Permalink
rename all uses of github.com/jetstack/cert-manager
Browse files Browse the repository at this point in the history
 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 <[email protected]>
  • Loading branch information
SgtCoDFish committed Feb 2, 2022
1 parent ee8ec69 commit 3a055cc
Show file tree
Hide file tree
Showing 888 changed files with 2,458 additions and 2,458 deletions.
14 changes: 7 additions & 7 deletions .krew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cert-manager
spec:
version: {{ .TagName }}
homepage: https://github.com/jetstack/cert-manager
homepage: https://github.com/cert-manager/cert-manager
shortDescription: Manage cert-manager resources inside your cluster
description: |
The official plugin accompanying cert-manger, a Kubernetes add-on to
Expand All @@ -16,35 +16,35 @@ spec:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-amd64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-darwin-arm64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-amd64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: linux
arch: arm
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-linux-arm64.tar.gz" .TagName }}
bin: kubectl-cert_manager
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/jetstack/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-windows-amd64.tar.gz" .TagName }}
{{addURIAndSha "https://github.com/cert-manager/cert-manager/releases/download/{{ .TagName }}/kubectl-cert_manager-windows-amd64.tar.gz" .TagName }}
bin: kubectl-cert_manager
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gazelle:prefix github.com/jetstack/cert-manager
# gazelle:prefix github.com/cert-manager/cert-manager
# gazelle:proto disable_global
# gazelle:exclude docs/generated/reference/generate/json_swagger

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PLATFORM := @io_bazel_rules_go//go/toolchain:linux_amd64
# OPTIONS YOU PROBABLY DON'T NEED TO MODIFY UNLESS DOING SOMETHING VERY SPECIFIC.
###############

# Set an alternative base image https://github.com/jetstack/cert-manager/blob/master/build/BUILD.bazel#L42
# Set an alternative base image https://github.com/cert-manager/cert-manager/blob/master/build/BUILD.bazel#L42
BASE_IMAGE := static
BAZEL_IMAGES_FLAGS := --define image_type=$(BASE_IMAGE)
# Ensure non cgo by default
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- prow build badge, godoc, and go report card-->
<img alt="Build Status" src="https://prow.build-infra.jetstack.net/badge.svg?jobs=ci-cert-manager-bazel">
</a>
<a href="https://godoc.org/github.com/jetstack/cert-manager"><img src="https://godoc.org/github.com/jetstack/cert-manager?status.svg"></a>
<a href="https://goreportcard.com/report/github.com/jetstack/cert-manager"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/jetstack/cert-manager" /></a>
<a href="https://godoc.org/github.com/cert-manager/cert-manager"><img src="https://godoc.org/github.com/cert-manager/cert-manager?status.svg"></a>
<a href="https://goreportcard.com/report/github.com/cert-manager/cert-manager"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/cert-manager/cert-manager" /></a>
<br />
<a href="https://artifacthub.io/packages/search?repo=cert-manager"><img alt="Artifact Hub" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cert-manager" /></a>
</p>
Expand Down Expand Up @@ -52,7 +52,7 @@ on the [Kubernetes Slack](http://slack.kubernetes.io/).
There are a lot of community members in this channel, and you can often get an answer
to your question straight away!

You can also try [searching for an existing issue](https://github.com/jetstack/cert-manager/issues).
You can also try [searching for an existing issue](https://github.com/cert-manager/cert-manager/issues).
Properly searching for an existing issue will help reduce the number of duplicates,
and help you find the answer you are looking for quicker.

Expand All @@ -61,7 +61,7 @@ before opening an issue. You can also search the documentation using the search
top left of the page.

If you believe you have encountered a bug, and cannot find an existing issue similar to your
own, you may [open a new issue](https://github.com/jetstack/cert-manager/issues).
own, you may [open a new issue](https://github.com/cert-manager/cert-manager/issues).
Please be sure to include as much information as possible about your environment.

## Community
Expand Down Expand Up @@ -89,7 +89,7 @@ We welcome pull requests with open arms! There's a lot of work to do here, and
we're especially concerned with ensuring the longevity and reliability of the
project.

Please take a look at our [issue tracker](https://github.com/jetstack/cert-manager/issues)
Please take a look at our [issue tracker](https://github.com/cert-manager/cert-manager/issues)
if you are unsure where to start with getting involved!

We also use the #cert-manager and #cert-manager-dev channels on [Kubernetes Slack](https://kubernetes.slack.com)
Expand Down Expand Up @@ -121,7 +121,7 @@ vulnerability to the team.

## Changelog

The [list of releases](https://github.com/jetstack/cert-manager/releases)
The [list of releases](https://github.com/cert-manager/cert-manager/releases)
is the best place to look for information on changes between releases.

<sub><sup>Logo design by [Zoe Paterson](https://zoepatersonmedia.com)</sup></sub>
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ reporting processes.

When we say "a security vulnerability in cert-manager" we mean a security issue
in any repository under the [cert-manger GitHub organization](https://github.com/cert-manager/)
or in the main [cert-manager repo](https://github.com/jetstack/cert-manager).
or in the main [cert-manager repo](https://github.com/cert-manager/cert-manager).

This reporting process is intended only for security issues in the cert-manager
project itself, and doesn't apply to applications _using_ cert-manager or to
Expand Down
2 changes: 1 addition & 1 deletion build/version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def version_x_defs(x_defs, variant = None):
# This should match the list of packages in kube::version::ldflag
stamp_pkgs = [
"github.com/jetstack/cert-manager/pkg/util",
"github.com/cert-manager/cert-manager/pkg/util",
]

# This should match the list of vars in kube::version::ldflags
Expand Down
2 changes: 1 addition & 1 deletion cmd/acmesolver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("//build:go_binary.bzl", "go_binary")
go_library(
name = "go_default_library",
srcs = ["main.go"],
importpath = "github.com/jetstack/cert-manager/cmd/acmesolver",
importpath = "github.com/cert-manager/cert-manager/cmd/acmesolver",
visibility = ["//visibility:private"],
deps = [
"//cmd/acmesolver/app:go_default_library",
Expand Down
2 changes: 1 addition & 1 deletion cmd/acmesolver/app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["app.go"],
importpath = "github.com/jetstack/cert-manager/cmd/acmesolver/app",
importpath = "github.com/cert-manager/cert-manager/cmd/acmesolver/app",
visibility = ["//visibility:public"],
deps = [
"//cmd/util:go_default_library",
Expand Down
6 changes: 3 additions & 3 deletions cmd/acmesolver/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (

"github.com/spf13/cobra"

"github.com/jetstack/cert-manager/cmd/util"
"github.com/jetstack/cert-manager/pkg/issuer/acme/http/solver"
logf "github.com/jetstack/cert-manager/pkg/logs"
"github.com/cert-manager/cert-manager/cmd/util"
"github.com/cert-manager/cert-manager/pkg/issuer/acme/http/solver"
logf "github.com/cert-manager/cert-manager/pkg/logs"
)

func NewACMESolverCommand(stopCh <-chan struct{}) *cobra.Command {
Expand Down
4 changes: 2 additions & 2 deletions cmd/acmesolver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"fmt"
"os"

"github.com/jetstack/cert-manager/cmd/acmesolver/app"
"github.com/jetstack/cert-manager/cmd/util"
"github.com/cert-manager/cert-manager/cmd/acmesolver/app"
"github.com/cert-manager/cert-manager/cmd/util"
)

// acmesolver solves ACME http-01 challenges. This is intended to run as a pod
Expand Down
2 changes: 1 addition & 1 deletion cmd/cainjector/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("//build:go_binary.bzl", "go_binary")
go_library(
name = "go_default_library",
srcs = ["main.go"],
importpath = "github.com/jetstack/cert-manager/cmd/cainjector",
importpath = "github.com/cert-manager/cert-manager/cmd/cainjector",
visibility = ["//visibility:private"],
deps = [
"//cmd/cainjector/app:go_default_library",
Expand Down
2 changes: 1 addition & 1 deletion cmd/cainjector/app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["start.go"],
importpath = "github.com/jetstack/cert-manager/cmd/cainjector/app",
importpath = "github.com/cert-manager/cert-manager/cmd/cainjector/app",
visibility = ["//visibility:public"],
deps = [
"//cmd/util:go_default_library",
Expand Down
12 changes: 6 additions & 6 deletions cmd/cainjector/app/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ import (
_ "k8s.io/client-go/plugin/pkg/client/auth"
ctrl "sigs.k8s.io/controller-runtime"

cmdutil "github.com/jetstack/cert-manager/cmd/util"
"github.com/jetstack/cert-manager/pkg/api"
"github.com/jetstack/cert-manager/pkg/controller/cainjector"
logf "github.com/jetstack/cert-manager/pkg/logs"
"github.com/jetstack/cert-manager/pkg/util"
"github.com/jetstack/cert-manager/pkg/util/profiling"
cmdutil "github.com/cert-manager/cert-manager/cmd/util"
"github.com/cert-manager/cert-manager/pkg/api"
"github.com/cert-manager/cert-manager/pkg/controller/cainjector"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/cert-manager/cert-manager/pkg/util"
"github.com/cert-manager/cert-manager/pkg/util/profiling"
)

// InjectorControllerOptions is a struct having injector controller options values
Expand Down
6 changes: 3 additions & 3 deletions cmd/cainjector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import (

ctrl "sigs.k8s.io/controller-runtime"

"github.com/jetstack/cert-manager/cmd/cainjector/app"
"github.com/jetstack/cert-manager/cmd/util"
logf "github.com/jetstack/cert-manager/pkg/logs"
"github.com/cert-manager/cert-manager/cmd/cainjector/app"
"github.com/cert-manager/cert-manager/cmd/util"
logf "github.com/cert-manager/cert-manager/pkg/logs"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/controller/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("//build:go_binary.bzl", "go_binary")
go_library(
name = "go_default_library",
srcs = ["main.go"],
importpath = "github.com/jetstack/cert-manager/cmd/controller",
importpath = "github.com/cert-manager/cert-manager/cmd/controller",
visibility = ["//visibility:private"],
deps = [
"//cmd/controller/app:go_default_library",
Expand Down
2 changes: 1 addition & 1 deletion cmd/controller/app/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go_library(
"controller.go",
"start.go",
],
importpath = "github.com/jetstack/cert-manager/cmd/controller/app",
importpath = "github.com/cert-manager/cert-manager/cmd/controller/app",
visibility = ["//visibility:public"],
deps = [
"//cmd/controller/app/options:go_default_library",
Expand Down
22 changes: 11 additions & 11 deletions cmd/controller/app/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ import (
"k8s.io/client-go/tools/record"
"k8s.io/utils/clock"

"github.com/jetstack/cert-manager/cmd/controller/app/options"
cmdutil "github.com/jetstack/cert-manager/cmd/util"
"github.com/jetstack/cert-manager/internal/controller/feature"
"github.com/jetstack/cert-manager/pkg/acme/accounts"
"github.com/jetstack/cert-manager/pkg/controller"
"github.com/jetstack/cert-manager/pkg/controller/clusterissuers"
dnsutil "github.com/jetstack/cert-manager/pkg/issuer/acme/dns/util"
logf "github.com/jetstack/cert-manager/pkg/logs"
"github.com/jetstack/cert-manager/pkg/metrics"
utilfeature "github.com/jetstack/cert-manager/pkg/util/feature"
"github.com/jetstack/cert-manager/pkg/util/profiling"
"github.com/cert-manager/cert-manager/cmd/controller/app/options"
cmdutil "github.com/cert-manager/cert-manager/cmd/util"
"github.com/cert-manager/cert-manager/internal/controller/feature"
"github.com/cert-manager/cert-manager/pkg/acme/accounts"
"github.com/cert-manager/cert-manager/pkg/controller"
"github.com/cert-manager/cert-manager/pkg/controller/clusterissuers"
dnsutil "github.com/cert-manager/cert-manager/pkg/issuer/acme/dns/util"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/cert-manager/cert-manager/pkg/metrics"
utilfeature "github.com/cert-manager/cert-manager/pkg/util/feature"
"github.com/cert-manager/cert-manager/pkg/util/profiling"
)

func Run(opts *options.ControllerOptions, stopCh <-chan struct{}) error {
Expand Down
2 changes: 1 addition & 1 deletion cmd/controller/app/options/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "go_default_library",
srcs = ["options.go"],
importpath = "github.com/jetstack/cert-manager/cmd/controller/app/options",
importpath = "github.com/cert-manager/cert-manager/cmd/controller/app/options",
visibility = ["//visibility:public"],
deps = [
"//cmd/util:go_default_library",
Expand Down
60 changes: 30 additions & 30 deletions cmd/controller/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,36 +25,36 @@ import (
"github.com/spf13/pflag"
"k8s.io/apimachinery/pkg/util/sets"

cmdutil "github.com/jetstack/cert-manager/cmd/util"
"github.com/jetstack/cert-manager/internal/controller/feature"
cm "github.com/jetstack/cert-manager/pkg/apis/certmanager"
challengescontroller "github.com/jetstack/cert-manager/pkg/controller/acmechallenges"
orderscontroller "github.com/jetstack/cert-manager/pkg/controller/acmeorders"
shimgatewaycontroller "github.com/jetstack/cert-manager/pkg/controller/certificate-shim/gateways"
shimingresscontroller "github.com/jetstack/cert-manager/pkg/controller/certificate-shim/ingresses"
cracmecontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/acme"
crapprovercontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/approver"
crcacontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/ca"
crselfsignedcontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/selfsigned"
crvaultcontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/vault"
crvenaficontroller "github.com/jetstack/cert-manager/pkg/controller/certificaterequests/venafi"
"github.com/jetstack/cert-manager/pkg/controller/certificates/issuing"
"github.com/jetstack/cert-manager/pkg/controller/certificates/keymanager"
certificatesmetricscontroller "github.com/jetstack/cert-manager/pkg/controller/certificates/metrics"
"github.com/jetstack/cert-manager/pkg/controller/certificates/readiness"
"github.com/jetstack/cert-manager/pkg/controller/certificates/requestmanager"
"github.com/jetstack/cert-manager/pkg/controller/certificates/revisionmanager"
"github.com/jetstack/cert-manager/pkg/controller/certificates/trigger"
csracmecontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/acme"
csrcacontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/ca"
csrselfsignedcontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/selfsigned"
csrvaultcontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/vault"
csrvenaficontroller "github.com/jetstack/cert-manager/pkg/controller/certificatesigningrequests/venafi"
clusterissuerscontroller "github.com/jetstack/cert-manager/pkg/controller/clusterissuers"
issuerscontroller "github.com/jetstack/cert-manager/pkg/controller/issuers"
logf "github.com/jetstack/cert-manager/pkg/logs"
"github.com/jetstack/cert-manager/pkg/util"
utilfeature "github.com/jetstack/cert-manager/pkg/util/feature"
cmdutil "github.com/cert-manager/cert-manager/cmd/util"
"github.com/cert-manager/cert-manager/internal/controller/feature"
cm "github.com/cert-manager/cert-manager/pkg/apis/certmanager"
challengescontroller "github.com/cert-manager/cert-manager/pkg/controller/acmechallenges"
orderscontroller "github.com/cert-manager/cert-manager/pkg/controller/acmeorders"
shimgatewaycontroller "github.com/cert-manager/cert-manager/pkg/controller/certificate-shim/gateways"
shimingresscontroller "github.com/cert-manager/cert-manager/pkg/controller/certificate-shim/ingresses"
cracmecontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/acme"
crapprovercontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/approver"
crcacontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/ca"
crselfsignedcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/selfsigned"
crvaultcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/vault"
crvenaficontroller "github.com/cert-manager/cert-manager/pkg/controller/certificaterequests/venafi"
"github.com/cert-manager/cert-manager/pkg/controller/certificates/issuing"
"github.com/cert-manager/cert-manager/pkg/controller/certificates/keymanager"
certificatesmetricscontroller "github.com/cert-manager/cert-manager/pkg/controller/certificates/metrics"
"github.com/cert-manager/cert-manager/pkg/controller/certificates/readiness"
"github.com/cert-manager/cert-manager/pkg/controller/certificates/requestmanager"
"github.com/cert-manager/cert-manager/pkg/controller/certificates/revisionmanager"
"github.com/cert-manager/cert-manager/pkg/controller/certificates/trigger"
csracmecontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/acme"
csrcacontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/ca"
csrselfsignedcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/selfsigned"
csrvaultcontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/vault"
csrvenaficontroller "github.com/cert-manager/cert-manager/pkg/controller/certificatesigningrequests/venafi"
clusterissuerscontroller "github.com/cert-manager/cert-manager/pkg/controller/clusterissuers"
issuerscontroller "github.com/cert-manager/cert-manager/pkg/controller/issuers"
logf "github.com/cert-manager/cert-manager/pkg/logs"
"github.com/cert-manager/cert-manager/pkg/util"
utilfeature "github.com/cert-manager/cert-manager/pkg/util/feature"
)

type ControllerOptions struct {
Expand Down
Loading

0 comments on commit 3a055cc

Please sign in to comment.