Skip to content

Commit 228a41c

Browse files
author
Alban Bailly
committed
DLC-163 format content to retain underscores
1 parent 8dcf0df commit 228a41c

28 files changed

+124
-124
lines changed

src/content/changelog/01-08.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ changelog:
1212
* Added POST /managed/services/:id/disable
1313
* Added status to managed service JSON response object
1414
* Added GET /managed/stats endpoint
15-
* Added PUT /managed/linode_settings
15+
* Added PUT /managed/linode\_settings
1616
* Added PUT endpoints to managed service
17-
* Add managed_issue_type to support/tickets/
18-
* GET /support/tickets returns new managed_issue_type key
17+
* Add managed\_issue\_type to support/tickets/
18+
* GET /support/tickets returns new managed\_issue\_type key
1919
* POST /support/tickets now accepts this key if the account has Managed Services enabled
2020
* Added GET /managed/issues and GET /managed/issues/:id
2121
* GET /managed/issues returns all issues, including relevant history
2222
* GET /managed/issues/:id returns a single issue
2323
* Since managed issues are backed by support tickets, uses the ticket ID
24-
* Added vat_number to /account/settings
24+
* Added vat\_number to /account/settings
2525
* Can be viewed and updated
2626
* Sends emails when enabling/disabling TFA
2727
* Rendered zone file returned in Domain object
@@ -33,9 +33,9 @@ changelog:
3333
* Update /linode/distributions and /image responses
3434
* remove status key
3535
* remove filesystem key
36-
* remove last_used key
37-
* rename creator -> created_by (string)
38-
* rename min_deploy_size -> size (int)
36+
* remove last\_used key
37+
* rename creator -> created\_by (string)
38+
* rename min\_deploy\_size -> size (int)
3939

4040
### Fixed
4141

src/content/changelog/01-14.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ version: 0.45.0
3838
* Update react-dev-utils and webpack-dev-server
3939
* Update Radio Input Label text size on Create Volume drawer
4040
* Update pagination styling
41-
* Update source Linode on linode_clone schedule/start
41+
* Update source Linode on linode\_clone schedule/start
4242
* Refactor domains dashboard card to use Redux state
4343
* Update community events, make all clickable.
4444
* Update dashboard transfer card to new design
4545
* Add Render Guard to Contact Info/Config Forms
4646
* Change Pagination Controls to handle many pages
4747
* Add reduxed images to LinodeRebuild
4848
* Improved error handling.
49-
* Respond to community_like events, display in menu
49+
* Respond to community\_like events, display in menu
5050
* Update Copy Around Restricted Users
5151
* Update search results size limit to 100
5252
* Capitalize linode progress bar text

src/content/changelog/01-24.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ changelog:
2222
* No longer accepted: "Authorization: token $TOKEN"
2323
* Please send as: "Authorization: Bearer $TOKEN"
2424
* Changed POST support/tickets
25-
* Now accepts "managed_issue" (boolean) instead of "managed_issue_type"
25+
* Now accepts "managed\_issue" (boolean) instead of "managed\_issue\_type"
2626
* Reworked backups response
2727
* Removed "daily" and "weekly"
2828
* Added "automatic"
@@ -32,23 +32,23 @@ changelog:
3232
* Functionality moved to POST /images
3333
* Reworked /account/settings into two endpoints
3434
* Changed /account/settings endpoint to /account
35-
* network_helper and longview_subscription remain in /account/settings
35+
* network\_helper and longview\_subscription remain in /account/settings
3636
* Removed 'max' from /account/transfer
3737
* Removed /nodebalancers/$id/configs/$id/ssl
3838
* Removed zonefile object from Domain
3939
* Changed Notification types
40-
* scheduled_migration -> migration_scheduled
41-
* pending_migration -> migration_pending
42-
* scheduled_reboot -> reboot_scheduled
43-
* outstanding_balance -> balance_outstanding
44-
* important_ticket -> ticket_important
45-
* abuse_ticket -> ticket_abuse
40+
* scheduled\_migration -> migration\_scheduled
41+
* pending\_migration -> migration\_pending
42+
* scheduled\_reboot -> reboot\_scheduled
43+
* outstanding\_balance -> balance\_outstanding
44+
* important\_ticket -> ticket\_important
45+
* abuse\_ticket -> ticket\_abuse
4646

4747
### Fixed
4848

4949
* Fix Transfer Pool return values
5050
* Stopped returning default backups window for Linodes
5151
* This impacted Linodes that were still scheduling backups only
52-
* Don't set cancel_account grant when it's not requested
52+
* Don't set cancel\_account grant when it's not requested
5353
* Suppresses shutdown event notification for rebuild
5454
* Send emails for TFA to the acting user

src/content/changelog/01-29.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The use of tags on Volumes and NodeBalancers is a win. We didn't have the abilit
2121
- This will allow you to view all tagged Linodes, Volumes, Domains, and NodeBalancers when searching by tag.
2222
- The view by tag feature organizes all tagged resources together. You can now activate this option from the landing page for each resource type; the listed items will then be separated into a group for each tag.
2323
- Tags are actionable: you can click on a tag anywhere in the Manager and be taken to a results page where you can view all entities that have that tag.
24-
- You can also start typing a tag name (such as _production_) into the search bar at the top of each page to view a list of all entities with a matching tag.
24+
- You can also start typing a tag name (such as \_production\_) into the search bar at the top of each page to view a list of all entities with a matching tag.
2525

2626
Also in this release, and in keeping with the spirit of those January improvement goals, we hit the Design Gym to practice some conditioning and tone up our Cloud Manager. Our Design and Engineering team worked to promote uniformity with each entity and present the look and feel of the search results page throughout the application.
2727

src/content/changelog/02-26.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,36 @@ changelog:
1818

1919
* Unified IPv4 and IPv6 Objects
2020
* Removed "range" from IPv6 object
21-
* Added "linode_id" to IPv6 object
21+
* Added "linode\_id" to IPv6 object
2222
* Added "region" to IPv6 object
2323
* Removed GET /networking/ipv4
2424
* Separated /networking/ipv6 into /pools and /ranges
2525
* Added GET /networking/ipv6/pools
2626
* Added GET /networking/ipv6/ranges
2727
* Removed GET /networking/ipv6
2828
* Changed GET /linode/instances/:id/ips response
29-
* ipv6.link_local is now a full IPAddress object
29+
* ipv6.link\_local is now a full IPAddress object
3030
* Improved response for unrestricted user's grants
3131
* Changed GET /profile/grants and GET /account/users/:username/grants
3232
* Now returns a 204 with no content when getting grants for unrestricted users
3333
* Moved /linode/instances/:id/ips/sharing to /networking/ip-sharing
34-
* linode_id must now be passed in, along with existing ips list
34+
* linode\_id must now be passed in, along with existing ips list
3535
* Removed deprecated "distribution" fields and endpoints
3636
* Removed GET /linode/distributions
3737
* Removed GET /linode/distributions/:id
3838
* These fields or endpoints had been deprecated since 2017-12-11
3939
* Changed POST /managed/contacts
4040
* "phone" is an object containing primary and secondary numbers
41-
* phone_primary -> phone.primary
42-
* phone_secondary -> phone.secondary
41+
* phone\_primary -> phone.primary
42+
* phone\_secondary -> phone.secondary
4343
* Changed account/notifications
4444
* Removed xsa notification type
45-
* Renamed balance_outstanding to payment_due
45+
* Renamed balance\_outstanding to payment\_due
4646
* Changed error response
4747
* "field" changed to represent nesting with x.x
4848
* Changed GET/PUT /account
49-
* Renamed "vat_number" to "tax_id"
50-
* Removed managed_issue from POST /support/tickets
49+
* Renamed "vat\_number" to "tax\_id"
50+
* Removed managed\_issue from POST /support/tickets
5151

5252
### Fixed
5353

src/content/changelog/03-11-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ version: 4.0.18
1010
### Added:
1111

1212
- Updated POST /account/payments/paypal
13-
- adds checkout_token to the response
13+
- adds checkout\_token to the response
1414
- Updated GET /profile
15-
- adds active_since date
16-
- adds balance_uninvoiced amount
15+
- adds active\_since date
16+
- adds balance\_uninvoiced amount
1717

1818
### Fixed:
1919

src/content/changelog/03-14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ changelog:
2525
* PUT /linode/instances/:id/ips/:address now returns the modified v6 address
2626
* Nothing has changed for these endpoints when :address is a v4 address
2727
* Fixed bug setting RDNS for v6 addresses
28-
* Fixed bug making it impossible to provide authorized_keys when rebuilding a Linode
28+
* Fixed bug making it impossible to provide authorized\_keys when rebuilding a Linode
2929

src/content/changelog/04-02.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ version: 4.0.0
2121
### Changed
2222

2323
* Unify IPv4, IPv6 GET/POST; use "type": "public"
24-
* Moved /managed/linode_settings to /managed/linode-settings
25-
* /managed/linode_settings/:id moved to /managed/linode-settings/:id
24+
* Moved /managed/linode\_settings to /managed/linode-settings
25+
* /managed/linode\_settings/:id moved to /managed/linode-settings/:id
2626
* This was to keep our convention of using dashes in URLs instead of underscores
2727
* Password no longer accepted in POST /account/users
2828
* You may no longer provide a password when creating a new user

