Merged
Conversation
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add label to nodepool * fix linter * update docs * upgrade python sdk * Update tests/integration/targets/lke_cluster_basic/tasks/main.yaml Co-authored-by: Erik Zilber <ezilber@akamai.com> * Fix docs * Fix lint --------- Co-authored-by: rpotla <rpotla@akamai.com> Co-authored-by: Erik Zilber <ezilber@akamai.com>
* Fix integration tests * Only use core regions across region resolving tests * Fix redundancy * Reverse LKE-E versions * remove accidental space
* WIP * done * VPC & VPC Subnet deletion retries * Refactor should_retry_subnet_delete_400s * Fix tests * Bump linode-api4 to v5.37.0 * Update plugins/module_utils/linode_helper.py Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com> --------- Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
* VPC Dual Stack: Implement support in VPC and Instance modules (legacy config) * Fix lint * Revert instance.rst * Fix typo * Revert instance.rst again * Update plugins/modules/vpcs_ipv6_list.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/modules/vpc_ipv6_list.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/module_utils/linode_helper.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/modules/vpcs_ipv6_list.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/modules/vpc_subnet.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/modules/instance.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/modules/vpc.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/modules/vpc_ipv6_list.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/module_utils/linode_networking.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Regenerate dosc * != -> == --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
yec-akamai
approved these changes
Oct 13, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces support for IPv6 in VPCs (Virtual Private Clouds) and includes various other enhancements. It adds IPv6 configuration options to VPC and VPC subnet modules, updates instance modules to support IPv6 interfaces, enhances database modules with VPC network attachment support, and adds new modules for listing IPv6 addresses. Additionally, it updates GitHub Actions to use newer versions and includes improvements to test configurations.
- Adds IPv6 support to VPC and VPC subnet modules with auto-allocation capabilities
- Enhances database modules to support private network attachment via VPCs
- Updates instance modules to support IPv6 interface configuration for VPC networks
Reviewed Changes
Copilot reviewed 72 out of 73 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/modules/vpc.py | Adds IPv6 field support with validation to prevent updates after creation |
| plugins/modules/vpc_subnet.py | Adds IPv6 configuration support for subnets with update restrictions |
| plugins/modules/instance.py | Implements IPv6 interface configuration for VPC networks |
| plugins/modules/database_postgresql_v2.py | Adds private network attachment functionality |
| plugins/modules/database_mysql_v2.py | Adds private network attachment functionality |
| tests/integration/targets/lke_cluster_enterprise/tasks/main.yaml | Corrects typo in sort parameter and updates region filtering |
| Various test files | Updates region selection to use core sites and fixes capability filtering |
| GitHub Actions workflows | Updates to newer action versions |
| New modules | Adds vpc_ipv6_list and vpcs_ipv6_list for IPv6 address management |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
tests/integration/targets/lke_cluster_enterprise/tasks/main.yaml
Outdated
Show resolved
Hide resolved
* Fix failing integration tests * reserve -> reverse
lgarber-akamai
approved these changes
Oct 14, 2025
zliang-akamai
approved these changes
Oct 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.