google-apis-clouddeploy_v1 0.66.0 → 0.68.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47b19d2f41e50eb45696cee7c1b39b8e8a2172865669c21b47f82839d589f3d8
|
|
4
|
+
data.tar.gz: d73464267e5f1246d7adec917ab6061e5cb770c39f6115d93c12d693c6f10418
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fdde15ddc79f2d9bddc9e0d39c1884e10c86f4a99908e7e014ae88cade2af31bfc23282d2818f6075b196648aa6e504b257e4a0289cfbdaa34ab1736fc60c4a
|
|
7
|
+
data.tar.gz: 92344bd693a20fbe1b49a67aad45225daa608d5233c010c8650d8463cbcda6ad7dad7729326e4311552540fb6ff59cb96349580dd6f66905db5075cf1a4fbf14
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-clouddeploy_v1
|
|
2
2
|
|
|
3
|
+
### v0.68.0 (2026-01-18)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260109
|
|
6
|
+
|
|
7
|
+
### v0.67.0 (2025-12-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251210
|
|
10
|
+
|
|
3
11
|
### v0.66.0 (2025-12-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251203
|
|
@@ -740,6 +740,11 @@ module Google
|
|
|
740
740
|
# @return [Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation]
|
|
741
741
|
attr_accessor :timed_promote_release_operation
|
|
742
742
|
|
|
743
|
+
# Output only. Unique identifier of the `AutomationRun`.
|
|
744
|
+
# Corresponds to the JSON property `uid`
|
|
745
|
+
# @return [String]
|
|
746
|
+
attr_accessor :uid
|
|
747
|
+
|
|
743
748
|
# Output only. Time at which the automationRun was updated.
|
|
744
749
|
# Corresponds to the JSON property `updateTime`
|
|
745
750
|
# @return [String]
|
|
@@ -773,6 +778,7 @@ module Google
|
|
|
773
778
|
@state_description = args[:state_description] if args.key?(:state_description)
|
|
774
779
|
@target_id = args[:target_id] if args.key?(:target_id)
|
|
775
780
|
@timed_promote_release_operation = args[:timed_promote_release_operation] if args.key?(:timed_promote_release_operation)
|
|
781
|
+
@uid = args[:uid] if args.key?(:uid)
|
|
776
782
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
777
783
|
@wait_until_time = args[:wait_until_time] if args.key?(:wait_until_time)
|
|
778
784
|
end
|
|
@@ -4274,31 +4280,31 @@ module Google
|
|
|
4274
4280
|
include Google::Apis::Core::Hashable
|
|
4275
4281
|
|
|
4276
4282
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4277
|
-
# release's version of a
|
|
4283
|
+
# release's version of a tool ends.
|
|
4278
4284
|
# Corresponds to the JSON property `dockerVersionSupportedCondition`
|
|
4279
4285
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4280
4286
|
attr_accessor :docker_version_supported_condition
|
|
4281
4287
|
|
|
4282
4288
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4283
|
-
# release's version of a
|
|
4289
|
+
# release's version of a tool ends.
|
|
4284
4290
|
# Corresponds to the JSON property `helmVersionSupportedCondition`
|
|
4285
4291
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4286
4292
|
attr_accessor :helm_version_supported_condition
|
|
4287
4293
|
|
|
4288
4294
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4289
|
-
# release's version of a
|
|
4295
|
+
# release's version of a tool ends.
|
|
4290
4296
|
# Corresponds to the JSON property `kptVersionSupportedCondition`
|
|
4291
4297
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4292
4298
|
attr_accessor :kpt_version_supported_condition
|
|
4293
4299
|
|
|
4294
4300
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4295
|
-
# release's version of a
|
|
4301
|
+
# release's version of a tool ends.
|
|
4296
4302
|
# Corresponds to the JSON property `kubectlVersionSupportedCondition`
|
|
4297
4303
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4298
4304
|
attr_accessor :kubectl_version_supported_condition
|
|
4299
4305
|
|
|
4300
4306
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4301
|
-
# release's version of a
|
|
4307
|
+
# release's version of a tool ends.
|
|
4302
4308
|
# Corresponds to the JSON property `kustomizeVersionSupportedCondition`
|
|
4303
4309
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4304
4310
|
attr_accessor :kustomize_version_supported_condition
|
|
@@ -4316,7 +4322,7 @@ module Google
|
|
|
4316
4322
|
attr_accessor :skaffold_supported_condition
|
|
4317
4323
|
|
|
4318
4324
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
4319
|
-
# release's version of a
|
|
4325
|
+
# release's version of a tool ends.
|
|
4320
4326
|
# Corresponds to the JSON property `skaffoldVersionSupportedCondition`
|
|
4321
4327
|
# @return [Google::Apis::ClouddeployV1::ToolVersionSupportedCondition]
|
|
4322
4328
|
attr_accessor :skaffold_version_supported_condition
|
|
@@ -6473,11 +6479,11 @@ module Google
|
|
|
6473
6479
|
end
|
|
6474
6480
|
|
|
6475
6481
|
# ToolVersionSupportedCondition contains information about when support for the
|
|
6476
|
-
# release's version of a
|
|
6482
|
+
# release's version of a tool ends.
|
|
6477
6483
|
class ToolVersionSupportedCondition
|
|
6478
6484
|
include Google::Apis::Core::Hashable
|
|
6479
6485
|
|
|
6480
|
-
# Output only. The time at which this release's version of the
|
|
6486
|
+
# Output only. The time at which this release's version of the tool will enter
|
|
6481
6487
|
# maintenance mode.
|
|
6482
6488
|
# Corresponds to the JSON property `maintenanceModeTime`
|
|
6483
6489
|
# @return [String]
|
|
@@ -6489,13 +6495,13 @@ module Google
|
|
|
6489
6495
|
attr_accessor :status
|
|
6490
6496
|
alias_method :status?, :status
|
|
6491
6497
|
|
|
6492
|
-
# Output only. The time at which this release's version of the
|
|
6498
|
+
# Output only. The time at which this release's version of the tool will no
|
|
6493
6499
|
# longer be supported.
|
|
6494
6500
|
# Corresponds to the JSON property `supportExpirationTime`
|
|
6495
6501
|
# @return [String]
|
|
6496
6502
|
attr_accessor :support_expiration_time
|
|
6497
6503
|
|
|
6498
|
-
# Output only. The
|
|
6504
|
+
# Output only. The tool support state for this release's version of the tool.
|
|
6499
6505
|
# Corresponds to the JSON property `toolVersionSupportState`
|
|
6500
6506
|
# @return [String]
|
|
6501
6507
|
attr_accessor :tool_version_support_state
|
|
@@ -6517,12 +6523,12 @@ module Google
|
|
|
6517
6523
|
class ToolVersions
|
|
6518
6524
|
include Google::Apis::Core::Hashable
|
|
6519
6525
|
|
|
6520
|
-
# Optional. The
|
|
6526
|
+
# Optional. The Docker version to use for Cloud Deploy operations.
|
|
6521
6527
|
# Corresponds to the JSON property `docker`
|
|
6522
6528
|
# @return [String]
|
|
6523
6529
|
attr_accessor :docker
|
|
6524
6530
|
|
|
6525
|
-
# Optional. The
|
|
6531
|
+
# Optional. The Helm version to use for Cloud Deploy operations.
|
|
6526
6532
|
# Corresponds to the JSON property `helm`
|
|
6527
6533
|
# @return [String]
|
|
6528
6534
|
attr_accessor :helm
|
|
@@ -6532,17 +6538,17 @@ module Google
|
|
|
6532
6538
|
# @return [String]
|
|
6533
6539
|
attr_accessor :kpt
|
|
6534
6540
|
|
|
6535
|
-
# Optional. The
|
|
6541
|
+
# Optional. The Kubectl version to use for Cloud Deploy operations.
|
|
6536
6542
|
# Corresponds to the JSON property `kubectl`
|
|
6537
6543
|
# @return [String]
|
|
6538
6544
|
attr_accessor :kubectl
|
|
6539
6545
|
|
|
6540
|
-
# Optional. The
|
|
6546
|
+
# Optional. The Kustomize version to use for Cloud Deploy operations.
|
|
6541
6547
|
# Corresponds to the JSON property `kustomize`
|
|
6542
6548
|
# @return [String]
|
|
6543
6549
|
attr_accessor :kustomize
|
|
6544
6550
|
|
|
6545
|
-
# Optional. The
|
|
6551
|
+
# Optional. The Skaffold version to use for Cloud Deploy operations.
|
|
6546
6552
|
# Corresponds to the JSON property `skaffold`
|
|
6547
6553
|
# @return [String]
|
|
6548
6554
|
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.
|
|
19
|
+
GEM_VERSION = "0.68.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 = "
|
|
25
|
+
REVISION = "20260109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1235,6 +1235,7 @@ module Google
|
|
|
1235
1235
|
property :target_id, as: 'targetId'
|
|
1236
1236
|
property :timed_promote_release_operation, as: 'timedPromoteReleaseOperation', class: Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation, decorator: Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation::Representation
|
|
1237
1237
|
|
|
1238
|
+
property :uid, as: 'uid'
|
|
1238
1239
|
property :update_time, as: 'updateTime'
|
|
1239
1240
|
property :wait_until_time, as: 'waitUntilTime'
|
|
1240
1241
|
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.
|
|
4
|
+
version: 0.68.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-clouddeploy_v1/v0.68.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:
|