-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
project: VM Placement #521
Merged
Merged
Conversation
This file contains 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
* Add placement group object * Add placement group limits to region response * Implement instance changes * prefixture * Add pg basic test * finish assignment tests * Add regions test * oops * make tidy
lgarber-akamai
requested review from
ykim-akamai and
yec-akamai
and removed request for
a team
June 18, 2024 18:37
zliang-akamai
approved these changes
Jun 18, 2024
yec-akamai
approved these changes
Jun 18, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 🎉
ykim-akamai
approved these changes
Jun 18, 2024
renovate bot
referenced
this pull request
in anza-labs/lke-operator
Jun 25, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/linode/linodego](https://github.com/linode/linodego) | `v1.35.0` -> `v1.36.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flinode%2flinodego/v1.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flinode%2flinodego/v1.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flinode%2flinodego/v1.35.0/v1.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flinode%2flinodego/v1.35.0/v1.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>linode/linodego (github.com/linode/linodego)</summary> ### [`v1.36.0`](https://github.com/linode/linodego/releases/tag/v1.36.0) [Compare Source](https://github.com/linode/linodego/compare/v1.35.0...v1.36.0) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed #####⚠️ Breaking Change - Renamed capability consts by [@​ErikZilber](https://github.com/ErikZilber) in [https://github.com/linode/linodego/pull/529](https://github.com/linode/linodego/pull/529) ##### 🚀 New Features - Project VM Placement by [@​lgarber-akamai](https://github.com/lgarber-akamai) in [https://github.com/linode/linodego/pull/521](https://github.com/linode/linodego/pull/521) - Add event entities enums and actions VM Placement by [@​lgarber-akamai](https://github.com/lgarber-akamai) in [https://github.com/linode/linodego/pull/492](https://github.com/linode/linodego/pull/492) - Expose `OnAfterResponse` middleware hook by [@​tchinmai7](https://github.com/tchinmai7) in [https://github.com/linode/linodego/pull/512](https://github.com/linode/linodego/pull/512) - Add new tax_id_invalid event by [@​jcallahan-akamai](https://github.com/jcallahan-akamai) in [https://github.com/linode/linodego/pull/514](https://github.com/linode/linodego/pull/514) ##### 💡 Improvements - Fix case in name for `Client.UnassignPlacementGroupLinodes(...)` by [@​lgarber-akamai](https://github.com/lgarber-akamai) in [https://github.com/linode/linodego/pull/496](https://github.com/linode/linodego/pull/496) ##### 🧪 Testing Improvements - Add Cloud Firewall for integration tests by [@​ykim-1](https://github.com/ykim-1) in [https://github.com/linode/linodego/pull/515](https://github.com/linode/linodego/pull/515) - Add Calico Inbound and Outbound policies to LKE nodes for E2E by [@​ykim-1](https://github.com/ykim-1) in [https://github.com/linode/linodego/pull/525](https://github.com/linode/linodego/pull/525) ##### 📖 Documentation - Add warning for LKE control plane ACL by [@​lgarber-akamai](https://github.com/lgarber-akamai) in [https://github.com/linode/linodego/pull/523](https://github.com/linode/linodego/pull/523) - Add documentation snippets for Placement Groups LA by [@​lgarber-akamai](https://github.com/lgarber-akamai) in [https://github.com/linode/linodego/pull/530](https://github.com/linode/linodego/pull/530) ##### 📦 Dependency Updates - build(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/linode/linodego/pull/518](https://github.com/linode/linodego/pull/518) - build(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/linode/linodego/pull/519](https://github.com/linode/linodego/pull/519) - build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/linode/linodego/pull/520](https://github.com/linode/linodego/pull/520) #### New Contributors - [@​tchinmai7](https://github.com/tchinmai7) made their first contribution in [https://github.com/linode/linodego/pull/512](https://github.com/linode/linodego/pull/512) - [@​ErikZilber](https://github.com/ErikZilber) made their first contribution in [https://github.com/linode/linodego/pull/529](https://github.com/linode/linodego/pull/529) **Full Changelog**: linode/linodego@v1.35.0...v1.36.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/anza-labs/lke-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
📝 Description
This pull request merges the VM placement project into the
main
branch.✔️ How to Test
The following test steps expect you have pulled down this change locally, run make install, and configured your Linode account to have access to VM Placement.
Unit Testing
Integration Testing