google-apis-clouddeploy_v1 0.64.0 → 0.65.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: ec0682ea2571ceff41f8ee301f1a62bdf9d7d8d653c199a59d017246bec4d07b
4
- data.tar.gz: d3546d2591ae40640b0349a60dd285d303369983129c840da4ace5a23b38116e
3
+ metadata.gz: 4c83cfbbe43e8f2dc5b67a47266188d8d6f0529a989608965624b37e65875f0c
4
+ data.tar.gz: 97be9c87e79284928f602e3a917cd9252938b6be9dfe45af18e071f6affe80b5
5
5
  SHA512:
6
- metadata.gz: e241e6617cb396280d2504af7d913c970d2943d51d54ed77a6f9a662486c345644bf478f05307f1efcbd154d7c24ab3591e499421eb3eb4d86b8ba82414abcf6
7
- data.tar.gz: 99284e96e77d6d7ce58a0a1317a5b191eab652cebbfc8be560739adb075b266a18d15de052414e6fc18ca9847ce8f21988538436825386df6d093603901b4bff
6
+ metadata.gz: b52f301a216deab8507fdcbe0a1bc2adc37042e7a9329bf28d23d9db2a80918659c2b178716077b6eadbd579b754989a80f2d1db01c7c2ed9c6d26bc2081a9e0
7
+ data.tar.gz: b6adad4b3e255780aee0e9875f9fa259e916a1e453e48f1646b539c6100e642be018cfb0a10901449af0c473ef1ac7b122167dd3a85236029dec65b8435ac802
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-clouddeploy_v1
2
2
 
3
+ ### v0.65.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251105
6
+
3
7
  ### v0.64.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251022
@@ -4220,6 +4220,11 @@ module Google
4220
4220
  # @return [Array<Google::Apis::ClouddeployV1::Target>]
4221
4221
  attr_accessor :target_snapshots
4222
4222
 
4223
+ # Details of ToolVersions for the release.
4224
+ # Corresponds to the JSON property `toolVersions`
4225
+ # @return [Google::Apis::ClouddeployV1::ToolVersions]
4226
+ attr_accessor :tool_versions
4227
+
4223
4228
  # Output only. Unique identifier of the `Release`.
4224
4229
  # Corresponds to the JSON property `uid`
4225
4230
  # @return [String]
@@ -4252,6 +4257,7 @@ module Google
4252
4257
  @target_artifacts = args[:target_artifacts] if args.key?(:target_artifacts)
4253
4258
  @target_renders = args[:target_renders] if args.key?(:target_renders)
4254
4259
  @target_snapshots = args[:target_snapshots] if args.key?(:target_snapshots)
4260
+ @tool_versions = args[:tool_versions] if args.key?(:tool_versions)
4255
4261
  @uid = args[:uid] if args.key?(:uid)
4256
4262
  end
4257
4263
  end
@@ -4260,6 +4266,36 @@ module Google
4260
4266
  class ReleaseCondition
4261
4267
  include Google::Apis::Core::Hashable
4262
4268
 
4269
+ # ToolVersionSupportedCondition contains information about when support for the
4270
+ # release's version of a Tool ends.
4271
+ # Corresponds to the JSON property `dockerVersionSupportedCondition`
4272
+ # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4273
+ attr_accessor :docker_version_supported_condition
4274
+
4275
+ # ToolVersionSupportedCondition contains information about when support for the
4276
+ # release's version of a Tool ends.
4277
+ # Corresponds to the JSON property `helmVersionSupportedCondition`
4278
+ # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4279
+ attr_accessor :helm_version_supported_condition
4280
+
4281
+ # ToolVersionSupportedCondition contains information about when support for the
4282
+ # release's version of a Tool ends.
4283
+ # Corresponds to the JSON property `kptVersionSupportedCondition`
4284
+ # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4285
+ attr_accessor :kpt_version_supported_condition
4286
+
4287
+ # ToolVersionSupportedCondition contains information about when support for the
4288
+ # release's version of a Tool ends.
4289
+ # Corresponds to the JSON property `kubectlVersionSupportedCondition`
4290
+ # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4291
+ attr_accessor :kubectl_version_supported_condition
4292
+
4293
+ # ToolVersionSupportedCondition contains information about when support for the
4294
+ # release's version of a Tool ends.
4295
+ # Corresponds to the JSON property `kustomizeVersionSupportedCondition`
4296
+ # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4297
+ attr_accessor :kustomize_version_supported_condition
4298
+
4263
4299
  # ReleaseReadyCondition contains information around the status of the Release.
4264
4300
  # If a release is not ready, you cannot create a rollout with the release.
4265
4301
  # Corresponds to the JSON property `releaseReadyCondition`
@@ -4272,14 +4308,26 @@ module Google
4272
4308
  # @return [Google::Apis::ClouddeployV1::SkaffoldSupportedCondition]
4273
4309
  attr_accessor :skaffold_supported_condition
4274
4310
 
4311
+ # ToolVersionSupportedCondition contains information about when support for the
4312
+ # release's version of a Tool ends.
4313
+ # Corresponds to the JSON property `skaffoldVersionSupportedCondition`
4314
+ # @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
4315
+ attr_accessor :skaffold_version_supported_condition
4316
+
4275
4317
  def initialize(**args)
4276
4318
  update!(**args)
4277
4319
  end
4278
4320
 
4279
4321
  # Update properties of this object
4280
4322
  def update!(**args)
4323
+ @docker_version_supported_condition = args[:docker_version_supported_condition] if args.key?(:docker_version_supported_condition)
4324
+ @helm_version_supported_condition = args[:helm_version_supported_condition] if args.key?(:helm_version_supported_condition)
4325
+ @kpt_version_supported_condition = args[:kpt_version_supported_condition] if args.key?(:kpt_version_supported_condition)
4326
+ @kubectl_version_supported_condition = args[:kubectl_version_supported_condition] if args.key?(:kubectl_version_supported_condition)
4327
+ @kustomize_version_supported_condition = args[:kustomize_version_supported_condition] if args.key?(:kustomize_version_supported_condition)
4281
4328
  @release_ready_condition = args[:release_ready_condition] if args.key?(:release_ready_condition)
4282
4329
  @skaffold_supported_condition = args[:skaffold_supported_condition] if args.key?(:skaffold_supported_condition)
4330
+ @skaffold_version_supported_condition = args[:skaffold_version_supported_condition] if args.key?(:skaffold_version_supported_condition)
4283
4331
  end
4284
4332
  end
4285
4333
 
@@ -6417,6 +6465,96 @@ module Google
6417
6465
  end
6418
6466
  end
6419
6467
 
6468
+ # ToolVersionSupportedCondition contains information about when support for the
6469
+ # release's version of a Tool ends.
6470
+ class ToolVersionSupportedCondition
6471
+ include Google::Apis::Core::Hashable
6472
+
6473
+ # Output only. The time at which this release's version of the Tool will enter
6474
+ # maintenance mode.
6475
+ # Corresponds to the JSON property `maintenanceModeTime`
6476
+ # @return [String]
6477
+ attr_accessor :maintenance_mode_time
6478
+
6479
+ # Output only. True if the version of Tool used by this release is supported.
6480
+ # Corresponds to the JSON property `status`
6481
+ # @return [Boolean]
6482
+ attr_accessor :status
6483
+ alias_method :status?, :status
6484
+
6485
+ # Output only. The time at which this release's version of the Tool will no
6486
+ # longer be supported.
6487
+ # Corresponds to the JSON property `supportExpirationTime`
6488
+ # @return [String]
6489
+ attr_accessor :support_expiration_time
6490
+
6491
+ # Output only. The Tool support state for this release's version of the Tool.
6492
+ # Corresponds to the JSON property `toolVersionSupportState`
6493
+ # @return [String]
6494
+ attr_accessor :tool_version_support_state
6495
+
6496
+ def initialize(**args)
6497
+ update!(**args)
6498
+ end
6499
+
6500
+ # Update properties of this object
6501
+ def update!(**args)
6502
+ @maintenance_mode_time = args[:maintenance_mode_time] if args.key?(:maintenance_mode_time)
6503
+ @status = args[:status] if args.key?(:status)
6504
+ @support_expiration_time = args[:support_expiration_time] if args.key?(:support_expiration_time)
6505
+ @tool_version_support_state = args[:tool_version_support_state] if args.key?(:tool_version_support_state)
6506
+ end
6507
+ end
6508
+
6509
+ # Details of ToolVersions for the release.
6510
+ class ToolVersions
6511
+ include Google::Apis::Core::Hashable
6512
+
6513
+ # Optional. The docker version to use for Cloud Deploy operations.
6514
+ # Corresponds to the JSON property `docker`
6515
+ # @return [String]
6516
+ attr_accessor :docker
6517
+
6518
+ # Optional. The helm version to use for Cloud Deploy operations.
6519
+ # Corresponds to the JSON property `helm`
6520
+ # @return [String]
6521
+ attr_accessor :helm
6522
+
6523
+ # Optional. The kpt version to use for Cloud Deploy operations.
6524
+ # Corresponds to the JSON property `kpt`
6525
+ # @return [String]
6526
+ attr_accessor :kpt
6527
+
6528
+ # Optional. The kubectl version to use for Cloud Deploy operations.
6529
+ # Corresponds to the JSON property `kubectl`
6530
+ # @return [String]
6531
+ attr_accessor :kubectl
6532
+
6533
+ # Optional. The kustomize version to use for Cloud Deploy operations.
6534
+ # Corresponds to the JSON property `kustomize`
6535
+ # @return [String]
6536
+ attr_accessor :kustomize
6537
+
6538
+ # Optional. The skaffold version to use for Cloud Deploy operations.
6539
+ # Corresponds to the JSON property `skaffold`
6540
+ # @return [String]
6541
+ attr_accessor :skaffold
6542
+
6543
+ def initialize(**args)
6544
+ update!(**args)
6545
+ end
6546
+
6547
+ # Update properties of this object
6548
+ def update!(**args)
6549
+ @docker = args[:docker] if args.key?(:docker)
6550
+ @helm = args[:helm] if args.key?(:helm)
6551
+ @kpt = args[:kpt] if args.key?(:kpt)
6552
+ @kubectl = args[:kubectl] if args.key?(:kubectl)
6553
+ @kustomize = args[:kustomize] if args.key?(:kustomize)
6554
+ @skaffold = args[:skaffold] if args.key?(:skaffold)
6555
+ end
6556
+ end
6557
+
6420
6558
  # A verify Job.
6421
6559
  class VerifyJob
6422
6560
  include Google::Apis::Core::Hashable
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.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 = "20251022"
25
+ REVISION = "20251105"
26
26
  end
27
27
  end
28
28
  end
@@ -1000,6 +1000,18 @@ module Google
1000
1000
  include Google::Apis::Core::JsonObjectSupport
1001
1001
  end
1002
1002
 
1003
+ class ToolVersionSupportedCondition
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class ToolVersions
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1003
1015
  class VerifyJob
1004
1016
  class Representation < Google::Apis::Core::JsonRepresentation; end
1005
1017
 
@@ -2145,6 +2157,8 @@ module Google
2145
2157
 
2146
2158
  collection :target_snapshots, as: 'targetSnapshots', class: Google::Apis::ClouddeployV1::Target, decorator: Google::Apis::ClouddeployV1::Target::Representation
2147
2159
 
2160
+ property :tool_versions, as: 'toolVersions', class: Google::Apis::ClouddeployV1::ToolVersions, decorator: Google::Apis::ClouddeployV1::ToolVersions::Representation
2161
+
2148
2162
  property :uid, as: 'uid'
2149
2163
  end
2150
2164
  end
@@ -2152,10 +2166,22 @@ module Google
2152
2166
  class ReleaseCondition
2153
2167
  # @private
2154
2168
  class Representation < Google::Apis::Core::JsonRepresentation
2169
+ property :docker_version_supported_condition, as: 'dockerVersionSupportedCondition', class: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition, decorator: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition::Representation
2170
+
2171
+ property :helm_version_supported_condition, as: 'helmVersionSupportedCondition', class: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition, decorator: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition::Representation
2172
+
2173
+ property :kpt_version_supported_condition, as: 'kptVersionSupportedCondition', class: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition, decorator: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition::Representation
2174
+
2175
+ property :kubectl_version_supported_condition, as: 'kubectlVersionSupportedCondition', class: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition, decorator: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition::Representation
2176
+
2177
+ property :kustomize_version_supported_condition, as: 'kustomizeVersionSupportedCondition', class: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition, decorator: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition::Representation
2178
+
2155
2179
  property :release_ready_condition, as: 'releaseReadyCondition', class: Google::Apis::ClouddeployV1::ReleaseReadyCondition, decorator: Google::Apis::ClouddeployV1::ReleaseReadyCondition::Representation
2156
2180
 
2157
2181
  property :skaffold_supported_condition, as: 'skaffoldSupportedCondition', class: Google::Apis::ClouddeployV1::SkaffoldSupportedCondition, decorator: Google::Apis::ClouddeployV1::SkaffoldSupportedCondition::Representation
2158
2182
 
2183
+ property :skaffold_version_supported_condition, as: 'skaffoldVersionSupportedCondition', class: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition, decorator: Google::Apis::ClouddeployV1::ToolVersionSupportedCondition::Representation
2184
+
2159
2185
  end
2160
2186
  end
2161
2187
 
@@ -2729,6 +2755,28 @@ module Google
2729
2755
  end
2730
2756
  end
2731
2757
 
2758
+ class ToolVersionSupportedCondition
2759
+ # @private
2760
+ class Representation < Google::Apis::Core::JsonRepresentation
2761
+ property :maintenance_mode_time, as: 'maintenanceModeTime'
2762
+ property :status, as: 'status'
2763
+ property :support_expiration_time, as: 'supportExpirationTime'
2764
+ property :tool_version_support_state, as: 'toolVersionSupportState'
2765
+ end
2766
+ end
2767
+
2768
+ class ToolVersions
2769
+ # @private
2770
+ class Representation < Google::Apis::Core::JsonRepresentation
2771
+ property :docker, as: 'docker'
2772
+ property :helm, as: 'helm'
2773
+ property :kpt, as: 'kpt'
2774
+ property :kubectl, as: 'kubectl'
2775
+ property :kustomize, as: 'kustomize'
2776
+ property :skaffold, as: 'skaffold'
2777
+ end
2778
+ end
2779
+
2732
2780
  class VerifyJob
2733
2781
  # @private
2734
2782
  class Representation < Google::Apis::Core::JsonRepresentation
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.64.0
4
+ version: 0.65.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.64.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.65.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: