Skip to content

Commit

Permalink
Bump github.com/gardener/gardener from 1.110.1 to 1.113.0 (#148)
Browse files Browse the repository at this point in the history
* Bump github.com/gardener/gardener from 1.110.1 to 1.113.0

Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.110.1 to 1.113.0.
- [Release notes](https://github.com/gardener/gardener/releases)
- [Commits](gardener/gardener@v1.110.1...v1.113.0)

---
updated-dependencies:
- dependency-name: github.com/gardener/gardener
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix tests and auto generate crds

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hardik Dodiya <hardik.dodiya@sap.com>
  • Loading branch information
dependabot[bot] and hardikdr authored Mar 4, 2025
1 parent 2421e6d commit d625745
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,49 @@ spec:
- path
type: object
type: array
inPlaceUpdates:
description: InPlaceUpdates contains the configuration for in-place
updates.
properties:
credentialsRotation:
description: CredentialsRotation is a structure containing information
about the last initiation time of the certificate authority
and service account key rotation.
properties:
certificateAuthorities:
description: CertificateAuthorities contains information about
the certificate authority credential rotation.
properties:
lastInitiationTime:
description: LastInitiationTime is the most recent time
when the certificate authority credential rotation was
initiated.
format: date-time
type: string
type: object
serviceAccountKey:
description: ServiceAccountKey contains information about
the service account key credential rotation.
properties:
lastInitiationTime:
description: LastInitiationTime is the most recent time
when the service account key credential rotation was
initiated.
format: date-time
type: string
type: object
type: object
kubelet:
description: KubeletVersion is the version of the kubelet.
type: string
operatingSystemVersion:
description: OperatingSystemVersion is the version of the operating
system.
type: string
required:
- kubelet
- operatingSystemVersion
type: object
providerConfig:
description: ProviderConfig is the provider specific configuration.
type: object
Expand Down Expand Up @@ -525,6 +568,28 @@ spec:
- name
type: object
type: array
inPlaceUpdates:
description: InPlaceUpdates contains the configuration for in-place
updates.
properties:
osUpdate:
description: OSUpdate defines the configuration for the operating
system update.
properties:
args:
description: Args provides a mechanism to pass additional
arguments or flags to the Command.
items:
type: string
type: array
command:
description: Command defines the command responsible for performing
machine image updates.
type: string
required:
- command
type: object
type: object
lastError:
description: LastError holds information about the last occurred error
during an operation.
Expand Down
Loading

0 comments on commit d625745

Please sign in to comment.