Skip to content

Conversation

@yec-akamai
Copy link
Contributor

📝 Description

What does this PR do and why is this change necessary?

✔️ How to Test

What are the steps to reproduce the issue or verify the changes?

How do I run the relevant unit/integration tests?

📷 Preview

If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.

ykim-akamai and others added 30 commits April 15, 2025 07:26
* update submodule

* update capability in test region and miscellaneous test fixes

* remove error fixture and add retry

* lint

* pr comments

* pr comments
* Support Object Storage Quota Limits Visibility (#531)

* obj quota

* add comment

* build json object

* add obj quotas int tests (#535)

* Update Object Storage quota doc link (#543)

---------

Co-authored-by: Youjung Kim <126618609+ykim-akamai@users.noreply.github.com>
)

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added support for DB Configurable Params (#527)

* Added support for DB Configurable Params features

* Added unit tests for config endpoints

* Added more unit tests and removed config_update methods

* Removed stale fields and updated unit tests

* Add integration tests

* Add integration tests

* remove unused var

* remove comments and update test case

* update test case

* remove assertion

* Added support for custom JSON field names in dataclasses

* Minor integration test fixes

* add get and list test cases

---------

Co-authored-by: Youjung Kim <ykim@akamai.com>

* Add / prefix to URL in mysql_config_options and postgresql_config_options API calls (#542)

* add test coverage for nullable fields (#541)

---------

Co-authored-by: Youjung Kim <ykim@akamai.com>
Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
Co-authored-by: Youjung Kim <126618609+ykim-akamai@users.noreply.github.com>
* Add support for Nodebalancers UDP (#494)

* Implemented changes for NodeBalancers UDP

* Added unit tests

* Fix lint

* Fixed issue with cipher_suite in save

* Lint

* Addressed PR comments

* Removed overriden _serialize method

* Drop residual prints

* Implement _serialize(...) override in NodeBalancerConfig (#555)

* Add LA notice

---------

Co-authored-by: Jacob Riddle <87780794+jriddle-linode@users.noreply.github.com>
Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
Co-authored-by: Youjung Kim <126618609+ykim-1@users.noreply.github.com>
Co-authored-by: Erik Zilber <ezilber@akamai.com>
Co-authored-by: Youjung Kim <126618609+ykim-akamai@users.noreply.github.com>
* adding monitor APIs

* updating doc

* updating tests

* updating lint errors

* Updating method name

Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>

* updating code with review comments

* sorting imports

* updating with make format changes

* updating with review comments

* review updates

* updating docstring

* updating func names

* PR comments

* review comments

* adding __all__ module

* updating unittest and entity_id to any

---------

Co-authored-by: Lena Garber <114949949+lgarber-akamai@users.noreply.github.com>
* Add 503 status code to retry in `send_request_when_resource_available`

* Remove error message assertions in VPC tests
* updating services endpoint

* resolving lint errors
)

Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* init

* lint

* define all

* clean up

* lint

* fix import

* fix import

* add int test
* Added support for Host/VM Maintenance (#532)

* Added support for changes in Account Events, Maintenance, and Settings

* Added support for changes in Instance and added Maintenance group

* Add docstring and fix imports

* Updated maintenance_policy_id to maintenance_policy (#564)

* fix

* Fix failing unit tests

* fix

* integration test

* address_PR_comments

* Added v4beta notices (#578)

* Added missing doc link

* Added maintenance to LinodeClient

* Addressed PR comments

---------

Co-authored-by: vshanthe <vshanthe@akamai.com>
Co-authored-by: Vinay <143587840+vshanthe@users.noreply.github.com>
* Fixed maintenance policy test

* Add note to replace region in GA
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  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/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  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

* remove redundant prints

---------

Co-authored-by: rpotla <rpotla@akamai.com>
ezilber-akamai and others added 4 commits September 5, 2025 16:13
* Various test fixes to unblock upcoming release

* Use dynamic label for VLAN test

* oops

* LA Disk Encryption -> Disk Encryption
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>
@yec-akamai yec-akamai closed this Sep 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants