Skip to content

Commit

Permalink
bump component-operator-runtime to v0.3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarbian-sap committed Aug 27, 2024
1 parent 4482132 commit caf6140
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 165 deletions.
5 changes: 5 additions & 0 deletions crds/operator.kyma-project.io_certmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ spec:
observedGeneration:
format: int64
type: integer
processingDigest:
type: string
processingSince:
format: date-time
type: string
state:
description: Component state. Can be one of 'Ready', 'Pending', 'Processing',
'DeletionPending', 'Deleting', 'Error'.
Expand Down
25 changes: 13 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
module github.com/sap/cert-manager-cop

go 1.22.3
go 1.22.5

toolchain go1.22.6

require (
github.com/pkg/errors v0.9.1
github.com/sap/component-operator-runtime v0.3.26
k8s.io/apiextensions-apiserver v0.30.1
k8s.io/apimachinery v0.30.1
k8s.io/client-go v0.30.1
k8s.io/kube-aggregator v0.30.1
sigs.k8s.io/controller-runtime v0.18.3
github.com/sap/component-operator-runtime v0.3.34
k8s.io/apiextensions-apiserver v0.30.2
k8s.io/apimachinery v0.30.2
k8s.io/client-go v0.30.2
k8s.io/kube-aggregator v0.30.2
sigs.k8s.io/controller-runtime v0.18.4
)

require (
Expand Down Expand Up @@ -51,7 +53,7 @@ require (
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/sap/go-generics v0.2.11 // indirect
github.com/sap/go-generics v0.2.13 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand All @@ -71,12 +73,11 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.30.1 // indirect
k8s.io/component-base v0.30.1 // indirect
k8s.io/api v0.30.2 // indirect
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
sigs.k8s.io/cli-utils v0.36.0 // indirect
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
sigs.k8s.io/cli-utils v0.37.2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
Expand Down
Loading

0 comments on commit caf6140

Please sign in to comment.