Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3b898fa
chore: update to gapic-generator-python 1.5.0
gcf-owl-bot[bot] Oct 29, 2022
3893d21
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Oct 29, 2022
733191b
feat: add APIs for GKE Control Plane Logs
gcf-owl-bot[bot] Nov 4, 2022
f41e674
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 4, 2022
d98ba18
feat: add APIs for GKE Control Plane Logs
gcf-owl-bot[bot] Nov 4, 2022
0c5b2c3
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 4, 2022
f124b00
update version in gapic_version.py
parthea Nov 5, 2022
1f9faef
add .release-please-manifest.json with correct version
parthea Nov 5, 2022
4dec5f1
add owlbot.py to exclude generated gapic_version.py
parthea Nov 5, 2022
535963c
set manifest to true in .github/release-please.yml
parthea Nov 7, 2022
47c1dc3
add release-please-config.json
parthea Nov 7, 2022
c496bf9
chore: Update to gapic-generator-python 1.6.0
gcf-owl-bot[bot] Nov 9, 2022
cd13ac2
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 9, 2022
5dd03cc
feat: new APIs added to reflect updates to the filestore service
gcf-owl-bot[bot] Nov 10, 2022
5956ea7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 10, 2022
a4c3716
update path to snippet metadata json
parthea Nov 12, 2022
56ec678
chore: Update gapic-generator-python to v1.6.1
gcf-owl-bot[bot] Nov 12, 2022
638ad91
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 12, 2022
cd68b5b
feat: add compact placement feature for node pools
gcf-owl-bot[bot] Nov 15, 2022
f848a9f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Nov 15, 2022
618aa42
Merge branch 'main' into owl-bot-copy
parthea Nov 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
releaseType: python
handleGHRelease: true
manifest: true
# NOTE: this section is generated by synthtool.languages.python
# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
branches:
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.13.0"
}
1 change: 0 additions & 1 deletion docs/container_v1/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ Types for Google Cloud Container v1 API

.. automodule:: google.cloud.container_v1.types
:members:
:undoc-members:
:show-inheritance:
1 change: 0 additions & 1 deletion docs/container_v1beta1/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ Types for Google Cloud Container v1beta1 API

.. automodule:: google.cloud.container_v1beta1.types
:members:
:undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions google/cloud/container/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.container import gapic_version as package_version

__version__ = package_version.__version__


from google.cloud.container_v1.services.cluster_manager.async_client import (
ClusterManagerAsyncClient,
Expand Down Expand Up @@ -51,6 +55,7 @@
DeleteNodePoolRequest,
DnsCacheConfig,
DNSConfig,
GatewayAPIConfig,
GcePersistentDiskCsiDriverConfig,
GcfsConfig,
GcpFilestoreCsiDriverConfig,
Expand Down Expand Up @@ -123,6 +128,7 @@
RecurringTimeWindow,
ReleaseChannel,
ReservationAffinity,
ResourceLabels,
ResourceLimit,
ResourceUsageExportConfig,
RollbackNodePoolUpgradeRequest,
Expand Down Expand Up @@ -194,6 +200,7 @@
"DeleteNodePoolRequest",
"DnsCacheConfig",
"DNSConfig",
"GatewayAPIConfig",
"GcePersistentDiskCsiDriverConfig",
"GcfsConfig",
"GcpFilestoreCsiDriverConfig",
Expand Down Expand Up @@ -263,6 +270,7 @@
"RecurringTimeWindow",
"ReleaseChannel",
"ReservationAffinity",
"ResourceLabels",
"ResourceLimit",
"ResourceUsageExportConfig",
"RollbackNodePoolUpgradeRequest",
Expand Down
16 changes: 16 additions & 0 deletions google/cloud/container/gapic_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.13.0" # {x-release-please-version}
8 changes: 8 additions & 0 deletions google/cloud/container_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.container import gapic_version as package_version

__version__ = package_version.__version__


from .services.cluster_manager import ClusterManagerAsyncClient, ClusterManagerClient
from .types.cluster_service import (
Expand Down Expand Up @@ -46,6 +50,7 @@
DeleteNodePoolRequest,
DnsCacheConfig,
DNSConfig,
GatewayAPIConfig,
GcePersistentDiskCsiDriverConfig,
GcfsConfig,
GcpFilestoreCsiDriverConfig,
Expand Down Expand Up @@ -118,6 +123,7 @@
RecurringTimeWindow,
ReleaseChannel,
ReservationAffinity,
ResourceLabels,
ResourceLimit,
ResourceUsageExportConfig,
RollbackNodePoolUpgradeRequest,
Expand Down Expand Up @@ -191,6 +197,7 @@
"DeleteNodePoolRequest",
"DnsCacheConfig",
"GPUSharingConfig",
"GatewayAPIConfig",
"GcePersistentDiskCsiDriverConfig",
"GcfsConfig",
"GcpFilestoreCsiDriverConfig",
Expand Down Expand Up @@ -262,6 +269,7 @@
"RecurringTimeWindow",
"ReleaseChannel",
"ReservationAffinity",
"ResourceLabels",
"ResourceLimit",
"ResourceUsageExportConfig",
"RollbackNodePoolUpgradeRequest",
Expand Down
Loading