Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-13354-fixed-1770141536657.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Removes fr-par-2 from the list of regions in the Machine Images upload page ([#13354](https://github.com/linode/manager/pull/13354))
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-13354-tests-1770062127871.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tests
---

Fix flaky machine-image-upload.spec.ts tests ([#13354](https://github.com/linode/manager/pull/13354))
1 change: 1 addition & 0 deletions packages/manager/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export const DISALLOWED_IMAGE_REGIONS = [
'au-mel',
'sg-sin-2',
'jp-tyo-3',
'fr-par-2',
];

// Default tooltip text for actions without permission
Expand Down