google-apis-osconfig_v1beta 0.31.0 → 0.32.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: 33636bc7af990edb3ba2765b215fd357063b3ccbe5238e7bba865a4de7adfd52
|
|
4
|
+
data.tar.gz: 1fa884f4bedb2625067aaf41c864606412faef091cf0a225ce90f625f7d36003
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e0c9ad500fdc8401642bad37ea29196aa418aa0ae49e54c32ba30782a300d87b5414e388c3c119a9025884d0f1f3ca33c5c125c8a1f932735ba26ad30716430
|
|
7
|
+
data.tar.gz: f37e6734f49cfd345f17effdcf2af361d0094d62b1af671b256c36c296771349c55ed3f5ea4130381c909fa60854a111dd9e1f1d4610da96b8af504e19e4e6f2
|
data/CHANGELOG.md
CHANGED
|
@@ -1219,15 +1219,15 @@ module Google
|
|
|
1219
1219
|
attr_accessor :reboot_config
|
|
1220
1220
|
|
|
1221
1221
|
# Optional. Enables enhanced reporting for the patch job: 1. Allows the patch
|
|
1222
|
-
# job to skip unpatchable instances, reporting them as SKIPPED
|
|
1223
|
-
# be unpatchable for two reasons:
|
|
1224
|
-
# COS), which cannot be patched.
|
|
1225
|
-
# patching
|
|
1226
|
-
#
|
|
1227
|
-
#
|
|
1228
|
-
#
|
|
1229
|
-
# COMPLETED_WITH_INACTIVE_VMS if it completes without errors, but some
|
|
1230
|
-
# were INACTIVE and
|
|
1222
|
+
# job to skip unpatchable instances, reporting them as `SKIPPED`. An instance
|
|
1223
|
+
# can be unpatchable for two reasons: 1. The instance runs Container-Optimized
|
|
1224
|
+
# OS (COS), which cannot be patched. 2. The instance is part of a managed
|
|
1225
|
+
# instance group (MIG), and patching MIG instances is disabled in the patch job'
|
|
1226
|
+
# s configuration (PatchConfig.migInstancesAllowed is `false`). 2. Reports the
|
|
1227
|
+
# patch job as `SUCCEEDED` if it completes without errors, even if some
|
|
1228
|
+
# instances were `SKIPPED`. 3. Reports the patch job as `
|
|
1229
|
+
# COMPLETED_WITH_INACTIVE_VMS` if it completes without errors, but some
|
|
1230
|
+
# instances were `INACTIVE` and were not patched.
|
|
1231
1231
|
# Corresponds to the JSON property `skipUnpatchableVms`
|
|
1232
1232
|
# @return [Boolean]
|
|
1233
1233
|
attr_accessor :skip_unpatchable_vms
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module OsconfigV1beta
|
|
18
18
|
# Version of the google-apis-osconfig_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.32.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 = "20251117"
|
|
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-osconfig_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.32.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-osconfig_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1beta/v0.32.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|