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

chore(main): release 2.32.0 #412

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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