Skip to content

Commit ed60ce9

Browse files
Jared KobosGitHub Enterprise
authored andcommitted
Release 1.0.32 (linode#218)
* Changelog for Cloud manager 0.48.0 and Api 4.0.15 (linode#184) * Embed ReDocas iframe (linode#187) * Add test path for testing iframe access on developers.dev (linode#188) * Reactive path to /api/v4 (linode#189) * Point Create Account button at login.linode.com (linode#191) * Point Create Account button at login.linode.com * Go directly to signup path * Release 1.0.30: Use iframe to host ReDoc docs (linode#192) * Release 1.0.30 (linode#190) * Changelog for Cloud manager 0.48.0 and Api 4.0.15 (linode#184) * Embed ReDocas iframe (linode#187) * Add test path for testing iframe access on developers.dev (linode#188) * Reactive path to /api/v4 (linode#189) * Update api.html * Update api.html * Update api.html * Testing iframe + base + allow X-Frame (linode#198) * Fix iframe links (linode#199) * Testing iframe + base + allow X-Frame * Try _blank * Reset env to develop for testing; remove <base> (linode#200) * Remove base element (linode#201) * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205) * Add changelog for API 4.0.16 (linode#203) * Still have to set this manually until dynamic version is merged (linode#207) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update changelog dates (linode#210) * Update changelog dates (linode#211) * Update changelog dates * Display dates updated * Update development (linode#214) * Release-1.0.31 (linode#208) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update release dates * Changlog date updates * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205) * Manager changelog 0.50.0 (linode#215) * Add manager 0.50.0 changelog entry * Copy edit * Added API Changelog for version 4.0.18 * remove highlighting
1 parent 7e96a0c commit ed60ce9

File tree

4 files changed

+94
-1
lines changed

4 files changed

+94
-1
lines changed

content/changelog/2019/03-11-api.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "4.0.18: 2019-03-11"
3+
date: "2019-03-11T13:00:00-04:00"
4+
description: "API Changelog 4.0.18"
5+
changelog:
6+
- API
7+
version: 4.0.18
8+
---
9+
10+
### Added:
11+
12+
- Updated POST /account/payments/paypal
13+
- adds checkout_token to the response
14+
- Updated GET /profile
15+
- adds active_since date
16+
- adds balance_uninvoiced amount
17+
18+
### Fixed:
19+
20+
- GET profile/apps no longer returns internal client tokens

content/changelog/2019/03-11.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: "0.50.0: 2019-03-11"
3+
date: "2019-03-11T11:00:00-04:00"
4+
description: "Cloud Manager Changelog 0.50.0"
5+
changelog:
6+
- Cloud Manager
7+
version: 0.50.0
8+
---
9+
10+
We have listened to your feedback and are finally introducing a new compact theme so that you can see more of your resources on one screen. We know some of you use a vertical layout or have become accustomed to the condensed view of Classic Manager. Check it out by using the feature toggle at the bottom left of the Cloud Manager and selecting normal or compact view.
11+
12+
Additionally, as a follow up to the refined search capabilities released in v0.49.0, we have added a tip on the Search bar. This will remind you of the fields and operators you can utilize to produce targeted search results.
13+
14+
Here is a full listing of what has been Added, Changed, and Fixed in this release:
15+
16+
### Added:
17+
- Display guidance to bottom of search bar to make it easier for users to work with enhanced search functionality
18+
- Add Compact Mode (theme toggle) and corresponding settings panel on PrimaryNav
19+
- Users can now rebuild a Linode from a StackScript
20+
- Backup mode support for NB nodes
21+
- Support for Toronto region
22+
- Improve spacing of Domain table
23+
- Password requirements to the PasswordInputField
24+
- Add last auth IP address and last auth time to trusted devices table
25+
- Include transfer stats to Linode summary panel
26+
- Additional helper text for Volumes creation drawer
27+
- Helper text when creating NodeBalancers
28+
- Enable user to Remove Public IP Addresses
29+
- Add tags column to NBs and volumes
30+
- Filter volume select based on grants
31+
- Apply convention for HEX values in theme files
32+
- Updated-by column to support tickets
33+
- Adjustments for Dark Theme in account pdf links
34+
35+
### Changed:
36+
- Display confirmation dialog before rebuilding Linode
37+
- For Backups creation flow, only reset selection if different Linode is clicked
38+
- Linode Resize flow adjusted to follow API changes (resizing Linodes now enter the migration queue)
39+
- Rebuild Linode image select now uses tiles instead of a dropdown
40+
- Update list of whitelisted events to include new event types returned by the API
41+
- Update all instances of updateFor to include props.classes
42+
- Remove Tokyo 1 as an option when creating Linodes and NodeBalancers
43+
- Pre-populate payment amount to the current Balance
44+
- Add disk imagize events to show progress
45+
- Volume Labels Sorting
46+
- Hide global backups setting from managed users
47+
48+
### Fixed:
49+
- Request notifications after migration finished
50+
- Keyboard scrolling on custom MenuList component
51+
- Regression with pagination dropdown
52+
- Show error message when a Linode on the user's account is jailed.
53+
- 2FA panel
54+
- Creation workflow styles
55+
- Instances of renderGuard not updating components
56+
- React-select isClearable logic
57+
- Dashboard spacing
58+
- PDF generation failure
59+
- Error handling for SSL certificate and key when creating a NodeBalancer.
60+
- Default lastFour (credit card digits) to empty string to prevent visual bug
61+
- Graphs need better breakpoints

content/changelog/2019/2-21.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "4.0.16: 2019-02-21"
3+
date: "2019-02-21T2:00:00-04:00"
4+
description: "API Changelog 4.0.16"
5+
changelog:
6+
- API
7+
version: 4.0.16
8+
---
9+
10+
### Changed:
11+
* Host API docs from within developers.linode.com to unify navigation/header.
12+
* Replace external Markdown links in the API spec with anchor tags.

themes/dlc/layouts/_default/guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 class="mt-0 font-normal text-BaseGreenDark">Want more help?</h2>
4848
<div class="text-center my-4">{{ partial "0_svgs/divider.svg" }}</div>
4949
<h2 class="text-center mx-auto font-normal text-BaseGreenDark">Get started in the Linode cloud today.</h2>
5050
<div class="flex justify-center">
51-
<a href="https://manager.linode.com/session/signup" target="_blank" class="btn mt-4 mr-2">Create an Account</a>
51+
<a href="https://login.linode.com/signup" target="_blank" class="btn mt-4 mr-2">Create an Account</a>
5252
<a href="https://www.linode.com/linodes" target="_blank" class="btn mt-4 ml-2">Learn More</a>
5353
</div>
5454
</div>

0 commit comments

Comments
 (0)