google-apis-clouddeploy_v1 0.66.0 → 0.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f31e9b9a0a77fb7a78a2f417c837b0f96b3220dd6b8d8e273479f097fdc68d08
4
- data.tar.gz: 56fba0db08d19a3bb284c41a6b30fe708bdb7e458b4c090eef43550d6bca86ac
3
+ metadata.gz: 775a56f7e08f51b5a2a242f1f0a454cc38bbaf0302fbdcdc0c041d9cd26ebef9
4
+ data.tar.gz: af81097688571bd09a2840790cd3dab479cb2f355e4dd07baa6c6e4485afc2c8
5
5
  SHA512:
6
- metadata.gz: 888033f30856b36913e163c300bb38a0d88e808412be54773fd7356b4f7f682e1b521a9817be9953ca3c33bbd2b99f184c44fd5c55177b13a5fe11437b18d2c9
7
- data.tar.gz: 5472fc1608ceb949ed507f3074cfe0778a7338c9a36c3ec22339763ec1a1d61c4ff97fbebce5f22d00d026bc3328857b11d740e23886d4ffacbd1e7c75efe519
6
+ metadata.gz: 0f0e4016b5eaeca46d2fe377bec76fa5f932d65b8250538bc818bf292f5d83ca51f777ba1365c419129ddc435abc666e37df5ffdf16f2f7757a9e8a42c56a5d2
7
+ data.tar.gz: 840411696f96d082bb4a49a7547cea9683b2e7f805178a116da99566f9641f2804239c2feca7664c45f4fe145e260cb718757e09b984da0674e5986796b61529
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-clouddeploy_v1
2
2
 
3
+ ### v0.67.0 (2025-12-21)
4
+
5
+ * Regenerated from discovery document revision 20251210
6
+
3
7
  ### v0.66.0 (2025-12-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251203
@@ -4274,31 +4274,31 @@ module Google
4274
4274
  include Google::Apis::Core::Hashable
4275
4275
 
4276
4276
  # ToolVersionSupportedCondition contains information about when support for the
4277
- # release's version of a Tool ends.
4277
+ # release's version of a tool ends.
4278
4278
  # Corresponds to the JSON property `dockerVersionSupportedCondition`
4279
4279
  # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4280
4280
  attr_accessor :docker_version_supported_condition
4281
4281
 
4282
4282
  # ToolVersionSupportedCondition contains information about when support for the
4283
- # release's version of a Tool ends.
4283
+ # release's version of a tool ends.
4284
4284
  # Corresponds to the JSON property `helmVersionSupportedCondition`
4285
4285
  # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4286
4286
  attr_accessor :helm_version_supported_condition
4287
4287
 
4288
4288
  # ToolVersionSupportedCondition contains information about when support for the
4289
- # release's version of a Tool ends.
4289
+ # release's version of a tool ends.
4290
4290
  # Corresponds to the JSON property `kptVersionSupportedCondition`
4291
4291
  # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4292
4292
  attr_accessor :kpt_version_supported_condition
4293
4293
 
4294
4294
  # ToolVersionSupportedCondition contains information about when support for the
4295
- # release's version of a Tool ends.
4295
+ # release's version of a tool ends.
4296
4296
  # Corresponds to the JSON property `kubectlVersionSupportedCondition`
4297
4297
  # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4298
4298
  attr_accessor :kubectl_version_supported_condition
4299
4299
 
4300
4300
  # ToolVersionSupportedCondition contains information about when support for the
4301
- # release's version of a Tool ends.
4301
+ # release's version of a tool ends.
4302
4302
  # Corresponds to the JSON property `kustomizeVersionSupportedCondition`
4303
4303
  # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4304
4304
  attr_accessor :kustomize_version_supported_condition
@@ -4316,7 +4316,7 @@ module Google
4316
4316
  attr_accessor :skaffold_supported_condition
4317
4317
 
4318
4318
  # ToolVersionSupportedCondition contains information about when support for the
4319
- # release's version of a Tool ends.
4319
+ # release's version of a tool ends.
4320
4320
  # Corresponds to the JSON property `skaffoldVersionSupportedCondition`
4321
4321
  # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4322
4322
  attr_accessor :skaffold_version_supported_condition
@@ -6473,11 +6473,11 @@ module Google
6473
6473
  end
6474
6474
 
6475
6475
  # ToolVersionSupportedCondition contains information about when support for the
6476
- # release's version of a Tool ends.
6476
+ # release's version of a tool ends.
6477
6477
  class ToolVersionSupportedCondition
6478
6478
  include Google::Apis::Core::Hashable
6479
6479
 
6480
- # Output only. The time at which this release's version of the Tool will enter
6480
+ # Output only. The time at which this release's version of the tool will enter
6481
6481
  # maintenance mode.
6482
6482
  # Corresponds to the JSON property `maintenanceModeTime`
6483
6483
  # @return [String]
@@ -6489,13 +6489,13 @@ module Google
6489
6489
  attr_accessor :status
6490
6490
  alias_method :status?, :status
6491
6491
 
6492
- # Output only. The time at which this release's version of the Tool will no
6492
+ # Output only. The time at which this release's version of the tool will no
6493
6493
  # longer be supported.
6494
6494
  # Corresponds to the JSON property `supportExpirationTime`
6495
6495
  # @return [String]
6496
6496
  attr_accessor :support_expiration_time
6497
6497
 
6498
- # Output only. The Tool support state for this release's version of the Tool.
6498
+ # Output only. The tool support state for this release's version of the tool.
6499
6499
  # Corresponds to the JSON property `toolVersionSupportState`
6500
6500
  # @return [String]
6501
6501
  attr_accessor :tool_version_support_state
@@ -6517,12 +6517,12 @@ module Google
6517
6517
  class ToolVersions
6518
6518
  include Google::Apis::Core::Hashable
6519
6519
 
6520
- # Optional. The docker version to use for Cloud Deploy operations.
6520
+ # Optional. The Docker version to use for Cloud Deploy operations.
6521
6521
  # Corresponds to the JSON property `docker`
6522
6522
  # @return [String]
6523
6523
  attr_accessor :docker
6524
6524
 
6525
- # Optional. The helm version to use for Cloud Deploy operations.
6525
+ # Optional. The Helm version to use for Cloud Deploy operations.
6526
6526
  # Corresponds to the JSON property `helm`
6527
6527
  # @return [String]
6528
6528
  attr_accessor :helm
@@ -6532,17 +6532,17 @@ module Google
6532
6532
  # @return [String]
6533
6533
  attr_accessor :kpt
6534
6534
 
6535
- # Optional. The kubectl version to use for Cloud Deploy operations.
6535
+ # Optional. The Kubectl version to use for Cloud Deploy operations.
6536
6536
  # Corresponds to the JSON property `kubectl`
6537
6537
  # @return [String]
6538
6538
  attr_accessor :kubectl
6539
6539
 
6540
- # Optional. The kustomize version to use for Cloud Deploy operations.
6540
+ # Optional. The Kustomize version to use for Cloud Deploy operations.
6541
6541
  # Corresponds to the JSON property `kustomize`
6542
6542
  # @return [String]
6543
6543
  attr_accessor :kustomize
6544
6544
 
6545
- # Optional. The skaffold version to use for Cloud Deploy operations.
6545
+ # Optional. The Skaffold version to use for Cloud Deploy operations.
6546
6546
  # Corresponds to the JSON property `skaffold`
6547
6547
  # @return [String]
6548
6548
  attr_accessor :skaffold
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ClouddeployV1
18
18
  # Version of the google-apis-clouddeploy_v1 gem
19
- GEM_VERSION = "0.66.0"
19
+ GEM_VERSION = "0.67.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251203"
25
+ REVISION = "20251210"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-clouddeploy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.66.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.67.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-clouddeploy_v1
62
62
  rdoc_options: []
63
63
  require_paths: