Skip to content

Commit

Permalink
fix(deps): update module google.golang.org/api to v0.159.0 (#7508)
Browse files Browse the repository at this point in the history
* fix(deps): update module google.golang.org/api to v0.159.0
* make generate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thibault Richard <thb.krkr@gmail.com>
  • Loading branch information
renovate[bot] and thbkrkr authored Jan 29, 2024
1 parent a22bf6d commit 1dcad60
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
16 changes: 8 additions & 8 deletions config/crds/v1/all-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10448,9 +10448,9 @@ spec:
for one resource to be configured.
properties:
currentVersion:
description: CurrentVersion denotes the current version of filesettings
applied to the Elasticsearch cluster This field does not apply
to Kibana resources
description: |-
CurrentVersion denotes the current version of filesettings applied to the Elasticsearch cluster
This field does not apply to Kibana resources
format: int64
type: integer
error:
Expand All @@ -10462,17 +10462,17 @@ spec:
type: integer
type: object
expectedVersion:
description: ExpectedVersion denotes the expected version of
filesettings that should be applied to the Elasticsearch cluster
description: |-
ExpectedVersion denotes the expected version of filesettings that should be applied to the Elasticsearch cluster
This field does not apply to Kibana resources
format: int64
type: integer
phase:
type: string
type: object
description: 'ResourcesStatuses holds the status for each resource
to be configured. Deprecated: Details is used to store the status
of resources from ECK 2.11'
description: |-
ResourcesStatuses holds the status for each resource to be configured.
Deprecated: Details is used to store the status of resources from ECK 2.11
type: object
type: object
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ spec:
for one resource to be configured.
properties:
currentVersion:
description: CurrentVersion denotes the current version of filesettings
applied to the Elasticsearch cluster This field does not apply
to Kibana resources
description: |-
CurrentVersion denotes the current version of filesettings applied to the Elasticsearch cluster
This field does not apply to Kibana resources
format: int64
type: integer
error:
Expand All @@ -364,17 +364,17 @@ spec:
type: integer
type: object
expectedVersion:
description: ExpectedVersion denotes the expected version of
filesettings that should be applied to the Elasticsearch cluster
description: |-
ExpectedVersion denotes the expected version of filesettings that should be applied to the Elasticsearch cluster
This field does not apply to Kibana resources
format: int64
type: integer
phase:
type: string
type: object
description: 'ResourcesStatuses holds the status for each resource
to be configured. Deprecated: Details is used to store the status
of resources from ECK 2.11'
description: |-
ResourcesStatuses holds the status for each resource to be configured.
Deprecated: Details is used to store the status of resources from ECK 2.11
type: object
type: object
type: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10508,9 +10508,9 @@ spec:
for one resource to be configured.
properties:
currentVersion:
description: CurrentVersion denotes the current version of filesettings
applied to the Elasticsearch cluster This field does not apply
to Kibana resources
description: |-
CurrentVersion denotes the current version of filesettings applied to the Elasticsearch cluster
This field does not apply to Kibana resources
format: int64
type: integer
error:
Expand All @@ -10522,17 +10522,17 @@ spec:
type: integer
type: object
expectedVersion:
description: ExpectedVersion denotes the expected version of
filesettings that should be applied to the Elasticsearch cluster
description: |-
ExpectedVersion denotes the expected version of filesettings that should be applied to the Elasticsearch cluster
This field does not apply to Kibana resources
format: int64
type: integer
phase:
type: string
type: object
description: 'ResourcesStatuses holds the status for each resource
to be configured. Deprecated: Details is used to store the status
of resources from ECK 2.11'
description: |-
ResourcesStatuses holds the status for each resource to be configured.
Deprecated: Details is used to store the status of resources from ECK 2.11
type: object
type: object
type: object
Expand Down
2 changes: 1 addition & 1 deletion hack/helm/release/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
google.golang.org/api v0.158.0
google.golang.org/api v0.159.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.14.0
)
Expand Down
2 changes: 2 additions & 0 deletions hack/helm/release/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,8 @@ golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 h1:+cNy6SZtPcJQH3LJVLOSm
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
google.golang.org/api v0.158.0 h1:7SKwlRqzrXT2ULl6a3iESb+1pOak5IOd5F+ay5ULiV4=
google.golang.org/api v0.158.0/go.mod h1:0mu0TpK33qnydLvWqbImq2b1eQ5FHRSDCBzAxX9ZHyw=
google.golang.org/api v0.159.0 h1:fVTj+7HHiUYz4JEZCHHoRIeQX7h5FMzrA2RF/DzDdbs=
google.golang.org/api v0.159.0/go.mod h1:0mu0TpK33qnydLvWqbImq2b1eQ5FHRSDCBzAxX9ZHyw=
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
google.golang.org/appengine v1.6.8 h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=
Expand Down

0 comments on commit 1dcad60

Please sign in to comment.