Skip to content
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
4 changes: 4 additions & 0 deletions generated/google-apis-clouddeploy_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-clouddeploy_v1

### v0.67.0 (2025-12-21)

* Regenerated from discovery document revision 20251210

### v0.66.0 (2025-12-14)

* Regenerated from discovery document revision 20251203
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4274,31 +4274,31 @@ class ReleaseCondition
include Google::Apis::Core::Hashable

# ToolVersionSupportedCondition contains information about when support for the
# release's version of a Tool ends.
# release's version of a tool ends.
# Corresponds to the JSON property `dockerVersionSupportedCondition`
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
attr_accessor :docker_version_supported_condition

# ToolVersionSupportedCondition contains information about when support for the
# release's version of a Tool ends.
# release's version of a tool ends.
# Corresponds to the JSON property `helmVersionSupportedCondition`
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
attr_accessor :helm_version_supported_condition

# ToolVersionSupportedCondition contains information about when support for the
# release's version of a Tool ends.
# release's version of a tool ends.
# Corresponds to the JSON property `kptVersionSupportedCondition`
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
attr_accessor :kpt_version_supported_condition

# ToolVersionSupportedCondition contains information about when support for the
# release's version of a Tool ends.
# release's version of a tool ends.
# Corresponds to the JSON property `kubectlVersionSupportedCondition`
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
attr_accessor :kubectl_version_supported_condition

# ToolVersionSupportedCondition contains information about when support for the
# release's version of a Tool ends.
# release's version of a tool ends.
# Corresponds to the JSON property `kustomizeVersionSupportedCondition`
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
attr_accessor :kustomize_version_supported_condition
Expand All @@ -4316,7 +4316,7 @@ class ReleaseCondition
attr_accessor :skaffold_supported_condition

# ToolVersionSupportedCondition contains information about when support for the
# release's version of a Tool ends.
# release's version of a tool ends.
# Corresponds to the JSON property `skaffoldVersionSupportedCondition`
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
attr_accessor :skaffold_version_supported_condition
Expand Down Expand Up @@ -6473,11 +6473,11 @@ def update!(**args)
end

# ToolVersionSupportedCondition contains information about when support for the
# release's version of a Tool ends.
# release's version of a tool ends.
class ToolVersionSupportedCondition
include Google::Apis::Core::Hashable

# Output only. The time at which this release's version of the Tool will enter
# Output only. The time at which this release's version of the tool will enter
# maintenance mode.
# Corresponds to the JSON property `maintenanceModeTime`
# @return [String]
Expand All @@ -6489,13 +6489,13 @@ class ToolVersionSupportedCondition
attr_accessor :status
alias_method :status?, :status

# Output only. The time at which this release's version of the Tool will no
# Output only. The time at which this release's version of the tool will no
# longer be supported.
# Corresponds to the JSON property `supportExpirationTime`
# @return [String]
attr_accessor :support_expiration_time

# Output only. The Tool support state for this release's version of the Tool.
# Output only. The tool support state for this release's version of the tool.
# Corresponds to the JSON property `toolVersionSupportState`
# @return [String]
attr_accessor :tool_version_support_state
Expand All @@ -6517,12 +6517,12 @@ def update!(**args)
class ToolVersions
include Google::Apis::Core::Hashable

# Optional. The docker version to use for Cloud Deploy operations.
# Optional. The Docker version to use for Cloud Deploy operations.
# Corresponds to the JSON property `docker`
# @return [String]
attr_accessor :docker

# Optional. The helm version to use for Cloud Deploy operations.
# Optional. The Helm version to use for Cloud Deploy operations.
# Corresponds to the JSON property `helm`
# @return [String]
attr_accessor :helm
Expand All @@ -6532,17 +6532,17 @@ class ToolVersions
# @return [String]
attr_accessor :kpt

# Optional. The kubectl version to use for Cloud Deploy operations.
# Optional. The Kubectl version to use for Cloud Deploy operations.
# Corresponds to the JSON property `kubectl`
# @return [String]
attr_accessor :kubectl

# Optional. The kustomize version to use for Cloud Deploy operations.
# Optional. The Kustomize version to use for Cloud Deploy operations.
# Corresponds to the JSON property `kustomize`
# @return [String]
attr_accessor :kustomize

# Optional. The skaffold version to use for Cloud Deploy operations.
# Optional. The Skaffold version to use for Cloud Deploy operations.
# Corresponds to the JSON property `skaffold`
# @return [String]
attr_accessor :skaffold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ClouddeployV1
# Version of the google-apis-clouddeploy_v1 gem
GEM_VERSION = "0.66.0"
GEM_VERSION = "0.67.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20251203"
REVISION = "20251210"
end
end
end