Release v1.102.0 - staging → master #9695
Merged
jaalah-akamai merged 94 commits intomasterfrom Sep 18, 2023
Merged
Conversation
* feat: [M3-6966] Initial commit: selection panels * feat: [M3-6966] Linode: Checkout summary * feat: [M3-6966] Fix display conditional * Added changeset: Add DC specific Linode Create pricing support * feat: [M3-6967] add comment * feat: [M3-6967] reset flag state on component update * feat: [M3-6967] consolidate tests and utils * feat: [M3-6967] cleanup * feat: [M3-6967] moar cleanup and comments * feat: [M3-6967] quick display fix * feat: [M3-6967] fix for DB create flow * feat: [M3-6967] address feedback * feat: [M3-6967] add tests * feat: [M3-6967] cleanup tests * feat: [M3-6967] cleanup tests * feat: [M3-6967] address feedback (notice) * feat: [M3-6967] small fix to flag prop and cleanup
* add spacing back * add changeset * Update packages/manager/.changeset/pr-9619-fixed-1693518126299.md Co-authored-by: Alban Bailly <130582365+abailly-akamai@users.noreply.github.com> --------- Co-authored-by: Alban Bailly <130582365+abailly-akamai@users.noreply.github.com>
…#9625) * remove VPC column from linode landing table and update tests * Added changeset: Removed VPC column from Linodes landing page table
…9606) * Update kube utils for dynamic pricing * Add DC-specific dynamic pricing for Add and Resize Node Pool drawers * Add DC-specific dynamic pricing to cluster specs and checkout bar * Update test * Add DC-specific dynamic pricing in kube node pools tables * Display dynamic prices in the selection card, mobile view * Render mobile view empty state plan table helper text in Notice * WIP: suspicious tests * Update unit tests * Cleanup * Added changeset: Add DC-specific pricing to Kubernetes node pools * feat: [M3-7048] feedback --------- Co-authored-by: Alban Bailly <abailly@akamai.com>
…ies (#9585) * add vpc grant and permissions * yarn changeset * Update packages/api-v4/.changeset/pr-9585-changed-1692736077405.md Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * Update packages/manager/.changeset/pr-9585-upcoming-features-1692736112038.md Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * fix unresolved merge conflict issues * update vpc global grant text * add missing files * Update packages/manager/src/features/VPC/VPCLanding/VPCEditDrawer.tsx Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> * add comment to explain VPC permissions --------- Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com>
* add delete configuration dialog * Added changeset: Add AGLB Configuration Delete Dialog --------- Co-authored-by: Banks Nussman <banks@nussman.us>
…placed helper text (#9683) * Fix Create Volume Drawer static pricing copy and misplaced helper text * Added changeset: Misplaced helper text and static copy in Linode Create Volume drawer * Update variable name to be more clear
Co-authored-by: jdamore-linode <97627410+jdamore-linode@users.noreply.github.com>
## Description 📝 Added Redis Legal verbiage to the app descriptions and any instance of Redis includes the Trademark logo ## How to test 🧪 - Go to `/linodes/create?type=One-Click` - Ensure mentions of redis include a trademark - Ensure searching for redis still displays the two apps - Ensure the drawer still opens and that there is a legal disclaimer in the drawer - Redis logo should be replaced by 3 generic stacked slices --------- Co-authored-by: Hana Xu <hxu@akamai.com>
…nto release-v1.102.0
Co-authored-by: Alban Bailly <130582365+abailly-akamai@users.noreply.github.com> Co-authored-by: Connie Liu <139280159+coliu-akamai@users.noreply.github.com> Co-authored-by: jdamore-linode <97627410+jdamore-linode@users.noreply.github.com> Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com> Co-authored-by: Alban Bailly <abailly@akamai.com> Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com> Co-authored-by: Dajahi Wiley <114682940+dwiley-akamai@users.noreply.github.com> Co-authored-by: mjac0bs <mjacobs@akamai.com> Co-authored-by: Banks Nussman <115251059+bnussman-akamai@users.noreply.github.com> Co-authored-by: Banks Nussman <banks@nussman.us> Co-authored-by: Hana Xu <115299789+hana-linode@users.noreply.github.com> Co-authored-by: tyler-akamai <139489745+tyler-akamai@users.noreply.github.com> Co-authored-by: TylerWJ <tylerwjones99@gmail.com> Co-authored-by: cliu-akamai <126020611+cliu-akamai@users.noreply.github.com> Co-authored-by: John Callahan <114753608+jcallahan-akamai@users.noreply.github.com> Co-authored-by: cpathipa <119517080+cpathipa@users.noreply.github.com> Co-authored-by: Joe D'Amore <jdamore@linode.com> Co-authored-by: kekkon <149670+kekonn@users.noreply.github.com> Co-authored-by: corya-akamai <136115382+corya-akamai@users.noreply.github.com>
| authenticate(); | ||
| describe('rebuild linode', () => { | ||
| const image = 'Alpine 3.18'; | ||
| const rootPassword = randomString(16); |
Check failure
Code scanning / CodeQL
Insecure randomness
| const stackScriptName = 'setup-ipsec-vpn'; | ||
| const sharedKey = randomString(); | ||
| const vpnUser = randomLabel(); | ||
| const vpnPassword = randomString(16); |
Check failure
Code scanning / CodeQL
Insecure randomness
| const vpnPassword = randomString(16); | ||
| const weakPassword = '123'; | ||
| const fairPassword = 'Akamai123'; | ||
| const rootPassword = randomString(16); |
Check failure
Code scanning / CodeQL
Insecure randomness
abailly-akamai
previously approved these changes
Sep 18, 2023
Passing run #5165 ↗︎Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
|||||||||||||||
dwiley-akamai
approved these changes
Sep 18, 2023
bnussman-akamai
approved these changes
Sep 18, 2023
abailly-akamai
approved these changes
Sep 18, 2023
coliu-akamai
approved these changes
Sep 18, 2023
jdamore-linode
approved these changes
Sep 18, 2023
Contributor
|
@jaalah-akamai Just a heads up that I killed the Jenkins e2e test run since the GHA tests already passed. Also looked into the earlier failure and confirmed it's nothing to worry about |
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.
Cloud Manager
[2023-09-18] - v1.102.0
Added:
Fixed:
Tech Stories:
SRC > Features > EntityTransfers(#9582)SRC > Features > LongviewPt1: Longview Detail (#9600)Upcoming Features:
(#9670)
Validation
[2023-09-18] - v0.31.0
Added:
APIv4
[2023-09-18] - v0.101.0
Changed:
AccountandGrant-related types to include VPC-related grants and capabilities (#9585)Fixed:
Upcoming Features: