Skip to content

Commit 4cc7c9f

Browse files
authored
Merge pull request linode#213 from linode/release-1.1.28
Release 1.1.28
2 parents e196fae + 10e227d commit 4cc7c9f

File tree

5 files changed

+76
-10
lines changed

5 files changed

+76
-10
lines changed

src/components/3_organisms/footer-nav.js

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,27 +77,24 @@ const FooterNav = () => (
7777
<h4 className="footer-nav-header">Products</h4>
7878
<ul className="footer-sublist">
7979
<li>
80-
<a href="https://linode.com/products/">Products</a>
80+
<a href="https://linode.com/products/">Products Overview</a>
8181
</li>
8282
<li>
8383
<a href="https://linode.com/products/kubernetes/">Kubernetes</a>
8484
</li>
8585
<li>
86-
<a href="https://linode.com/products/nanodes/">Nanodes</a>
87-
</li>
88-
<li>
89-
<a href="https://linode.com/products/standard-linodes/">
90-
Standard Linodes
86+
<a href="https://linode.com/products/shared/">
87+
Shared
9188
</a>
9289
</li>
9390
<li>
94-
<a href="https://linode.com/products/high-memory/">
95-
High Memory Linodes
91+
<a href="https://linode.com/products/dedicated-cpu/">
92+
Dedicated CPU
9693
</a>
9794
</li>
9895
<li>
99-
<a href="https://linode.com/products/dedicated-cpu/">
100-
Dedicated CPU
96+
<a href="https://linode.com/products/high-memory/">
97+
High Memory
10198
</a>
10299
</li>
103100
<li>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Cloud Manager v1.10.0
3+
date: 2020-06-02T05:00:00.000Z
4+
version: 1.10.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Progress bar for newly-created Images
12+
13+
### Changed:
14+
15+
- Improve UX for GPU selection
16+
- Add a link to Support in all “Verification is required” errors
17+
- Allow clearable numeric inputs in Domain Records Drawer
18+
- Remove Cloud Manager version tag from Support Tickets
19+
20+
### Fixed:
21+
22+
- Broken SVG combination when creating a Linode
23+
- Profile routing didn’t handle incorrect routes
24+
- Firewall document title
25+
- ICMP port bug when editing Firewall rules
26+
- Update textfield to use input id for "for" attribute
27+
- Copy fix for Profile -> Referrals
28+
- Accessibility of Dashboard “View Details” links
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Cloud Manager v1.11.0
3+
date: 2020-06-09T05:00:00.000Z
4+
version: 1.11.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed:
10+
11+
- Clarify Linode password fields in Reset Root Password vs. Rebuild
12+
- Hide SSH key remove button for LISH settings when no keys are present
13+
- Make main content banner dismissible
14+
- Show error when Volumes limit has been reached but attempt is made to add a new Volume
15+
16+
### Fixed:
17+
18+
- CAA record input duplicating name/value
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Linode APIv4 JS Client
3+
date: 2020-06-03T05:00:00.000Z
4+
version: 0.27.1-alpha.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Fixed
10+
11+
- Remove required from createDomain validation schema
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Linode JavaScript SDK"
3+
description: "Linode JavaScript SDK"
4+
author: Linode
5+
origin: Linode
6+
languages:
7+
- JavaScript
8+
external_url: https://github.com/linode/manager/tree/develop/packages/api-v4
9+
weight: 1
10+
---
11+
12+
JavaScript client for the <a href="https://developers.linode.com/api/v4" target="_self">Linode APIv4</a>.

0 commit comments

Comments
 (0)