google-apis-osconfig_v1 0.40.0 → 0.41.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: 826ebfe2fa667acb0745fa19920d76dd0e39958ac88810b562a21743d3e4f126
4
- data.tar.gz: 7ced7b0eea21dff579e31ff5df7a8e8116879fdbbe2bcba6e1aa30722ba223a1
3
+ metadata.gz: 9b719ed5cc16887c01f583c68217ea1858ad5bfe63a356739ba1f92a368a815d
4
+ data.tar.gz: 8d9f650cd654b9cff12e2306ddbdb90040d233be61ad2d5cb4c315de1e05414a
5
5
  SHA512:
6
- metadata.gz: 4127d0f8d4d92c0d3d66ae391b7f7ac3b3fea8d20c712ce2610f39c0e2f12b43a349de6722db379d56de5ab67be3fcef5c6934dc5f3ffe187d938a3c8cae8d41
7
- data.tar.gz: d762a2bda86857e2224d218e3d7cfa762428e866a4d90b37e5138f24dd197168398bc11d4a49427220c52152687a2f5e8bb3de125c665cfede0b9708afc4357d
6
+ metadata.gz: 2a682991dfc2bf69a908b66eac0a0b75dd0b59a3e8af93fa35c17946e52f99b6bf13f9007c63fa42ecf1e632a3adad3f9e91547e959f510bddaef539505f7911
7
+ data.tar.gz: 11986963bbd0bbd2e1d81613b2b4719a6e1cfceaab17c5b104b97b122df1dc8589de6a7de5bd77071d31303cb9b4a75c0fbec756d319deaa3f06319ee6c5010f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-osconfig_v1
2
2
 
3
+ ### v0.41.0 (2024-06-09)
4
+
5
+ * Regenerated from discovery document revision 20240602
6
+
3
7
  ### v0.40.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240512
@@ -1598,7 +1598,9 @@ module Google
1598
1598
  # agent unexpectedly started working on a different task. This mostly happens
1599
1599
  # when the agent or VM unexpectedly restarts while applying OS policies. * `
1600
1600
  # internal-service-errors`: Internal service errors were encountered while
1601
- # attempting to apply the policy.
1601
+ # attempting to apply the policy. * `os-policy-execution-pending`: OS policy was
1602
+ # assigned to the given VM, but was not executed yet. Typically this is a
1603
+ # transient condition that will go away after the next policy execution cycle.
1602
1604
  # Corresponds to the JSON property `complianceStateReason`
1603
1605
  # @return [String]
1604
1606
  attr_accessor :compliance_state_reason
@@ -1643,7 +1645,9 @@ module Google
1643
1645
  # execution was skipped by the agent because errors were encountered while
1644
1646
  # executing prior resources in the OS policy. * `os-policy-execution-attempt-
1645
1647
  # failed`: The execution of the OS policy containing this resource failed and
1646
- # the compliance state couldn't be determined.
1648
+ # the compliance state couldn't be determined. * `os-policy-execution-pending`:
1649
+ # OS policy that owns this resource was assigned to the given VM, but was not
1650
+ # executed yet.
1647
1651
  # Corresponds to the JSON property `complianceStateReason`
1648
1652
  # @return [String]
1649
1653
  attr_accessor :compliance_state_reason
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240512"
25
+ REVISION = "20240602"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-osconfig_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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: 2024-05-19 00:00:00.000000000 Z
11
+ date: 2024-06-09 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-osconfig_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-osconfig_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-osconfig_v1
63
63
  post_install_message:
64
64
  rdoc_options: []