Use feature-state shortcode for externalIPs deprecation#55481
Conversation
|
Welcome @mateenali66! |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
59c6141 to
1cfd481
Compare
1cfd481 to
de7d6e4
Compare
|
netlify deploy preview is flaking on the current SHA (silent error, null content is unchanged across pushes (only amended commit metadata). can force-push again or close/reopen if a maintainer wants to re-kick the preview. |
|
Until we come up with a better option, please force-push essentially the same commit (any minor edit, eg to commit date, is fine). Eventually you should get a preview where Hugo doesn't lock up. |
|
LGTM label has been added. DetailsGit tree hash: fa907daa56a35ebc64745485deca402b122e060e |
Switches the existing caution note on the "External IPs" section to the standard feature-state shortcode, matching the pattern used for other field deprecations in this file (e.g. Endpoints at line 312) and across the docs. Signed-off-by: Mateen Anjum <mateenali66@gmail.com>
de7d6e4 to
434ae53
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dipesh-rawat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
switches the existing
cautionnote in the External IPs section to thefeature-stateshortcode, matching the pattern already used for Endpoints (line 312 in the same file) and ~10 other field deprecations across the docs. kept the migration advice (external LB controller / Gateway API) as body prose since the shortcode only emits the standard deprecation banner.Fixes #55473