google-apis-osconfig_v1 0.50.0 → 0.51.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/osconfig_v1/classes.rb +9 -9
- data/lib/google/apis/osconfig_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0de3bc06380d65c1648bf7afff77054f0c6a5d5c2eb3820fb6279391abff16b9
|
|
4
|
+
data.tar.gz: a466b820368c17bc929c5d2595ef931d6e90c1b8bf915e845bf925bc497f9484
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cc0959a756887c7ec970c2792ebb04e632907cc1e919c6141914fc5bea3f974d8dc1e8ba361b96253f57c34189613a9404d4c9806c88bd6412c9bacbd063ed9
|
|
7
|
+
data.tar.gz: 2f8cb7053eadfbd4fb841bec5a93a46ce1d5635566beee24aaf89c12460aa471ae9d918631fd127d1b265b75ab146b64f65a1476dbfc52478bc4a3ae0ca779d0
|
data/CHANGELOG.md
CHANGED
|
@@ -2810,15 +2810,15 @@ module Google
|
|
|
2810
2810
|
attr_accessor :reboot_config
|
|
2811
2811
|
|
|
2812
2812
|
# Optional. Enables enhanced reporting for the patch job: 1. Allows the patch
|
|
2813
|
-
# job to skip unpatchable instances, reporting them as SKIPPED
|
|
2814
|
-
# be unpatchable for two reasons:
|
|
2815
|
-
# COS), which cannot be patched.
|
|
2816
|
-
# patching
|
|
2817
|
-
#
|
|
2818
|
-
#
|
|
2819
|
-
#
|
|
2820
|
-
# COMPLETED_WITH_INACTIVE_VMS if it completes without errors, but some
|
|
2821
|
-
# were INACTIVE and
|
|
2813
|
+
# job to skip unpatchable instances, reporting them as `SKIPPED`. An instance
|
|
2814
|
+
# can be unpatchable for two reasons: 1. The instance runs Container-Optimized
|
|
2815
|
+
# OS (COS), which cannot be patched. 2. The instance is part of a managed
|
|
2816
|
+
# instance group (MIG), and patching MIG instances is disabled in the patch job'
|
|
2817
|
+
# s configuration (PatchConfig.migInstancesAllowed is `false`). 2. Reports the
|
|
2818
|
+
# patch job as `SUCCEEDED` if it completes without errors, even if some
|
|
2819
|
+
# instances were `SKIPPED`. 3. Reports the patch job as `
|
|
2820
|
+
# COMPLETED_WITH_INACTIVE_VMS` if it completes without errors, but some
|
|
2821
|
+
# instances were `INACTIVE` and were not patched.
|
|
2822
2822
|
# Corresponds to the JSON property `skipUnpatchableVms`
|
|
2823
2823
|
# @return [Boolean]
|
|
2824
2824
|
attr_accessor :skip_unpatchable_vms
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module OsconfigV1
|
|
18
18
|
# Version of the google-apis-osconfig_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.51.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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.51.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.51.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|