google-cloud-deploy-v1 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5204e9e10b9a5e797ef58ca94c7a716d0e89b5b56063ab985db1bf030d3aff4a
4
- data.tar.gz: f755b0923f1eb09748b2e7e60202e287d8483c66820afae20dd866c4c82e4550
3
+ metadata.gz: a8cfa98f3a9cbc5b5c124a54a769eadde120fc4bb0f09e511a517546b5227c93
4
+ data.tar.gz: f1625095e08b77bbed90a8b67ecd664128c0bf73a78be81291a2bb2541cc0613
5
5
  SHA512:
6
- metadata.gz: fc808e27992ebc2e00313155e839401f0c4ac5495921886c741d3f5f93e29af3e826f0004227fd9c3b18377bc30e9baafb882bf9eb0355cecea9f8b853a10908
7
- data.tar.gz: 2370d13593ea21fc8f7b756dbf78abceb827c8608824f5be6258780014849220e05b62c91113c78f074e13fd80771abed5b6504c99d5a7ad943b7e83b6770afb
6
+ metadata.gz: 3b79aa57c1b27926fef54c85160e5c47ba155b770816a8f80d7b4aeba1b91957bf2b983fce74a3c2c780d61d6ed2e48047bb2da7ea8a3edf56f89b8dbc292e6c
7
+ data.tar.gz: 162f94fa4fa0a7c951870a0aa8cdcce1467164c99a8e0838ae96dc4d8664e987b55b6293d602b190c11bbe3e27ec1210f7f55c4b835d08dda151cf25af1c46b8
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Deploy
23
23
  module V1
24
- VERSION = "1.2.0"
24
+ VERSION = "1.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1480,9 +1480,8 @@ module Google
1480
1480
  # ID of the `Target`. The value of this field could be one of the
1481
1481
  # following:
1482
1482
  #
1483
- # * The last segment of a target name. It only needs the ID to determine
1484
- # which target is being referred to
1485
- # * "*", all targets in a location.
1483
+ # * The last segment of a target name
1484
+ # * "*", all targets in a location
1486
1485
  # @!attribute [rw] labels
1487
1486
  # @return [::Google::Protobuf::Map{::String => ::String}]
1488
1487
  # Target labels.
@@ -3262,10 +3261,8 @@ module Google
3262
3261
  # deploying. If unspecified, default it to the next stage in the promotion
3263
3262
  # flow. The value of this field could be one of the following:
3264
3263
  #
3265
- # * The last segment of a target name. It only needs the ID to determine
3266
- # if the target is one of the stages in the promotion sequence defined
3267
- # in the pipeline.
3268
- # * "@next", the next target in the promotion sequence.
3264
+ # * The last segment of a target name
3265
+ # * "@next", the next target in the promotion sequence
3269
3266
  # @!attribute [r] condition
3270
3267
  # @return [::Google::Cloud::Deploy::V1::AutomationRuleCondition]
3271
3268
  # Output only. Information around the state of the Automation rule.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-deploy-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-02 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common