Skip to content

Release v4.117.1 (merge master into development) #599

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

Merged
merged 3 commits into from
Feb 23, 2022
Merged
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
6 changes: 4 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 4.117.0
version: 4.117.1

title: Linode API
description: |
Expand Down Expand Up @@ -11208,6 +11208,8 @@ paths:
- Networking
summary: IP Addresses Share
description: |
**This command is currently disabled. Please use IPv4 Sharing Configure ([POST /networking/ipv4/share](/docs/api/networking/#ipv4-sharing-configure))**

Configure shared IPs.

IP sharing allows IP address reassignment (also referred to as IP failover) from one Linode to another if
Expand Down Expand Up @@ -11274,7 +11276,7 @@ paths:
"2001:db8:3c4d:15::"
]
}' \
https://api.linode.com/v4beta2/networking/ips/share
https://api.linode.com/v4beta/networking/ips/share
- lang: CLI
source: >
linode-cli networking ip-share \
Expand Down