Skip to content

Commit

Permalink
Update dependencies from jetstack/cert-manager to cert-manager/cert-m…
Browse files Browse the repository at this point in the history
…anager

Signed-off-by: Brady Siegel <[email protected]>
  • Loading branch information
bmsiegel committed Apr 22, 2022
1 parent abb9f8f commit 0a4a7c5
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ kind-export-logs:

.PHONY: deploy-cert-manager
deploy-cert-manager: ## Deploy cert-manager in the configured Kubernetes cluster in ~/.kube/config
kubectl apply --filename=https://github.com/jetstack/cert-manager/releases/download/v${CERT_MANAGER_VERSION}/cert-manager.yaml --kubeconfig=${TEST_KUBECONFIG_LOCATION}
kubectl apply --filename=https://github.com/cert-manager/cert-manager/releases/download/v${CERT_MANAGER_VERSION}/cert-manager.yaml --kubeconfig=${TEST_KUBECONFIG_LOCATION}
kubectl wait --for=condition=Available --timeout=300s apiservice v1.cert-manager.io --kubeconfig=${TEST_KUBECONFIG_LOCATION}

.PHONY: install-local
Expand Down
2 changes: 1 addition & 1 deletion SECURITY_CONTACTS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# to for triaging and handling of incoming issues.
#
# DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE
# INSTRUCTIONS AT https://github.com/jetstack/cert-manager/blob/main/SECURITY.md
# INSTRUCTIONS AT https://github.com/cert-manager/cert-manager/blob/main/SECURITY.md

anbaig
paramsethi
Expand Down
6 changes: 3 additions & 3 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"testing"
"time"

cmv1 "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
cmmeta "github.com/jetstack/cert-manager/pkg/apis/meta/v1"
cmclientv1 "github.com/jetstack/cert-manager/pkg/client/clientset/versioned/typed/certmanager/v1"
cmv1 "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"
cmmeta "github.com/cert-manager/cert-manager/pkg/apis/meta/v1"
cmclientv1 "github.com/cert-manager/cert-manager/pkg/client/clientset/versioned/typed/certmanager/v1"
"github.com/stretchr/testify/assert"

"github.com/aws/aws-sdk-go-v2/aws"
Expand Down
6 changes: 3 additions & 3 deletions e2e/k8_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

v1 "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
cmv1 "github.com/jetstack/cert-manager/pkg/apis/meta/v1"
cmclientv1 "github.com/jetstack/cert-manager/pkg/client/clientset/versioned/typed/certmanager/v1"
v1 "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"
cmv1 "github.com/cert-manager/cert-manager/pkg/apis/meta/v1"
cmclientv1 "github.com/cert-manager/cert-manager/pkg/client/clientset/versioned/typed/certmanager/v1"

clientV1beta1 "github.com/cert-manager/aws-privateca-issuer/pkg/clientset/v1beta1"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ram v1.16.5
github.com/aws/aws-sdk-go-v2/service/sts v1.16.3
github.com/go-logr/logr v1.2.3
github.com/jetstack/cert-manager v1.8.0
github.com/cert-manager/cert-manager v1.8.0
github.com/stretchr/testify v1.7.1
k8s.io/api v0.23.6
k8s.io/apimachinery v0.23.6
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"flag"
"os"

certmanager "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
certmanager "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"

// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
// to ensure that exec-entrypoint and run can make use of them.
Expand Down
2 changes: 1 addition & 1 deletion pkg/aws/pca.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
acmpcatypes "github.com/aws/aws-sdk-go-v2/service/acmpca/types"
injections "github.com/cert-manager/aws-privateca-issuer/pkg/api/injections"
"github.com/go-logr/logr"
cmapi "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
cmapi "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"
"k8s.io/apimachinery/pkg/types"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/aws/pca_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (

"github.com/go-logr/logr"

v1 "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
v1 "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"
"github.com/stretchr/testify/assert"
)

Expand Down
6 changes: 3 additions & 3 deletions pkg/controllers/certificaterequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

"github.com/cert-manager/aws-privateca-issuer/pkg/aws"
"github.com/cert-manager/aws-privateca-issuer/pkg/util"
cmapi "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
cmapi "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"
"k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/tools/record"
Expand All @@ -36,8 +36,8 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"

api "github.com/cert-manager/aws-privateca-issuer/pkg/api/v1beta1"
cmutil "github.com/jetstack/cert-manager/pkg/api/util"
cmmeta "github.com/jetstack/cert-manager/pkg/apis/meta/v1"
cmutil "github.com/cert-manager/cert-manager/pkg/api/util"
cmmeta "github.com/cert-manager/cert-manager/pkg/apis/meta/v1"
)

// CertificateRequestReconciler reconciles a AWSPCAIssuer object
Expand Down
8 changes: 4 additions & 4 deletions pkg/controllers/certificaterequest_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import (
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/go-logr/logr"
logrtesting "github.com/go-logr/logr/testing"
cmutil "github.com/jetstack/cert-manager/pkg/api/util"
cmapi "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
cmmeta "github.com/jetstack/cert-manager/pkg/apis/meta/v1"
cmgen "github.com/jetstack/cert-manager/test/unit/gen"
cmutil "github.com/cert-manager/cert-manager/pkg/api/util"
cmapi "github.com/cert-manager/cert-manager/pkg/apis/certmanager/v1"
cmmeta "github.com/cert-manager/cert-manager/pkg/apis/meta/v1"
cmgen "github.com/cert-manager/cert-manager/test/unit/gen"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
v1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit 0a4a7c5

Please sign in to comment.