Skip to content

Commit db6272f

Browse files
authored
Merge pull request linode#50 from linode/DLC-171
DLC-171 Update changelog links with new API docs urls
2 parents aae5541 + 4d6c9d8 commit db6272f

File tree

12 files changed

+88
-87
lines changed

12 files changed

+88
-87
lines changed

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

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

1212
- View a Linode's network transfer pool statistics for the current month.
13-
- 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)).
13+
- GET [/linode/instances/{linodeId}/transfer](https://developers.linode.com/api/v4/linode-instances-linode-id-transfer) 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/v4/account-events)) and View (GET [/account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)) Events.
15+
- Added *allow\_auto\_disk\_resize* flag to Resize Linode endpoint (POST [/linode/instances/{linodeId}/resize](https://developers.linode.com/api/v4/linode-instances-linode-id-resize/#post)).
1616

1717
### Changed
1818

19-
- Changed validation criteria when updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/docs/v4#operation/updateLinodeConfig)) the *devices* property for a Linode's configuration profile.
19+
- Changed validation criteria when updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/v4/linode-instances-linode-id-configs-config-id/#put)) the *devices* property for a Linode's configuration profile.
2020

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.
24+
- Changed validation criteria and behavior when creating (POST [/linode/instances/{linodeId}/configs](https://developers.linode.com/api/v4/linode-instances-linode-id-configs)) and updating (PUT [/linode/instances/{linodeId}/configs/{configId}](https://developers.linode.com/api/v4/linode-instances-linode-id-configs-config-id/#put))the *root\_device* property for a Linode's configuration profile.
2525
- If no value or an invalid value is provided, *root\_device* will default to */dev/sda*.
2626
- 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

3131
- *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)).
34-
- Fix pagination metadata when listing Volumes (GET [/volumes](https://developers.linode.com/api/docs/v4#operation/getVolumes)) for accounts that have 100+ Volumes.
32+
- *swap\_size* property no longer enforces a max limit when creating a Linode (POST [/linode/instances](https://developers.linode.com/api/v4/linode-instances/#post)).
33+
- *account:read\_only* scope is now enforced when listing Account notifications (GET [/account/notifications](https://developers.linode.com/api/v4/account-notifications)).
34+
- Fix pagination metadata when listing Volumes (GET [/volumes](https://developers.linode.com/api/v4/volumes)) for accounts that have 100+ Volumes.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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/v4/linode-instances-linode-id-resize/#post)).
1313

1414
### Fixed
15-
- 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)).
16-
- The [DELETE /linode/instances/{linodeId}/disks/{diskId}](https://developers.linode.com/api/docs/v4#operation/deleteDisk) endpoint will no longer attempt to delete missing or already deleted disks.
17-
- Fixed validation of internationalized domain names ([POST /domains](https://developers.linode.com/api/docs/v4#operation/createDomain)).
15+
- Added A-Z to the regular expression match for NodeBalancer Node label validation ([POST /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes)).
16+
- The [DELETE /linode/instances/{linodeId}/disks/{diskId}](https://developers.linode.com/api/v4/linode-instances-linode-id-disks-disk-id/#delete) endpoint will no longer attempt to delete missing or already deleted disks.
17+
- Fixed validation of internationalized domain names ([POST /domains](https://developers.linode.com/api/v4/domains/#post)).

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: "4.0.25: 2019-06-10"
33
date: "2019-06-10T08:00:00-04:00"
44
description: "API Changelog 4.0.25"
55
changelog:
6-
- API
6+
- API
77
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+
12+
- Added _allow_auto_disk_resize_ parameter to Upgrade Linode endpoint ([POST /linode/instances/{linodeId}/mutate](https://developers.linode.com/api/v4/linode-instances-linode-id-mutate/#post)).

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

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

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.
13-
- [GET /profile/preferences](https://developers.linode.com/api/docs/v4#operation/getUserPreferences) displays user preferences.
14-
- [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)).
16-
- 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.
17-
- Reserved IPs are available from the [GET /linode/instances/{linodeId}/ips endpoint.](https://developers.linode.com/api/docs/v4#operation/getLinodeIPs)
13+
- [GET /profile/preferences](https://developers.linode.com/api/v4/profile-preferences) displays user preferences.
14+
- [PUT /profile/preferences](https://developers.linode.com/api/v4/profile-preferences/#put) updates or changes preferences.
15+
- Added *profile\_update* action to List Events endpoint ([GET /account/events](https://developers.linode.com/api/v4/account-events)).
16+
- Added *region* parameter to [POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post) endpoint. This parameter will allow cross data center migrations.
17+
- Reserved IPs are available from the [GET /linode/instances/{linodeId}/ips endpoint.](https://developers.linode.com/api/v4/linode-instances-linode-id-ips)
1818

1919
### Fixed
2020

2121
- Fixed failing validation for Internationalized Domain Names (IDN).
22-
- When using the the View Linode endpoint ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4#operation/getLinodeInstance)) Linodes that have not been assigned an IPv6 address will have their JSON correctly display *null*.
22+
- When using the the View Linode endpoint ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/v4/linode-instances-linode-id)) Linodes that have not been assigned an IPv6 address will have their JSON correctly display *null*.

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

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

1212
- Added Object Storage beta endpoints for the Early Access Program. **Note**: these endpoints are prepended with **/v4beta** instead of the traditional /v4.
13-
- List Clusters ([GET /object-storage/clusters](https://developers.linode.com/api/v4/#operation/getObjectStorageClusters))
14-
- View Cluster ([GET /object-storage/clusters/{clusterId}](https://developers.linode.com/api/v4/#operation/getObjectStorageCluster))
15-
- List Object Storage Keys ([GET /object-storage/keys](https://developers.linode.com/api/v4/#operation/getObjectStorageKeys))
16-
- Create an Object Storage Key ([POST /object-storage/keys](https://developers.linode.com/api/v4/#operation/createObjectStorageKeys))
17-
- View Object Storage Key([GET /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/#operation/getObjectStorageKey))
18-
- Update an Object Storage Key ([PUT /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/#operation/updateObjectStorageKey))
19-
- Revoke an Object Storage Key ([DELETE /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/#operation/deleteObjectStorageKey))
13+
- List Clusters ([GET /object-storage/clusters](https://developers.linode.com/api/v4/object-storage-clusters))
14+
- View Cluster ([GET /object-storage/clusters/{clusterId}](https://developers.linode.com/api/v4/object-storage-clusters-cluster-id))
15+
- List Object Storage Keys ([GET /object-storage/keys](https://developers.linode.com/api/v4/object-storage-keys))
16+
- Create an Object Storage Key ([POST /object-storage/keys](https://developers.linode.com/api/v4/object-storage-keys/#post))
17+
- View Object Storage Key([GET /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/object-storage-keys-key-id))
18+
- Update an Object Storage Key ([PUT /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/object-storage-keys-key-id/#put))
19+
- Revoke an Object Storage Key ([DELETE /object-storage/keys/{keyId}](https://developers.linode.com/api/v4/object-storage-keys-key-id/#delete))
2020
- Added the GPU class to the Linode Types endpoints, as well as a new *gpus* parameter that describes the number of GPUs available to the selected Linode type:
21-
- [GET /linode/types](https://developers.linode.com/api/docs/v4#operation/getLinodeTypes)
22-
- [GET /linode/types/{typeId}](https://developers.linode.com/api/docs/v4#operation/getLinodeType)
21+
- [GET /linode/types](https://developers.linode.com/api/v4/linode-types)
22+
- [GET /linode/types/{typeId}](https://developers.linode.com/api/v4/linode-types-type-id)

src/content/changelog/07-01-api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ version: 4.2.2
99

1010
### Added
1111

12-
- Added NodeBalancer Node event actions to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)).
13-
- *nodebalancer\_node\_create* - This event will be issued when making requests to the [POST /nodebalancers/{nodebBalancerId}/configs/{configId}/nodes](https://developers.linode.com/api/docs/v4#operation/createNodeBalancerNode) endpoint.
14-
- *nodebalancer\_node\_delete* - This event will be issued when making requests to the [DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/docs/v4#operation/deleteNodeBalancerConfigNode) endpoint.
15-
- *nodebalancer\_node\_update* - This event will be issued when making requests to the [PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/docs/v4#operation/updateNodeBalancerNode) endpoint.
16-
- Added the IP address update event action to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)).
17-
- *ipaddress\_update* - This event will be issued when making requests to the [PUT /networking/ips/{address}](https://developers.linode.com/api/docs/v4#operation/updateIP) and [PUT /linode/instances/{linodeId}/ips/{address}](https://developers.linode.com/api/docs/v4#operation/updateLinodeIP) endpoints.
12+
- Added NodeBalancer Node event actions to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)).
13+
- *nodebalancer\_node\_create* - This event will be issued when making requests to the [POST /nodebalancers/{nodebBalancerId}/configs/{configId}/nodes](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes) endpoint.
14+
- *nodebalancer\_node\_delete* - This event will be issued when making requests to the [DELETE /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes-node-id/#delete) endpoint.
15+
- *nodebalancer\_node\_update* - This event will be issued when making requests to the [PUT /nodebalancers/{nodeBalancerId}/configs/{configId}/nodes/{nodeId}](https://developers.linode.com/api/v4/nodebalancers-node-balancer-id-configs-config-id-nodes-node-id/#put) endpoint.
16+
- Added the IP address update event action to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)).
17+
- *ipaddress\_update* - This event will be issued when making requests to the [PUT /networking/ips/{address}](https://developers.linode.com/api/v4/networking-ips-address) and [PUT /linode/instances/{linodeId}/ips/{address}](https://developers.linode.com/api/v4/linode-instances-linode-id-ips-address/#put) endpoints.
1818

1919
### Fixed
2020

0 commit comments

Comments
 (0)