Skip to content

Commit 5599593

Browse files
Merge pull request linode#222 from Jskobos/manager-changelog-1.13.0
Manager changelog 1.13.0
2 parents ed8a660 + 1cc482e commit 5599593

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Cloud Manager v1.13.0
3+
date: 2020-06-30T05:00:00.000Z
4+
version: 1.13.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Size column on the Object Storage Buckets table
12+
- OCA: Percona PPM and Nextcloud
13+
- Billing notice on Object Storage landing page when a user without Buckets has Object Storage enabled
14+
- Notice that powered down Linodes still accrue charges
15+
- Notice when user tries adding an NS record to a Domain without a A/AAAA record
16+
17+
### Changed:
18+
19+
- Adjustments to the Linode plan selection table
20+
- Update password validation to match API change
21+
- Update form validation for the Linode Disk drawer
22+
- Make target field for TXT records multiline
23+
24+
### Fixed:
25+
26+
- Set autocomplete to false in password inputs
27+
- Restricted users were able to view unavailable actions in Linode action menus
28+
- Sort order on Domains page
29+
- Prevent clickable events for deleted entities
30+
- Prevent multiple Not found displays for Linodes

src/content/changelog/js-client-changelog-0-27-1-alpha-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Linode APIv4 JS Client
2+
title: Linode APIv4 JS Client v0.27.1 (alpha)
33
date: 2020-06-03T05:00:00.000Z
44
version: 0.27.1-alpha.0
55
changelog:
6-
- Cloud Manager
6+
- APIv4 JS Client
77
---
88

99
### Fixed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Linode APIv4 JS Client v0.28.0
3+
date: 2020-06-30T05:00:00.000Z
4+
version: 0.28.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Added:
10+
11+
- UpdateLinodeDiskSchema and CreateLinodeDiskFromImageSchema
12+
13+
### Changed:
14+
15+
- Remove password validation from Yup schemas

0 commit comments

Comments
 (0)