Skip to content

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

Open
grevanak-akamai wants to merge 3 commits intolinode:developfrom
grevanak-akamai:feature/UIE-10433-unreserve-ip
Open

upcoming: [UIE-10433] - Implement feature to Unreserve IP address#13577
grevanak-akamai wants to merge 3 commits intolinode:developfrom
grevanak-akamai:feature/UIE-10433-unreserve-ip

Conversation

@grevanak-akamai
Copy link
Copy Markdown
Contributor

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

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
Collaborator

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"

Copy link
Copy Markdown
Contributor

@dwiley-akamai dwiley-akamai left a comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

3 participants