Skip to content

Commit 98171ad

Browse files
Josh SagerGitHub Enterprise
authored andcommitted
Merge pull request linode#41 from jsager/new-changelogs
Added two latest changelogs
2 parents a2c1dd3 + f3652b7 commit 98171ad

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

content/changelog/2018/08-28.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

content/changelog/2018/09-10.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

0 commit comments

Comments
 (0)