Skip to content

Commit

Permalink
chore(deps): update module github.com/cert-manager/cert-manager to v1…
Browse files Browse the repository at this point in the history
….16.1 (#238)

* chore(deps): update module github.com/cert-manager/cert-manager to v1.16.1

* drop obsolete gatewayapis version v1alpha2

---------

Co-authored-by: Martin Weindel <martin.weindel@sap.com>
  • Loading branch information
gardener-ci-robot and MartinWeindel authored Oct 21, 2024
1 parent 098c2e7 commit 2c5efbe
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ See the [Istio tutorial](docs/usage/tutorials/istio-gateways.md) for a more deta

### Gateway API gateways

The Gateway API versions `gateway.networking.k8s.io/v1`, `gateway.networking.k8s.io/v1beta1` and `gateway.networking.k8s.io/v1alpha2` are supported.
The Gateway API versions `gateway.networking.k8s.io/v1` and `gateway.networking.k8s.io/v1beta1` are supported.

To enable automatic management of `Certificate` resources, annotate the Gateway API `Gateway` resource with `cert.gardener.cloud/purpose=managed`.
The domain names are extracted from the `spec.listeners.hostnames` field and from the field `spec.hostnames` of related `HTTPRoute` resources.
Expand Down
2 changes: 0 additions & 2 deletions cmd/cert-controller-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
networkingv1 "k8s.io/api/networking/v1"
networkingv1beta1 "k8s.io/api/networking/v1beta1"
gatewayapisv1 "sigs.k8s.io/gateway-api/apis/v1"
gatewayapisv1alpha2 "sigs.k8s.io/gateway-api/apis/v1alpha2"
gatewayapisv1beta1 "sigs.k8s.io/gateway-api/apis/v1beta1"

"github.com/gardener/controller-manager-library/pkg/controllermanager"
Expand Down Expand Up @@ -77,7 +76,6 @@ func init() {
utils.Must(resources.Register(istionetworkingv1alpha3.SchemeBuilder))
utils.Must(resources.Register(istionetworkingv1beta1.SchemeBuilder))
utils.Must(resources.Register(istionetworkingv1.SchemeBuilder))
utils.Must(resources.Register(gatewayapisv1alpha2.SchemeBuilder))
utils.Must(resources.Register(gatewayapisv1beta1.SchemeBuilder))
utils.Must(resources.Register(gatewayapisv1.SchemeBuilder))
}
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.2
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
github.com/cert-manager/cert-manager v1.14.7
github.com/cert-manager/cert-manager v1.16.1
github.com/gardener/controller-manager-library v0.2.1-0.20240816122604-33f686e858cc
github.com/gardener/external-dns-management v0.22.0
github.com/gardener/gardener v1.106.0
Expand All @@ -25,10 +25,10 @@ require (
k8s.io/apimachinery v0.31.1
k8s.io/client-go v0.31.1
k8s.io/code-generator v0.31.1
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
sigs.k8s.io/controller-runtime v0.19.0
sigs.k8s.io/gateway-api v1.0.0
sigs.k8s.io/gateway-api v1.1.0
sigs.k8s.io/kind v0.24.0
software.sslmate.com/src/go-pkcs12 v0.5.0
)
Expand All @@ -47,9 +47,9 @@ require (
github.com/fatih/color v1.17.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.6 // indirect
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
github.com/go-ldap/ldap/v3 v3.4.6 // indirect
github.com/go-ldap/ldap/v3 v3.4.8 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/zapr v1.3.0 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
Expand Down Expand Up @@ -110,7 +110,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/component-base v0.31.1 // indirect
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
k8s.io/gengo/v2 v2.0.0-20240826214909-a7b603a56eb7 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
sigs.k8s.io/controller-tools v0.16.4 // indirect
Expand Down
Loading

0 comments on commit 2c5efbe

Please sign in to comment.