Skip to content

Comments

Release v0.42.0#715

Merged
lgarber-akamai merged 7 commits intomainfrom
dev
Oct 14, 2025
Merged

Release v0.42.0#715
lgarber-akamai merged 7 commits intomainfrom
dev

Conversation

@ezilber-akamai
Copy link
Contributor

No description provided.

dependabot bot and others added 3 commits September 9, 2025 21:10
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>
@ezilber-akamai ezilber-akamai requested a review from a team as a code owner October 6, 2025 13:15
@ezilber-akamai ezilber-akamai added the ignore-for-release PRs you do not want to render in the changelog label Oct 6, 2025
lgarber-akamai and others added 3 commits October 8, 2025 13:47
* 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>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

* Fix failing integration tests

* reserve -> reverse
@lgarber-akamai lgarber-akamai merged commit f1c8618 into main Oct 14, 2025
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release PRs you do not want to render in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants