-
Notifications
You must be signed in to change notification settings - Fork 70
Release 4.77.0 #343
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.77.0 #343
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.76.0 Merge Master into Development
Hotfix 4.76.1 (merge Master into Development)
…ted desc of create obj store key
Update go.mod
[Update] Summary Names to Noun Verb
[New] Deprecated field for Kernel schema object
[New] Added Message to Event Object
[Update] POST /object-storage/keys
yoshizzle
approved these changes
Oct 5, 2020
leslitagordita
approved these changes
Oct 5, 2020
LBGarber
pushed a commit
to LBGarber/linode-api-docs
that referenced
this pull request
Jun 15, 2022
Release 1.1.58
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.
Added
Added the
message
field to the Event schema object. The message field provides additional information about the event. Additional information may include, but is not limited to, a more detailed representation of events which can help diagnose non-obvious failures. This new field is available on the following Account Event endpoints:Added the
deprecated
field to the Kernel schema object. If this Kernel is marked as deprecated, this field has a value of true; otherwise, this field is false. This new field is available on the Linode Instances Kernel endpoints:Changed
Updated the endpoint names to follow the convention
noun
followed byverb
. For example,View Account
is now namedAccount View
.Updated the description for the Object Storage Key Create (POST /object-storage/keys) endpoint with information on the available Access Key and Limited Access Key creation options.
Updated the
bucket_access
field description in theObjectStorageKey
schema object with a note about the results of ommiting this field when creating a limited access Object Storage Key.Fixed
account:read_only
instead ofaccount:read_write
. This fixes the discrepancy between specification and endpoint behavior.