Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(renovate): 🤖 beep-boop #145

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.22.5-bookworm AS builder
FROM docker.io/library/golang:1.23.2-bookworm AS builder
WORKDIR /go/src/app
ADD . /go/src/app

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.16.3
name: clusteroriginissuers.cert-manager.k8s.cloudflare.com
spec:
group: cert-manager.k8s.cloudflare.com
Expand All @@ -17,19 +17,25 @@ spec:
- name: v1
schema:
openAPIV3Schema:
description: A ClusterOriginIssuer represents the Cloudflare Origin CA as
an external cert-manager issuer. It is scoped to a single namespace, so
it can be used only by resources in the same namespace.
description: |-
A ClusterOriginIssuer represents the Cloudflare Origin CA as an external cert-manager issuer.
It is scoped to a single namespace, so it can be used only by resources in the same
namespace.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
Expand All @@ -48,10 +54,10 @@ spec:
secret key.
type: string
name:
description: Name of the secret in the issuer's namespace
to select. If a cluster-scoped issuer, the secret is selected
from the "cluster resource namespace" configured on the
controller.
description: |-
Name of the secret in the issuer's namespace to select. If a cluster-scoped
issuer, the secret is selected from the "cluster resource namespace" configured
on the controller.
type: string
required:
- key
Expand All @@ -65,10 +71,10 @@ spec:
secret key.
type: string
name:
description: Name of the secret in the issuer's namespace
to select. If a cluster-scoped issuer, the secret is selected
from the "cluster resource namespace" configured on the
controller.
description: |-
Name of the secret in the issuer's namespace to select. If a cluster-scoped
issuer, the secret is selected from the "cluster resource namespace" configured
on the controller.
type: string
required:
- key
Expand All @@ -91,24 +97,28 @@ spec:
automatically.
properties:
conditions:
description: List of status conditions to indicate the status of an
OriginIssuer Known condition types are `Ready`.
description: |-
List of status conditions to indicate the status of an OriginIssuer
Known condition types are `Ready`.
items:
description: OriginIssuerCondition contains condition information
for the OriginIssuer.
properties:
lastTransitionTime:
description: LastTransitionTime is the timestamp corresponding
to the last status change of this condition.
description: |-
LastTransitionTime is the timestamp corresponding to the last status
change of this condition.
format: date-time
type: string
message:
description: Message is a human readable description of the
details of the last transition1, complementing reason.
description: |-
Message is a human readable description of the details of the last
transition1, complementing reason.
type: string
reason:
description: Reason is a brief machine readable explanation
for the condition's last transition.
description: |-
Reason is a brief machine readable explanation for the condition's last
transition.
type: string
status:
description: Status of the condition, one of ('True', 'False',
Expand Down
62 changes: 36 additions & 26 deletions deploy/crds/cert-manager.k8s.cloudflare.com_originissuers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.16.3
name: originissuers.cert-manager.k8s.cloudflare.com
spec:
group: cert-manager.k8s.cloudflare.com
Expand All @@ -17,19 +17,25 @@ spec:
- name: v1
schema:
openAPIV3Schema:
description: An OriginIssuer represents the Cloudflare Origin CA as an external
cert-manager issuer. It is scoped to a single namespace, so it can be used
only by resources in the same namespace.
description: |-
An OriginIssuer represents the Cloudflare Origin CA as an external cert-manager issuer.
It is scoped to a single namespace, so it can be used only by resources in the same
namespace.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
of an object. Servers should convert recognized schemas to the latest
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
description: |-
APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
Expand All @@ -48,10 +54,10 @@ spec:
secret key.
type: string
name:
description: Name of the secret in the issuer's namespace
to select. If a cluster-scoped issuer, the secret is selected
from the "cluster resource namespace" configured on the
controller.
description: |-
Name of the secret in the issuer's namespace to select. If a cluster-scoped
issuer, the secret is selected from the "cluster resource namespace" configured
on the controller.
type: string
required:
- key
Expand All @@ -65,10 +71,10 @@ spec:
secret key.
type: string
name:
description: Name of the secret in the issuer's namespace
to select. If a cluster-scoped issuer, the secret is selected
from the "cluster resource namespace" configured on the
controller.
description: |-
Name of the secret in the issuer's namespace to select. If a cluster-scoped
issuer, the secret is selected from the "cluster resource namespace" configured
on the controller.
type: string
required:
- key
Expand All @@ -90,24 +96,28 @@ spec:
description: Status of the OriginIssuer. This is set and managed automatically.
properties:
conditions:
description: List of status conditions to indicate the status of an
OriginIssuer Known condition types are `Ready`.
description: |-
List of status conditions to indicate the status of an OriginIssuer
Known condition types are `Ready`.
items:
description: OriginIssuerCondition contains condition information
for the OriginIssuer.
properties:
lastTransitionTime:
description: LastTransitionTime is the timestamp corresponding
to the last status change of this condition.
description: |-
LastTransitionTime is the timestamp corresponding to the last status
change of this condition.
format: date-time
type: string
message:
description: Message is a human readable description of the
details of the last transition1, complementing reason.
description: |-
Message is a human readable description of the details of the last
transition1, complementing reason.
type: string
reason:
description: Reason is a brief machine readable explanation
for the condition's last transition.
description: |-
Reason is a brief machine readable explanation for the condition's last
transition.
type: string
status:
description: Status of the condition, one of ('True', 'False',
Expand Down
17 changes: 1 addition & 16 deletions deploy/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,6 @@ rules:
- cert-manager.k8s.cloudflare.com
resources:
- clusteroriginissuers
verbs:
- create
- get
- list
- watch
- apiGroups:
- cert-manager.k8s.cloudflare.com
resources:
- clusteroriginissuers/status
verbs:
- get
- patch
- update
- apiGroups:
- cert-manager.k8s.cloudflare.com
resources:
- originissuers
verbs:
- create
Expand All @@ -65,6 +49,7 @@ rules:
- apiGroups:
- cert-manager.k8s.cloudflare.com
resources:
- clusteroriginissuers/status
- originissuers/status
verbs:
- get
Expand Down
Loading
Loading