src/content/changelog/04-08-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version: 4.0.20
1010
### Added
1111

1212
- Added a "reserved" section to the GET /linodes/instances/:id/ips endpoint that lists reserved IPs.
13-
- Added sequence and logo_url to StackScripts.
13+
- Added sequence and logo\_url to StackScripts.
1414

1515
### Fixed
1616

src/content/changelog/04-22-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ version: 4.0.21
2020

2121
- Reverted ability to filter StackScripts by image (introduced in release 4.0.19).
2222
- Resizing (POST /linode/instances/{linodeId}/resize) or upgrading (POST /linode/instances/{linodeId}/mutate) a Linode will now throw an error if there is no availability in the Linode's data center.
23-
- The *backups_enabled* property of a Linode will now return true if a Linode's backups are temporarily paused by the Linode Support Team.
23+
- The *backups\_enabled* property of a Linode will now return true if a Linode's backups are temporarily paused by the Linode Support Team.
2424
- Assigning a new credit card to an account (POST /account/credit-card) when the account has an expired credit card on file will no longer return an error.

src/content/changelog/04-29-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ version: 4.0.22
99

1010
### Fixed
1111

12-
- Added validation on the *root_device* property when creating (POST /linode/instances/{linodeId}/configs) or updating (PUT /linode/instances/{linodeId}/configs/{configId}) a Linode's configuration profile.
12+
- Added validation on the *root\_device* property when creating (POST /linode/instances/{linodeId}/configs) or updating (PUT /linode/instances/{linodeId}/configs/{configId}) a Linode's configuration profile.
1313
- Creating an SRV domain record (POST /domains/{domainId}/records) no longer adds an additional extension to the *name* property.
1414
- A cloned (POST /domains/{domainId}/clone) MX or SRV Domain record no longer return an incorrect value for the *target* property (GET /domains/123/records) when the record contains a subdomain.
1515
- Deprecated data centers are no longer returned from the *regions* endpoint (GET /regions).
1616
- Deprecated data centers include Tokyo1 ("id": "ap-northeast-1a", "country": "jp").
17-
- Viewing (GET /account) and updating your account (PUT /account) now returns a consistent value for the *credit_card* object's *expiry* property.
17+
- Viewing (GET /account) and updating your account (PUT /account) now returns a consistent value for the *credit\_card* object's *expiry* property.
1818
- More explicit error messages are returned when creating a NodeBalancer (POST /nodebalancers), creating a NodeBalancer node (POST /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes), updating a NodeBalancer node (PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}) and an invalid node IP address is provided.
1919

src/content/changelog/05-20-api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ version: 4.0.23
1111

1212
- View a Linode's network transfer pool statistics for the current month.
1313
- GET [/linode/instances/{linodeId}/transfer](https://developers.linode.com/api/docs/v4#operation/getLinodeTransfer) returns a collection with properties *used*, *quota*, and *billable*.
14-
- Added new actions *linode_resize_create*, *linode_mutate_create*, and *lish_boot* to List (GET [/account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View (GET [/account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)) Events.
15-
- Added *allow_auto_disk_resize* flag to Resize Linode endpoint (POST [/linode/instances/{linodeId}/resize](https://developers.linode.com/api/docs/v4#operation/resizeLinodeInstance)).
14+
- Added new actions *linode\_resize\_create*, *linode\_mutate\_create*, and *lish\_boot* to List (GET [/account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View (GET [/account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)) Events.
15+
- Added *allow\_auto\_disk\_resize* flag to Resize Linode endpoint (POST [/linode/instances/{linodeId}/resize](https://developers.linode.com/api/docs/v4#operation/resizeLinodeInstance)).
1616

1717
### Changed
1818

@@ -21,14 +21,14 @@ version: 4.0.23
2121
- An empty *devices* object or a *devices* object with empty values for *device* slots is allowed on PUT only if an empty device map already exits. An error will result if a non-empty device map exists for the Linode's configuration profile.
2222
- If no devices are specified, booting from this configuration will hold waiting for a device to exist before being able to boot.
2323
- Previous validation produced an error in all cases when an empty *device* object or a devices object with empty values for device slots was passed on PUT.
24-
- Changed validation criteria and behavior when creating (POST [/linode/instances/{linodeId}/configs](https://developers.linode.com/api/docs/v4#operation/addLinodeConfig)) and updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/docs/v4#operation/updateLinodeConfig))the *root_device* property for a Linode's configuration profile.
25-
- If no value or an invalid value is provided, *root_device* will default to */dev/sda*.
26-
- Previous validation for PUT errored when no value was provided for *root_device* and an empty device map existed for the Linode's configuration profile.
24+
- Changed validation criteria and behavior when creating (POST [/linode/instances/{linodeId}/configs](https://developers.linode.com/api/docs/v4#operation/addLinodeConfig)) and updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/docs/v4#operation/updateLinodeConfig))the *root\_device* property for a Linode's configuration profile.
25+
- If no value or an invalid value is provided, *root\_device* will default to */dev/sda*.
26+
- Previous validation for PUT errored when no value was provided for *root\_device* and an empty device map existed for the Linode's configuration profile.
2727
- If the device specified at the root device location is not mounted, the Linode will not boot until a device is mounted.
2828

2929
### Fixed
3030

31-
- *page* query string parameter no longer errors on large page number values. If the value of *page* exceeds *2^64/page_size*, the last possible page will be returned.
32-
- *swap_size* property no longer enforces a max limit when creating a Linode (POST [/linode/instances](https://developers.linode.com/api/docs/v4#operation/createLinodeInstance)).
33-
- *account:read_only* scope is now enforced when listing Account notifications (GET [/account/notifications](https://developers.linode.com/api/docs/v4#operation/getNotifications)).
31+
- *page* query string parameter no longer errors on large page number values. If the value of *page* exceeds *2^64/page\_size*, the last possible page will be returned.
32+
- *swap\_size* property no longer enforces a max limit when creating a Linode (POST [/linode/instances](https://developers.linode.com/api/docs/v4#operation/createLinodeInstance)).
33+
- *account:read\_only* scope is now enforced when listing Account notifications (GET [/account/notifications](https://developers.linode.com/api/docs/v4#operation/getNotifications)).
3434
- Fix pagination metadata when listing Volumes (GET [/volumes](https://developers.linode.com/api/docs/v4#operation/getVolumes)) for accounts that have 100+ Volumes.

src/content/changelog/06-03-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: 4.0.24
99

1010
### Added
1111
- Updated CPU alert threshold maximum to support plans with 48 cores.
12-
- Added *allow_auto_disk_resize* parameter to Resize Linode endpoint ([POST /linode/instances/{linodeId}/resize](https://developers.linode.com/api/docs/v4#operation/resizeLinodeInstance)).
12+
- Added *allow\_auto\_disk\_resize* parameter to Resize Linode endpoint ([POST /linode/instances/{linodeId}/resize](https://developers.linode.com/api/docs/v4#operation/resizeLinodeInstance)).
1313

1414
### Fixed
1515
- Added A-Z to the regular expression match for NodeBalancer Node label validation ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/](https://developers.linode.com/api/docs/v4#operation/createNodeBalancerNode)).

src/content/changelog/06-10-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ version: 4.0.25
88
---
99

1010
### Added
11-
- Added *allow_auto_disk_resize* parameter to Upgrade Linode endpoint ([POST /linode/instances/{linodeId}/mutate](https://developers.linode.com/api/docs/v4#operation/mutateLinodeInstance)).
11+
- Added *allow\_auto\_disk\_resize* parameter to Upgrade Linode endpoint ([POST /linode/instances/{linodeId}/mutate](https://developers.linode.com/api/docs/v4#operation/mutateLinodeInstance)).

src/content/changelog/06-17-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version: 4.1.0
1212
- Added two new endpoints for User Preferences. These endpoints allow for the storage and retrieval of arbitrary JSON data that can be used to store user preferences.
1313
- [GET /profile/preferences](https://developers.linode.com/api/docs/v4#operation/getUserPreferences) displays user preferences.
1414
- [PUT /profile/preferences](https://developers.linode.com/api/docs/v4#operation/updateUserPreferences) updates or changes preferences.
15-
- Added *profile_update* action to List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)).
15+
- Added *profile\_update* action to List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)).
1616
- Added *region* parameter to [POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/docs/v4#operation/migrateLinodeInstance) endpoint. This parameter will allow cross data center migrations.
1717
- Reserved IPs are available from the [GET /linode/instances/{linodeId}/ips endpoint.](https://developers.linode.com/api/docs/v4#operation/getLinodeIPs)
1818

src/content/changelog/06-20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version: 4.0.2
1616
* Spec is available at [https://developers.linode.com/openapi.yaml](https://developers.linode.com/openapi.yaml)
1717
* Added persistent ordering to all collections
1818
* All collections are now returned in a predictable, consistent order
19-
* Added watchdog_enabled to Linode object
19+
* Added watchdog\_enabled to Linode object
2020
* Added X-Spec-Version header to all responses
2121
* This header describes the version of our OpenAPI spec that describes this API
2222

0 commit comments

Comments
 (0)