Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 2268509

Browse files
chore(main): release 1.11.0 (#167)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent eb6bbb7 commit 2268509

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.11.0](https://github.com/googleapis/python-os-config/compare/v1.10.0...v1.11.0) (2022-02-26)
4+
5+
6+
### Features
7+
8+
* Add existing os_policy_assignment_reports.proto ([eb6bbb7](https://github.com/googleapis/python-os-config/commit/eb6bbb7a5e99dc22377d49a4c739c2a22f8e0558))
9+
* Add GetOsPolicyAssignmentReport and analogous List rpc method ([eb6bbb7](https://github.com/googleapis/python-os-config/commit/eb6bbb7a5e99dc22377d49a4c739c2a22f8e0558))
10+
* Add Inventory to InstanceFilter ([eb6bbb7](https://github.com/googleapis/python-os-config/commit/eb6bbb7a5e99dc22377d49a4c739c2a22f8e0558))
11+
* Add item that is affected by vulnerability ([eb6bbb7](https://github.com/googleapis/python-os-config/commit/eb6bbb7a5e99dc22377d49a4c739c2a22f8e0558))
12+
13+
14+
### Bug Fixes
15+
16+
* Mark methods as deprecated ([eb6bbb7](https://github.com/googleapis/python-os-config/commit/eb6bbb7a5e99dc22377d49a4c739c2a22f8e0558))
17+
18+
19+
### Documentation
20+
21+
* add generated snippets ([eb6bbb7](https://github.com/googleapis/python-os-config/commit/eb6bbb7a5e99dc22377d49a4c739c2a22f8e0558))
22+
323
## [1.10.0](https://github.com/googleapis/python-os-config/compare/v1.9.0...v1.10.0) (2022-02-08)
424

525

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
name = "google-cloud-os-config"
2626
description = "Google Cloud OS Config API client library"
27-
version = "1.10.0"
27+
version = "1.11.0"
2828
# Should be one of:
2929
# 'Development Status :: 3 - Alpha'
3030
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)