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

Commit

Permalink
chore(main): release 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 18, 2023
1 parent d9750ff commit 7cd6a9f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "2.31.0"
".": "2.32.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@

[1]: https://pypi.org/project/google-cloud-container/#history

## [2.32.0](https://github.com/googleapis/python-container/compare/v2.31.0...v2.32.0) (2023-09-18)


### Features

* Add SecurityPostureConfig Enterprise vuln mode to allow customers to enable Advanced Vulnerability Scanning for their clusters ([d9750ff](https://github.com/googleapis/python-container/commit/d9750ffecffacfd9051f6d3575c820e9f564261c))


### Documentation

* Deprecate ProtectConfig fields in alpha and beta, with SecurityPostureConfig as the intended replacement ([d9750ff](https://github.com/googleapis/python-container/commit/d9750ffecffacfd9051f6d3575c820e9f564261c))
* Minor formatting ([#411](https://github.com/googleapis/python-container/issues/411)) ([96ddca6](https://github.com/googleapis/python-container/commit/96ddca67bf0e23c9c8fb838ebdfb000bee7d1b02))

## [2.31.0](https://github.com/googleapis/python-container/compare/v2.30.0...v2.31.0) (2023-08-28)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/container/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.31.0" # {x-release-please-version}
__version__ = "2.32.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/container_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.31.0" # {x-release-please-version}
__version__ = "2.32.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/container_v1beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.31.0" # {x-release-please-version}
__version__ = "2.32.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "0.1.0"
"version": "2.32.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "0.1.0"
"version": "2.32.0"
},
"snippets": [
{
Expand Down

0 comments on commit 7cd6a9f

Please sign in to comment.