Changes
1.11.0 (2023-01-04)
Features
- osconfig: Add REST client (06a54a1)
1.10.0 (2022-11-03)
Features
- osconfig: rewrite signatures in terms of new location (3c4b2b3)
1.9.0 (2022-10-25)
Features
- osconfig: start generating stubs dir (de2d180)
1.8.0 (2022-09-21)
Features
- osconfig: rewrite signatures in terms of new types for betas (9f303f9)
1.7.0 (2022-09-19)
Features
- osconfig: start generating proto message types (563f546)
1.6.0 (2022-06-29)
Features
- osconfig: start generating REST client for beta clients (25b7775)
1.5.0 (2022-02-23)
Features
- osconfig: set versionClient to module version (55f0d92)
1.4.0 (2022-02-22)
Features
- osconfig/agentendpoint: Add field to PatchConfig message: - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message (7d6b0e5)
- osconfig/agentendpoint: Add fields to RegisterAgentRequest: - supported_capabilities - os_long_name - os_short_name - os_version - os_architecture feat: Add field to PatchConfig message: - mig_instances_allowed fix: Add NONE Interpreter enum value that should be used over INTERPRETER_UNSPECIFIED in ExecStepConfig message (4a223de)
Bug Fixes
- osconfig/agentendpoint: Fix description of an interpreter field, validate if the field is not unspecified (4a223de)
- osconfig/agentendpoint: update third_party protos to the most actual version: - Add item that is affected by vulnerability - Add GetOsPolicyAssignmentReport and analogous List rpc method - Add Inventory to InstanceFilter - Add existing os_policy_assignment_reports.proto fixing the build - Mark methods as deprecated (4a223de)
1.3.0 (2022-02-14)
Features
- osconfig: add file for tracking version (17b36ea)
- osconfig: Update osconfig v1 protos (61f23b2)
- osconfig: Update v1beta protos with recently added features. PatchRollout proto, mig_instances_allowed field to PatchConfig, UpdatePatchDeployment RPC,PausePatchDeployment and ResumePatchDeployment pair of RPCs (61f23b2)
1.2.0 (2022-01-04)
Features
- osconfig: OSConfig: add OS policy assignment rpcs (83b941c)
- osconfig: Update OSConfig API (e33350c)
1.1.0 (2021-11-02)
Features
- osconfig: Update osconfig v1 and v1alpha RecurringSchedule.Frequency with DAILY frequency (59e548a)
1.0.0
Stabilize GA surface.
0.2.0 (2021-09-11)
Features
- osconfig: add OSConfigZonalService API Committer: @jaiminsh (d9ce9d0)
- osconfig: Update osconfig v1 and v1alpha with WindowsApplication (bf4378b)
v0.1.0
This is the first tag to carve out osconfig as its own module. See Add a module to a multi-module repository.