Skip to content

Commit c09bc13

Browse files
author
Alban Bailly
committed
lastest changelog
1 parent ee72c62 commit c09bc13

File tree

4 files changed

+112
-0
lines changed

4 files changed

+112
-0
lines changed

src/content/changelog/07-03.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "0.63.0: 2019-07-03"
3+
date: "2019-07-03T10:00:00-04:00"
4+
description: "Cloud Manager Changelog 0.63.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.63.0
8+
---
9+
10+
### Added:
11+
- Add username to event rows on both Events Landing and Linode Detail views
12+
- Use preferences endpoint to save theme and spacing
13+
- Show helper text for auto-backups for Managed users
14+
- Use account.capabilities for displaying LKE
15+
16+
### Changed:
17+
- Update monthly network transfer panels
18+
- Update breadcrumbs site-wide
19+
- Update primary navigation active state icon
20+
- Disable auto-resize option when moving to a smaller plan
21+
22+
### Fixed:
23+
- Linode Notification Threshold updates not displaying
24+
- Group by Tag behaving inconsistently
25+
- Progress button loading icon
26+
- Fix console warnings for sidebar styles
27+
- Margin in header on PDF invoices
28+
- LinodeCreate selected region tab state
29+
- Issue with Volume size not updating
30+
- Do not attempt to create DNS records for Linodes with IPv6 disabled

src/content/changelog/07-08.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "0.63.1: 2019-07-08"
3+
date: "2019-07-08T11:00:00-04:00"
4+
description: "Cloud Manager Changelog 0.63.1"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.63.1
8+
---
9+
10+
### Changed:
11+
- Remove VAT banner

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: "4.2.3: 2019-07-15"
3+
date: "2019-07-15T08:00:00-04:00"
4+
description: "API Changelog 4.2.3"
5+
changelog:
6+
- API
7+
version: 4.2.3
8+
---
9+
10+
### Added
11+
12+
- Linode's new Mumbai data center is now an available region ([GET /regions](https://developers.linode.com/api/docs/v4#operation/getRegions)).
13+
14+
- Added a new account cancellation endpoint: [POST /account/cancel](https://developers.linode.com/api/docs/v4#operation/cancelAccount). This endpoint accepts an optional comments field and responds with a link to Linode's exit survey.
15+
16+
- Added a new *profile_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+
18+
This event will be issued when making requests to the [PUT /profile](https://developers.linode.com/api/docs/v4#operation/updateProfile) and [PUT /profile/preferences](https://developers.linode.com/api/docs/v4#operation/updateUserPreferences) endpoints.
19+
20+
- Added User 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)).
21+
22+
- *user_create* - This event will be issued when making requests to the [POST /account/users](https://developers.linode.com/api/docs/v4#operation/createUser) endpoint.
23+
24+
- *user_update* - This event will be issued when making requests to the [PUT /account/users/{username}](https://developers.linode.com/api/docs/v4#operation/updateUser) and [PUT /account/users/:username/grants](https://developers.linode.com/api/docs/v4#operation/updateUserGrants) endpoints.
25+
26+
- *user_delete* - This event will be issued when making requests to the [DELETE /account/users/:username](https://developers.linode.com/api/docs/v4#operation/deleteUser) endpoint.
27+
28+
### Changed
29+
30+
- Changed behavior of the *configs* parameter for the [POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/docs/v4#operation/cloneLinodeInstance) endpoint. When an empty array is passed to the *configs* parameter, no configuration profiles will be cloned from the source Linode.
31+
32+
Previously, all configuration profiles would be cloned. All behaviors of the *disks* and *configs* parameters for this endpoint are now more extensively documented in the API reference.
33+
34+
### Fixed
35+
36+
- When updating the email of an account ([PUT /account](https://developers.linode.com/api/docs/v4#operation/updateAccount)) or of a user ([PUT /profile](https://developers.linode.com/api/docs/v4#operation/updateProfile)), Linode will now send an email notification to the previous email address that describes this change.
37+
38+
- Fixed an issue where a user could not set permissions on a domain that contained errors.
39+
40+
- Fixed a malformed URL in the response for the Enable Managed Service endpoint ([POST /managed/services/{serviceId}/enable](https://developers.linode.com/api/docs/v4#operation/enableManagedService)).
41+
42+
- Fixed an issue in which SRV records could only be assigned a port number below 32767. Any port number is now accepted.
43+
44+
- Fixed a login error that could appear after a user's session had expired, if the user also had two-factor authentication enabled.
45+
46+
- Reduced response time for the [GET /support/tickets](https://developers.linode.com/api/docs/v4#operation/getTickets) endpoint.

src/content/changelog/07-15.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "0.64.0: 2019-07-15"
3+
date: "2019-07-15T11:00:00-04:00"
4+
description: "Cloud Manager Changelog 0.64.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.64.0
8+
---
9+
10+
Here is a full list of what has been added, changed, and fixed in this release:
11+
12+
### Added:
13+
- Feature: Clone configs/disks from Linode detail page
14+
15+
### Changed:
16+
- Improve markup for click behaviors for entity titles in clickable rows
17+
- Remove allocation of private IP on Linode create
18+
- Filter private IPs in NodeBalancer config node by region
19+
- Update NB config node schema
20+
21+
### Fixed:
22+
- Domain record validation
23+
- Important notice icon placement
24+
- Fix spelling mistake in LinodeConfigDrawer
25+
- Safe access backups.snapshot

0 commit comments

Comments
 (0)