google-apis-run_v1 0.112.0 → 0.113.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: 8c1ede81c9c67ad7ef26c5f6e5b7b9d4348059296bd78638397c570caeaaeccb
4
- data.tar.gz: ad8b44c3b4149bd82d5e4f6661abf63985d4c1bf56c09ecb97207d4d5d8f1c06
3
+ metadata.gz: 8a92a04e676cf1f84469f016be935c4a4f9cca6c6486ddb8277aa46d2bedf783
4
+ data.tar.gz: 63b6fe1fcfcabc48c61c8f11b340da055685c42b982b61e07ba2faae5919f4f4
5
5
  SHA512:
6
- metadata.gz: d15f172f95f7b3b2f018e69a35d418e74556ff4e1d601d40d35f4673871fa068607d4a53b4d093bd20d6635f3e5dcf4936dc27678aa36f707992f4f76d2b8d6e
7
- data.tar.gz: cf7c30f2b623a2ca1d73253811276b765fa4a4d854259ac0c4ebf6591a82e761e4c1f48803973e98f6773ff57895dbeed6aa69c5d6ab73fd5506e8ab93b639f8
6
+ metadata.gz: f73db041146807af193cf5f39a34b7b41b9189af7fd1b48ced3baf96dca4ce1e35276646661634c3cbe1968c030a3c8b8887d6beecc1ffbd8bfc3e4d34f65f6d
7
+ data.tar.gz: d6837bde947cdac57b7a8056d90d10f5c930559744e57f5c8ecd591cf9f3603c7fb52e57c59687ca6ed3b5ac5757f9f7d0f1fb0cfa2dbd0c126313911765c539
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.113.0 (2026-09-20)
4
+
5
+ * Regenerated from discovery document revision 20260904
6
+
3
7
  ### v0.112.0 (2026-08-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20260822
@@ -4932,8 +4932,8 @@ module Google
4932
4932
  # run.googleapis.com/' and 'autoscaling.knative.dev' are restricted, and the
4933
4933
  # accepted annotations will be different depending on the resource type. * `
4934
4934
  # autoscaling.knative.dev/maxScale`: Revision. * `autoscaling.knative.dev/
4935
- # minScale`: Revision. * `run.googleapis.com/base-images`: Service, Revision . *
4936
- # `run.googleapis.com/binary-authorization-breakglass`: Service, Job, * `run.
4935
+ # minScale`: Revision. * `run.googleapis.com/base-images`: Service, Revision. * `
4936
+ # run.googleapis.com/binary-authorization-breakglass`: Service, Job, * `run.
4937
4937
  # googleapis.com/binary-authorization`: Service, Job, Execution. * `run.
4938
4938
  # googleapis.com/build-base-image`: Service. * `run.googleapis.com/build-enable-
4939
4939
  # automatic-updates`: Service. * `run.googleapis.com/build-environment-variables`
@@ -4944,7 +4944,7 @@ module Google
4944
4944
  # source-location`: Service, Revision. * `run.googleapis.com/build-worker-pool`:
4945
4945
  # Service. * `run.googleapis.com/client-name`: All resources. * `run.googleapis.
4946
4946
  # com/cloudsql-instances`: Revision, Execution, Instance. * `run.googleapis.com/
4947
- # container-dependencies`: Revision, Instance . * `run.googleapis.com/cpu-
4947
+ # container-dependencies`: Revision, Instance. * `run.googleapis.com/cpu-
4948
4948
  # throttling`: Revision. * `run.googleapis.com/custom-audiences`: Service. * `
4949
4949
  # run.googleapis.com/default-url-disabled`: Service. * `run.googleapis.com/
4950
4950
  # description`: Service. * `run.googleapis.com/encryption-key-shutdown-hours`:
@@ -4957,7 +4957,7 @@ module Google
4957
4957
  # stage`: Service, Job. * `run.googleapis.com/minScale`: Service. * `run.
4958
4958
  # googleapis.com/maxScale`: Service. * `run.googleapis.com/manualInstanceCount`:
4959
4959
  # Service. * `run.googleapis.com/network-interfaces`: Revision, Execution,
4960
- # Instance. * `run.googleapis.com/post-key-revocation-action-type`: Revision. `
4960
+ # Instance. * `run.googleapis.com/post-key-revocation-action-type`: Revision. * `
4961
4961
  # run.googleapis.com/scalingMode`: Service. * `run.googleapis.com/secrets`:
4962
4962
  # Revision, Execution. * `run.googleapis.com/secure-session-agent`: Revision. * `
4963
4963
  # run.googleapis.com/sessionAffinity`: Revision. * `run.googleapis.com/startup-
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.112.0"
19
+ GEM_VERSION = "0.113.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260822"
25
+ REVISION = "20260904"
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-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.112.0
4
+ version: 0.113.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-run_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.112.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.113.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
62
62
  rdoc_options: []
63
63
  require_paths: