-
Notifications
You must be signed in to change notification settings - Fork 69
Release 4.75.0 #325
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.75.0 #325
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
Contributor
leslitagordita
commented
Sep 14, 2020
- Bump spec to 4.75.0
- Linode Cloud Firewall beta endpoints.
Release 4.74.0 (merge Master into Development)
* Adding POST/Firewall Work in Progress DO NOT MERGE * First changes * More edits to Post Firewalls * Update POST /networking/firewalls Updates reflect latest dev changes to collection. * Improve description text for POST /networking/firewalls Add information about inbound and outbound behavior. * added beta server and indents * Remove unnecessary quotations from examples * Add GET /networking/firewalls/{firewallId} * Update Shell request example for POST /networking/firewalls * Update ipv6 example to display as list. * Added DELETE /firewalls/:id endpoint Also: - Add Beta endpoint notice to GET /firewalls/:id endpoint - Change path parameter description to read something more generic, as it's shared now with DELETE * PUT Firewall endpoint * Update example request URLs to match endpoints * Added GET /networking/firewalls endpoint * Update PUT /firewalls/{firewallId} * Fix typo in Delete Firewall endpoint * Added Add Firewall Devices endpoint POST /networking/firewalls/{firewallId}/devices * Add `firewall_device_add` event * Firewall collection updates Reviewed existing Firewall endpoints and schemas Added: - GET /networking/firewalls/{firewallId}/devices - POST /networking/firewalls/{firewallId}/devices - GET /networking/firewalls/{firewallId}/devices/{deviceId} - DELETE /networking/firewalls/{firewallId}/devices/{deviceId} - GET /networking/firewalls/{firewallId}/rules - POST /networking/firewalls/{firewallId}/rules * Add events for firewalls * Fix typo that appears across firewall endpoints * [Update] FirewallRuleConfig - Refactor the start_port and end_port properties into a single ports property - Remove the ALL protocol - Copy edit of some other firewall endpoints and schemas * [Update] Firewall limits Inserting descriptions for these limits: - Up to three active Firewalls per Device - Up to 25 Rules per Firewall - Up to 255 addresses or networks per Rule - Up to 15 pieces in a Rule's ports string Did not include a description of how an Account's Firewall limit is the same as the Account's thing limit, as we do not describe the thing limit in other areas of the API reference. * Update List Firewalls shell example * Add List Firewalls OAuth scope. * Fix Delete Firewall and Delete Firwall Device response This also fixes CLI build error. * Update Create Firewall Device's CLI example * Update Create Firewall's CLI example * Fix Travis errors POST /{firewall_id}/devices missing allOf array * Add label character limits to Firewall collection. * Update status field for Firewall schema Added information about the different available Firewall statuses. * Update PUT /firewalls/{firewallId} Shell example had incorrect formatting. * Fix Shell example for /firewalls/{firewallId}/devices * Fix shell example for PUT /firewalls/{firewallId}/rules * Fix shell example POST /firewalls Missing curly brace * Update requestBody for POST /firewalls status field is readOnly for this endpoint. Created the request body by referencing individual Firewall Schema properties. status field is not readOnly for all Firewall endpoints (i.e. PUT /firewalls/{firewallId} * Add note: Linode migration will fail if DC does not support Firewalls * Fix Delete Firewall shell example * Fix shell example: Create Firewall Device * Fix shell example: Delete Firewall Device * Fix shell example: Update Firewall Rules * Minor copy edit * Small copy edit suggested by jottinger. Co-authored-by: hzoppetti <[email protected]> Co-authored-by: Andy Stevens <[email protected]> Co-authored-by: nmelehan <[email protected]> Co-authored-by: nmelehan <[email protected]>
sagesyr
approved these changes
Sep 14, 2020
alsaihn
approved these changes
Sep 14, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've approved the content before, so just skimmed through for completeness this time.
LBGarber
pushed a commit
to LBGarber/linode-api-docs
that referenced
this pull request
Jun 15, 2022
Add LKE Changelog for v1.13.0
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.