Skip to content

Commit

Permalink
feat: [container] Add support for updating additional pod IPv4 ranges…
Browse files Browse the repository at this point in the history
… for Standard and Autopilot clusters (#9303)

* chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location

PiperOrigin-RevId: 521027766

Source-Link: googleapis/googleapis@02716e8

Source-Link: https://github.com/googleapis/googleapis-gen/commit/93666095ab3ffcda337adf0e7e7df50ea0bcf82d
Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjkzNjY2MDk1YWIzZmZjZGEzMzdhZGYwZTdlN2RmNTBlYTBiY2Y4MmQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add update support for accelerator config

feat: add support for disabling pod IP cidr overprovision. This feature requires special allowlisting for the projects.
PiperOrigin-RevId: 522103275

Source-Link: googleapis/googleapis@9f6f02b

Source-Link: https://github.com/googleapis/googleapis-gen/commit/47ee16c105ade610b68bffc28b0c2243eba08a44
Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjQ3ZWUxNmMxMDVhZGU2MTBiNjhiZmZjMjhiMGMyMjQzZWJhMDhhNDQifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add support for disabling pod IP cidr overprovision

This feature requires special allowlisting for the projects.

PiperOrigin-RevId: 522103451

Source-Link: googleapis/googleapis@013b597

Source-Link: https://github.com/googleapis/googleapis-gen/commit/2fe6962f9c8e770396dcfc88e104e5d713c2e66e
Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjJmZTY5NjJmOWM4ZTc3MDM5NmRjZmM4OGUxMDRlNWQ3MTNjMmU2NmUifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters

Users can append more pod ranges by name to an existing cluster at the cluster level. When users or Node Auto-provisioning create new node pools, GKE will select the most available pod range and assign it to the node pool. These pod ranges can be removed once no node pool is using it.

PiperOrigin-RevId: 522620905

Source-Link: googleapis/googleapis@0b7078e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/13d50d1f565497a654327fcb81c7959c5c1f058a
Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjEzZDUwZDFmNTY1NDk3YTY1NDMyN2ZjYjgxYzc5NTljNWMxZjA1OGEifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: Add support for updating additional pod IPv4 ranges for Standard and Autopilot clusters

Users can append more pod ranges by name to an existing cluster at the cluster level. When users or Node Auto-provisioning create new node pools, GKE will select the most available pod range and assign it to the node pool. These pod ranges can be removed once no node pool is using it.

PiperOrigin-RevId: 522620935

Source-Link: googleapis/googleapis@2ddfcb8

Source-Link: https://github.com/googleapis/googleapis-gen/commit/8c7eccd097b7989d72cae955faf5ed8e3fdcbc75
Copy-Tag: eyJwIjoiamF2YS1jb250YWluZXIvLk93bEJvdC55YW1sIiwiaCI6IjhjN2VjY2QwOTdiNzk4OWQ3MmNhZTk1NWZhZjVlZDhlM2ZkY2JjNzUifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 12, 2023
1 parent 98cfd14 commit e8cd90c
Show file tree
Hide file tree
Showing 185 changed files with 10,786 additions and 4,407 deletions.
2 changes: 1 addition & 1 deletion java-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.11.0</version>
<version>26.12.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Loading

0 comments on commit e8cd90c

Please sign in to comment.