From f9837171bb404be85131548da7c350cffd3e37f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:20:18 +0100 Subject: [PATCH] fix(deps): update module github.com/sap/component-operator-runtime to v0.3.59 (#59) --- crds/operator.kyma-project.io_certmanagers.yaml | 4 ++++ go.mod | 4 ++-- go.sum | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/crds/operator.kyma-project.io_certmanagers.yaml b/crds/operator.kyma-project.io_certmanagers.yaml index cb6624a..13cb90c 100644 --- a/crds/operator.kyma-project.io_certmanagers.yaml +++ b/crds/operator.kyma-project.io_certmanagers.yaml @@ -109,6 +109,10 @@ spec: kind: description: API kind. type: string + lastAppliedAt: + description: Timestamp when this object was last applied. + format: date-time + type: string managedTypes: description: Managed types. items: diff --git a/go.mod b/go.mod index 1cb821f..085bc1e 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.23.4 require ( github.com/pkg/errors v0.9.1 - github.com/sap/component-operator-runtime v0.3.58 + github.com/sap/component-operator-runtime v0.3.59 k8s.io/apiextensions-apiserver v0.32.0 k8s.io/apimachinery v0.32.0 k8s.io/client-go v0.32.0 @@ -53,7 +53,7 @@ require ( github.com/prometheus/procfs v0.15.1 // indirect github.com/sap/go-generics v0.2.21 // indirect github.com/shopspring/decimal v1.4.0 // indirect - github.com/spf13/cast v1.7.0 // indirect + github.com/spf13/cast v1.7.1 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/x448/float16 v0.8.4 // indirect go.uber.org/multierr v1.11.0 // indirect diff --git a/go.sum b/go.sum index df308d5..fc08786 100644 --- a/go.sum +++ b/go.sum @@ -109,12 +109,16 @@ github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/sap/component-operator-runtime v0.3.58 h1:sVIY3aOiFNZivKs3k6Q8LoDrcQd+m1H9+FAJaqTL/1w= github.com/sap/component-operator-runtime v0.3.58/go.mod h1:ofE29vHBRuFOl2o2yx9NxdM27m9YtN5iL6UpW7xh318= +github.com/sap/component-operator-runtime v0.3.59 h1:ejuZqAvkE4WRF5dyu5y90h0BpUmV1k4rnzeWlSz7dl0= +github.com/sap/component-operator-runtime v0.3.59/go.mod h1:Dxdo7MSwuBPwL7AJeW4ZAzZFlKnSHm7q8ZvGeEXG0eA= github.com/sap/go-generics v0.2.21 h1:WfRIqFSwEzHNww+q4iayCpo139EXIoKCIyv45qfo62o= github.com/sap/go-generics v0.2.21/go.mod h1:RctuDlZAmijeTY6LDaqhLYeepxdiR8AxPxlu7UQHNz0= github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k= github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME= github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= +github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y= +github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=