-
Notifications
You must be signed in to change notification settings - Fork 69
Release 4.74.0 #322
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
Release 4.74.0 #322
Conversation
This adds the new spec extension defined in linode/linode-cli#205 to the StackScript object's `script` attribute. This extension overrides the "format" for this property, but only for the Linode CLI.
Master back into Development 4.73.0
…_pools in create cluster
This is to support linode/linode-cli#206
Add x-linode-cli-format spec extension
… user and account owner
Closes linode/linode-cli#207 It was reported above that the CLI wasn't showing complete output for IPv6 Ranges compared to IPv6 Pools. Turns out this is because the docs were missing several fields for ranges. This PR adds the missing fields to IPv6Ranges. I based the descriptions and values off of the equivalent fields in IPv6Pool.
Made all example v6 addresses valid and correct where they're used.
[Update] GET /account/users/{username}/grants
[Update] POST LKE Create Cluster
There is a password_reset event, so wanted to make it clear which one corresponds to this endpoint.
Kept note about the event in the /linode/instances/{linodeId}/password description.
update limited field to be readOnly
Add enum for permissions field
Add go module for use with new Hugo docs UI
[New] POST /linode/instances/{linodeId}/password
[Update] Limited access keys with Object Storage
[Update] NodeBalancer Config with ProxyProtocol
Filled in IPv6Range object
openapi.yaml
Outdated
parameters: | ||
- name: linodeId | ||
in: path | ||
description: ID of the Linode for which to reset it's root password. |
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.
no apostrophe in "its" here
root_pass: | ||
type: string | ||
description: > | ||
The root user's password on this Linode. Linode passwords |
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.
You can probably remove the "have the following constraints" words and just concatenate Linode passwords must meet a password...
Changelog for Cloud Manager v1.28.0 and JS Client v0.40.0
No description provided.