google-apis-gkehub_v1 0.55.0 → 0.56.0

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: bbf891926c8e5be05bab02793028c03eeaac8cc2e8182085a32f01dbcc4ab070
4
- data.tar.gz: 42acf6b3b45a42e2501b2a34b0ed6ff2044477b2e169d25d9c542e88cf0e946d
3
+ metadata.gz: 5eee4b440c38b982a2fd9d047cfb06de7cc6bba1226f7a324a5bdf365703b48f
4
+ data.tar.gz: 8bb6601b7d99a8d6ef3cd190c75806286808955cfb278be07fd191ad29ff119f
5
5
  SHA512:
6
- metadata.gz: 42dc38a8399c5b515a4e1862b80234dc926f1339919656238c3dcea07bed25d0866577131fc964ca31dad7c746d9edf7b5be7bc1a0dce6c9a6fb6fb70cd098d9
7
- data.tar.gz: 392c32c4040555dfd1548c4389032748b1576c1867db1d59a861859b086c58a081f702d46cd6ae10b9eaed006f6fadc65f36727c7bf34a22008fcf21394a1f96
6
+ metadata.gz: 27636f8f7bc1630fe218397ceb755eb95f2c7b8624ce87988ae61a1b497d86c849005fc5bbc3032d63d12f8a74e938735fa9087ca662649ae567abcf98cb27e1
7
+ data.tar.gz: 046afa502ed2909a1ccad4661e8ee666c83809a2789165f8d19d492dcf659b83ea632f3435ba9b0b2aa762208143812803e53d475c3275e56a6567155ca27abd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.56.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230901
6
+
3
7
  ### v0.55.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230814
@@ -159,13 +159,13 @@ module Google
159
159
  attr_accessor :identity_provider
160
160
 
161
161
  # Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://
162
- # ` and be a valid URL with length <2000 characters. If set, then Google will
163
- # allow valid OIDC tokens from this issuer to authenticate within the
164
- # workload_identity_pool. OIDC discovery will be performed on this URI to
165
- # validate tokens from the issuer. Clearing `issuer` disables Workload Identity.
166
- # `issuer` cannot be directly modified; it must be cleared (and Workload
167
- # Identity disabled) before using a new issuer (and re-enabling Workload
168
- # Identity).
162
+ # ` and be a valid URL with length <2000 characters, it must use `location`
163
+ # rather than `zone` for GKE clusters. If set, then Google will allow valid OIDC
164
+ # tokens from this issuer to authenticate within the workload_identity_pool.
165
+ # OIDC discovery will be performed on this URI to validate tokens from the
166
+ # issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be
167
+ # directly modified; it must be cleared (and Workload Identity disabled) before
168
+ # using a new issuer (and re-enabling Workload Identity).
169
169
  # Corresponds to the JSON property `issuer`
170
170
  # @return [String]
171
171
  attr_accessor :issuer
@@ -2115,11 +2115,6 @@ module Google
2115
2115
  # @return [String]
2116
2116
  attr_accessor :tenant
2117
2117
 
2118
- # Optional. Claim in the AzureAD ID Token that holds the user details.
2119
- # Corresponds to the JSON property `userClaim`
2120
- # @return [String]
2121
- attr_accessor :user_claim
2122
-
2123
2118
  def initialize(**args)
2124
2119
  update!(**args)
2125
2120
  end
@@ -2131,7 +2126,6 @@ module Google
2131
2126
  @encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
2132
2127
  @kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
2133
2128
  @tenant = args[:tenant] if args.key?(:tenant)
2134
- @user_claim = args[:user_claim] if args.key?(:user_claim)
2135
2129
  end
2136
2130
  end
2137
2131
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230814"
25
+ REVISION = "20230901"
26
26
  end
27
27
  end
28
28
  end
@@ -1289,7 +1289,6 @@ module Google
1289
1289
  property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
1290
1290
  property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
1291
1291
  property :tenant, as: 'tenant'
1292
- property :user_claim, as: 'userClaim'
1293
1292
  end
1294
1293
  end
1295
1294
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []