Skip to content

Commit

Permalink
fix(deps): require google-api-core>=1.32.0,>=2.8.0 (#264)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 459095142

Source-Link: googleapis/googleapis@4f1be99

Source-Link: googleapis/googleapis-gen@ae686d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWU2ODZkOWNkZTRmYzNlMzZkMGFjMDJlZmI4NjQzYjE1ODkwYzFlZCJ9

feat: add support to modify kubelet pod pid limit in node system configuration
feat: support spot VM
feat: support Tier 1 bandwidth
feat: update support for node pool labels, taints and network tags
feat: add Binauthz Evaluation mode support to GKE Classic
feat: add GKE Identity Service
feat: add network tags to autopilot cluster
feat: support enabling Confidential Nodes in the node pool
feat: support node pool blue-green upgrade
feat: add Location Policy API
feat: support GPU timesharing
feat: add managed prometheus feature

PiperOrigin-RevId: 458323987

Source-Link: googleapis/googleapis@c51f2ed

Source-Link: googleapis/googleapis-gen@45233cb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDUyMzNjYmU2YzUxZjJjZjU2NmU1ZDVmNWU2MzEyOWM3Zjg5ZjNlZCJ9

feat: add cgroup mode to node system config
feat: add support to modify kubelet pod pid limit in node system configuration
feat: support Tier 1 bandwidth
feat: support IPV6 Dual Stack (stack_type)
feat: add Binauthz Evaluation mode support to GKE Classic
feat: support GKE Cost Allocations
feat: add network tags to autopilot cluster
feat: add protect config audit api
feat: support enabling Confidential Nodes in the node pool
feat: support node pool blue-green upgrade
feat: add Location Policy API
feat: support GPU timesharing

PiperOrigin-RevId: 458322449

Source-Link: googleapis/googleapis@61ea2e5

Source-Link: googleapis/googleapis-gen@30e187a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzBlMTg3YTBiMDA2ZDM5NjkyZWVlNDBiZmU4NGZiN2M3MWI5NWE3YiJ9

feat: add audience parameter
PiperOrigin-RevId: 456827138

Source-Link: googleapis/googleapis@23f1a15

Source-Link: googleapis/googleapis-gen@4075a85
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDA3NWE4NTE0ZjY3NjY5MWVjMTU2Njg4YTViYmYxODNhYTk4OTNjZSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jul 16, 2022
1 parent 96efef3 commit 538af32
Show file tree
Hide file tree
Showing 34 changed files with 2,994 additions and 306 deletions.
27 changes: 27 additions & 0 deletions packages/google-cloud-container/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@


# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings
# Rules for main branch protection
branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `main`
- pattern: main
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
requiredStatusCheckContexts:
- 'Kokoro'
- 'cla/google'
- 'Samples - Lint'
- 'Samples - Python 3.7'
- 'Samples - Python 3.8'
- 'Samples - Python 3.9'
- 'Samples - Python 3.10'
- 'OwlBot Post Processor'
- 'docs'
- 'docfx'
- 'lint'
- 'unit (3.7)'
- 'unit (3.8)'
- 'unit (3.9)'
- 'unit (3.10)'
- 'cover'
Binary file not shown.
20 changes: 20 additions & 0 deletions packages/google-cloud-container/google/cloud/container/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
AutoprovisioningNodePoolDefaults,
AutoUpgradeOptions,
BinaryAuthorization,
BlueGreenSettings,
CancelOperationRequest,
ClientCertificateConfig,
CloudRunConfig,
Cluster,
ClusterAutoscaling,
ClusterUpdate,
CompleteIPRotationRequest,
CompleteNodePoolUpgradeRequest,
ConfidentialNodes,
ConfigConnectorConfig,
CreateClusterRequest,
Expand All @@ -59,8 +61,10 @@
GetOpenIDConfigResponse,
GetOperationRequest,
GetServerConfigRequest,
GPUSharingConfig,
HorizontalPodAutoscaling,
HttpLoadBalancing,
IdentityServiceConfig,
ILBSubsettingConfig,
IntraNodeVisibilityConfig,
IPAllocationPolicy,
Expand All @@ -81,6 +85,7 @@
MaintenanceExclusionOptions,
MaintenancePolicy,
MaintenanceWindow,
ManagedPrometheusConfig,
MasterAuth,
MasterAuthorizedNetworksConfig,
MaxPodsConstraint,
Expand All @@ -90,15 +95,20 @@
NetworkConfig,
NetworkPolicy,
NetworkPolicyConfig,
NetworkTags,
NodeConfig,
NodeConfigDefaults,
NodeKubeletConfig,
NodeLabels,
NodeManagement,
NodeNetworkConfig,
NodePool,
NodePoolAutoConfig,
NodePoolAutoscaling,
NodePoolDefaults,
NodePoolUpdateStrategy,
NodeTaint,
NodeTaints,
NotificationConfig,
Operation,
OperationProgress,
Expand Down Expand Up @@ -157,13 +167,15 @@
"AutoprovisioningNodePoolDefaults",
"AutoUpgradeOptions",
"BinaryAuthorization",
"BlueGreenSettings",
"CancelOperationRequest",
"ClientCertificateConfig",
"CloudRunConfig",
"Cluster",
"ClusterAutoscaling",
"ClusterUpdate",
"CompleteIPRotationRequest",
"CompleteNodePoolUpgradeRequest",
"ConfidentialNodes",
"ConfigConnectorConfig",
"CreateClusterRequest",
Expand All @@ -186,8 +198,10 @@
"GetOpenIDConfigResponse",
"GetOperationRequest",
"GetServerConfigRequest",
"GPUSharingConfig",
"HorizontalPodAutoscaling",
"HttpLoadBalancing",
"IdentityServiceConfig",
"ILBSubsettingConfig",
"IntraNodeVisibilityConfig",
"IPAllocationPolicy",
Expand All @@ -208,6 +222,7 @@
"MaintenanceExclusionOptions",
"MaintenancePolicy",
"MaintenanceWindow",
"ManagedPrometheusConfig",
"MasterAuth",
"MasterAuthorizedNetworksConfig",
"MaxPodsConstraint",
Expand All @@ -217,15 +232,19 @@
"NetworkConfig",
"NetworkPolicy",
"NetworkPolicyConfig",
"NetworkTags",
"NodeConfig",
"NodeConfigDefaults",
"NodeKubeletConfig",
"NodeLabels",
"NodeManagement",
"NodeNetworkConfig",
"NodePool",
"NodePoolAutoConfig",
"NodePoolAutoscaling",
"NodePoolDefaults",
"NodeTaint",
"NodeTaints",
"NotificationConfig",
"Operation",
"OperationProgress",
Expand Down Expand Up @@ -270,6 +289,7 @@
"WorkloadIdentityConfig",
"WorkloadMetadataConfig",
"DatapathProvider",
"NodePoolUpdateStrategy",
"PrivateIPv6GoogleAccess",
"UpgradeResourceType",
)
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
AutoprovisioningNodePoolDefaults,
AutoUpgradeOptions,
BinaryAuthorization,
BlueGreenSettings,
CancelOperationRequest,
ClientCertificateConfig,
CloudRunConfig,
Cluster,
ClusterAutoscaling,
ClusterUpdate,
CompleteIPRotationRequest,
CompleteNodePoolUpgradeRequest,
ConfidentialNodes,
ConfigConnectorConfig,
CreateClusterRequest,
Expand All @@ -54,8 +56,10 @@
GetOpenIDConfigResponse,
GetOperationRequest,
GetServerConfigRequest,
GPUSharingConfig,
HorizontalPodAutoscaling,
HttpLoadBalancing,
IdentityServiceConfig,
ILBSubsettingConfig,
IntraNodeVisibilityConfig,
IPAllocationPolicy,
Expand All @@ -76,6 +80,7 @@
MaintenanceExclusionOptions,
MaintenancePolicy,
MaintenanceWindow,
ManagedPrometheusConfig,
MasterAuth,
MasterAuthorizedNetworksConfig,
MaxPodsConstraint,
Expand All @@ -85,15 +90,20 @@
NetworkConfig,
NetworkPolicy,
NetworkPolicyConfig,
NetworkTags,
NodeConfig,
NodeConfigDefaults,
NodeKubeletConfig,
NodeLabels,
NodeManagement,
NodeNetworkConfig,
NodePool,
NodePoolAutoConfig,
NodePoolAutoscaling,
NodePoolDefaults,
NodePoolUpdateStrategy,
NodeTaint,
NodeTaints,
NotificationConfig,
Operation,
OperationProgress,
Expand Down Expand Up @@ -151,6 +161,7 @@
"Autopilot",
"AutoprovisioningNodePoolDefaults",
"BinaryAuthorization",
"BlueGreenSettings",
"CancelOperationRequest",
"ClientCertificateConfig",
"CloudRunConfig",
Expand All @@ -159,6 +170,7 @@
"ClusterManagerClient",
"ClusterUpdate",
"CompleteIPRotationRequest",
"CompleteNodePoolUpgradeRequest",
"ConfidentialNodes",
"ConfigConnectorConfig",
"CreateClusterRequest",
Expand All @@ -171,6 +183,7 @@
"DeleteClusterRequest",
"DeleteNodePoolRequest",
"DnsCacheConfig",
"GPUSharingConfig",
"GcePersistentDiskCsiDriverConfig",
"GcfsConfig",
"GcpFilestoreCsiDriverConfig",
Expand All @@ -186,6 +199,7 @@
"HttpLoadBalancing",
"ILBSubsettingConfig",
"IPAllocationPolicy",
"IdentityServiceConfig",
"IntraNodeVisibilityConfig",
"Jwk",
"KubernetesDashboard",
Expand All @@ -204,6 +218,7 @@
"MaintenanceExclusionOptions",
"MaintenancePolicy",
"MaintenanceWindow",
"ManagedPrometheusConfig",
"MasterAuth",
"MasterAuthorizedNetworksConfig",
"MaxPodsConstraint",
Expand All @@ -213,15 +228,20 @@
"NetworkConfig",
"NetworkPolicy",
"NetworkPolicyConfig",
"NetworkTags",
"NodeConfig",
"NodeConfigDefaults",
"NodeKubeletConfig",
"NodeLabels",
"NodeManagement",
"NodeNetworkConfig",
"NodePool",
"NodePoolAutoConfig",
"NodePoolAutoscaling",
"NodePoolDefaults",
"NodePoolUpdateStrategy",
"NodeTaint",
"NodeTaints",
"NotificationConfig",
"Operation",
"OperationProgress",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"complete_ip_rotation"
]
},
"CompleteNodePoolUpgrade": {
"methods": [
"complete_node_pool_upgrade"
]
},
"CreateCluster": {
"methods": [
"create_cluster"
Expand Down Expand Up @@ -185,6 +190,11 @@
"complete_ip_rotation"
]
},
"CompleteNodePoolUpgrade": {
"methods": [
"complete_node_pool_upgrade"
]
},
"CreateCluster": {
"methods": [
"create_cluster"
Expand Down
Loading

0 comments on commit 538af32

Please sign in to comment.