-
Notifications
You must be signed in to change notification settings - Fork 368
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
Release v1.102.0 - staging → master #9695
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 <[email protected]> --------- Co-authored-by: Alban Bailly <[email protected]>
…#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 <[email protected]>
…ies (#9585) * add vpc grant and permissions * yarn changeset * Update packages/api-v4/.changeset/pr-9585-changed-1692736077405.md Co-authored-by: Dajahi Wiley <[email protected]> * Update packages/manager/.changeset/pr-9585-upcoming-features-1692736112038.md Co-authored-by: Dajahi Wiley <[email protected]> * 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 <[email protected]> * add comment to explain VPC permissions --------- Co-authored-by: Dajahi Wiley <[email protected]>
* add delete configuration dialog * Added changeset: Add AGLB Configuration Delete Dialog --------- Co-authored-by: Banks Nussman <[email protected]>
…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 <[email protected]>
## 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 <[email protected]>
…nto release-v1.102.0
Co-authored-by: Alban Bailly <[email protected]> Co-authored-by: Connie Liu <[email protected]> Co-authored-by: jdamore-linode <[email protected]> Co-authored-by: Jaalah Ramos <[email protected]> Co-authored-by: Alban Bailly <[email protected]> Co-authored-by: Mariah Jacobs <[email protected]> Co-authored-by: Dajahi Wiley <[email protected]> Co-authored-by: mjac0bs <[email protected]> Co-authored-by: Banks Nussman <[email protected]> Co-authored-by: Banks Nussman <[email protected]> Co-authored-by: Hana Xu <[email protected]> Co-authored-by: tyler-akamai <[email protected]> Co-authored-by: TylerWJ <[email protected]> Co-authored-by: cliu-akamai <[email protected]> Co-authored-by: John Callahan <[email protected]> Co-authored-by: cpathipa <[email protected]> Co-authored-by: Joe D'Amore <[email protected]> Co-authored-by: kekkon <[email protected]> Co-authored-by: corya-akamai <[email protected]>
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
Passing run #5165 ↗︎Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
@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 |
Cloud Manager
[2023-09-18] - v1.102.0
Added:
Fixed:
Tech Stories:
SRC > Features > EntityTransfers
(#9582)SRC > Features > Longview
Pt1: Longview Detail (#9600)Upcoming Features:
(#9670)
Validation
[2023-09-18] - v0.31.0
Added:
APIv4
[2023-09-18] - v0.101.0
Changed:
Account
andGrant
-related types to include VPC-related grants and capabilities (#9585)Fixed:
Upcoming Features: