File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 4.0.3: 2018-07-12"
3
+ date : " 2018-08-28T11:02:00-04:00"
4
+ description : " API Changelog 4.0.4"
5
+ changelog :
6
+ - API
7
+ version : 4.0.4
8
+ ---
9
+ ### Added
10
+ * Added User SSH Keys
11
+ * Allows storage and deployment of public SSH Keys
12
+ * Added GET /profile/sshkeys
13
+ * Added POST /profile/sshkeys
14
+ * Added GET /profile/sshkeys/{ssh_key_id}
15
+ * Added PUT /profile/sshkeys/{ssh_key_id}
16
+ * Added DELETE /profile/sshkeys/{ssh_key_id}
17
+ * Added SSH Key labels to User object
18
+ * Allow deploying Linodes with stored SSH Keys
19
+ * Added ` authorized_users ` to POST /linodes/instances/
20
+ * Allow rebuilding Linodes with stored SSH Keys
21
+ * Added ` authorized_users ` to POST /linodes/instances/{linode_id}/rebuild
22
+ * Allow deploying Disks with stored SSH Keys
23
+ * Added ` authorized_users ` to POST /linodes/instances/{linode_id}/disks
24
+ * NodeBalancer config rebuild
25
+ * Allows fast track config/node rebuilding
26
+ * POST nodebalancers/{nodebalancerId}/configs/{configId}/rebuild
27
+ * Add expires to Image map for automatic Images
28
+
29
+ ### Fixed
30
+ * Removed duplicative Event for StackScript creation
31
+ * Fixed typo in DNS error message
32
+ * Added 'field' to StackScript errors
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " 4.0.3: 2018-07-12"
3
+ date : " 2018-09-10T11:02:00-04:00"
4
+ description : " API Changelog 4.0.5"
5
+ changelog :
6
+ - API
7
+ version : 4.0.5
8
+ ---
9
+ ### Added
10
+ * Added ` backups-enabled ` to /account/settings to automatically add backups service for new Linodes.
11
+ * Added tags for Linodes
12
+ * Added linode/types-legacy collection, returning all Linode types that cannot be deployed.
13
+ * Added ` successor ` field to Linode Type object.
14
+
15
+ ### Fixed
16
+ * Fixed issue with backup windows when a window could not be determined.
17
+ * Fixed bug related to reattaching volumes to another Linode when the original Linode is deleted.
You can’t perform that action at this time.
0 commit comments