Skip to content

Release 4.86.0 #406

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 14 commits into from
Mar 9, 2021
Merged

Release 4.86.0 #406

merged 14 commits into from
Mar 9, 2021

Conversation

bbiggerr
Copy link
Contributor

@bbiggerr bbiggerr commented Mar 9, 2021

Added

Changed

  • The following endpoints have been deprecated:

  • The Firewall Create (POST /networking/firewalls) beta endpoint has been updated with the following:

    • The required rules.inbound_policy and rules.outbound_policy properties were added to allow controlling default behavior for inbound and outbound traffic, respectively.
    • The rules.inbound.action and rules.outbound.action properties were added to control traffic for individual rules. These properties are required for inbound and outbound rules and override the rules.inbound_policy and rules.outbound_policy properties, respectively.
    • Previously, rules.inbound was required. It is now optional.
    • The rules.inbound.label, rules.inbound.description, rules.outbound.label, and rules.outbound.description properties were added for organization and display purposes.
    • Previously, up to five active Firewalls could be assigned to a single Linode service. Now, only one active Firewall can be assigned to a single Linode service.

Fixed

  • A bug has been fixed that prevented correct filtering for the Service Transfers List (GET /account/service-transfers) endpoint is_sender property.

  • The Volume Attach (POST /volumes/{volumeId}/attach) endpoint erroneously marked the linode_id property as nullable and required. This has been corrected to state that the property is optional and only accepts an integer .

bbiggerr and others added 14 commits March 1, 2021 13:45
[Release] v4.85.0 merge master into development
@displague recently informed me that the OpenAPI3 library was not
enforcing required fields for the Contact element.  I fixed the library,
but in testing it against our spec I found that we would not pass this
additional validation.

This change adds the required fields to the Contact element to allow
builds to continue to pass.  If the values I put here aren't ideal, let
me know and I'll update them.
Add required fields for Contact element
…-required

linode_id should not be nullable on volume attach endpoint
@bbiggerr bbiggerr merged commit 5190948 into master Mar 9, 2021
LBGarber pushed a commit to LBGarber/linode-api-docs that referenced this pull request Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants