Skip to content

upcoming: [UIE-10433] - Implement feature to Unreserve IP address - #13577

Merged
grevanak-akamai merged 3 commits into
linode:developfrom
grevanak-akamai:feature/UIE-10433-unreserve-ip
Apr 14, 2026
Merged

upcoming: [UIE-10433] - Implement feature to Unreserve IP address#13577
grevanak-akamai merged 3 commits into
linode:developfrom
grevanak-akamai:feature/UIE-10433-unreserve-ip

Conversation

@grevanak-akamai

@grevanak-akamai grevanak-akamai commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

Description 📝

Implemented dialog to unreserve an IP address from list of Reserved IP addresses.

Changes 🔄

  • Implemented dialog box to unreserve a reserved IP address
  • Integrated it with action menu in reserved IPs landing page.

Scope 🚢

Upon production release, changes in this PR will be visible to:

  • All customers
  • Some customers (e.g. in Beta or Limited Availability)
  • No customers / Not applicable

Target release date 🗓️

Apr end

Preview 📷

Unreserve IP address confirmation dialog box

Screenshot 2026-04-13 at 12 52 30 PM

How to test 🧪

Prerequisites

  • Enable the Reserved IP feature flag from DevTools
  • Navigate to "/reserved-ips/" page

Verification steps

  • Ensure confirmation dialog to unreserve IP address dialog opens upon clicking on Unreserve button in action menu of IP address row.
  • Ensure corresponding IP address is removed from the list of reserved IPs on submitting the confirmation dialog.
Author Checklists

As an Author, to speed up the review process, I considered 🤔

👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support


  • I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All tests and CI checks are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@grevanak-akamai
grevanak-akamai force-pushed the feature/UIE-10433-unreserve-ip branch from 686f5d5 to 5496e6d Compare April 13, 2026 07:22
@linode-gh-bot

Copy link
Copy Markdown

Cloud Manager UI test results

🔺 1 failing test on test run #4 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing901 Passing11 Skipped41m 57s

Details

Failing Tests
SpecTest
object-storage.e2e.spec.tsCloud Manager Cypress Tests→object storage end-to-end tests » can update bucket access

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts"

@dwiley-akamai dwiley-akamai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verification steps ✅
Code review ✅

@@ -0,0 +1,78 @@
import { useUnReserveIPMutation } from '@linode/queries';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's update the casing of this to be useUnreserveIPMutation

@tanushree-akamai tanushree-akamai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@github-project-automation github-project-automation Bot moved this from Review to Approved in Cloud Manager Apr 14, 2026
@grevanak-akamai
grevanak-akamai merged commit 5476c17 into linode:develop Apr 14, 2026
34 of 35 checks passed
@github-project-automation github-project-automation Bot moved this from Approved to Merged in Cloud Manager Apr 14, 2026
@grevanak-akamai
grevanak-akamai deleted the feature/UIE-10433-unreserve-ip branch April 22, 2026 13:48
@grevanak-akamai grevanak-akamai mentioned this pull request Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants