-
Notifications
You must be signed in to change notification settings - Fork 69
Release 4.162.0 #850
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
Release 4.162.0 #850
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release v4.161.0 (merge master into development)
new: Add 'x-linode-cli-subtables' extension to rules-list and ips-list end…
Fixed inaccuracies regarding FirewallRulesConfig
new: Add subtables extension to `firewalls rules-update` command
Added CAA target parameters
Changed IP Address Update
[Update] Linode Config Interfaces (VLAN descriptions)
Added UUID collision warning to Backup Restore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed
Backup Restore (POST /linode/instances/{linodeId}/backups/{backupId}/restore)
backup_id
.Domain Record Create (POST /domains/{domainId}/records)
Domain Record Update (PUT /domains/{domainId}/records/{recordId})
;
), for example:www.example.com; foo=bar
Fixed
Fixed a bug that caused a 222 response when creating or updating a Linode Configuration Profile with a VLAN "ipam_address" set to
null
or""
. Now,""
is returned for the "ipam_address" in this case forvlan
purpose interfaces, andnull
is always returned for both the "ipam_address" and "label" forpublic
purpose interfaces.Firewall Create (POST /networking/firewalls)
Firewall Rule Update (PUT /networking/firewalls/{firewallId}/rules)
This release includes documentation fixes regarding creating and updating Cloud Firewall rules with these commands. Previously, we stated that inbound and outbound rules required defined
ports
except for the ICMP and IPENCAP protocols. However,ports
is optional for the TCP and UDP protocols and disallowed for the ICMP and IPENCAP protocols. Additionally, ifports
is undefined, then all ports are affected by the Firewall rule.These commands also now provide additional details for configuring Cloud Firewall rules, including instructions on how to apply rules to all IPv4 and IPv6 addresses.