Skip to content

Commit aa971cb

Browse files
authored
Merge pull request linode#356 from linode/release-1.1.61
Release 1.1.61
2 parents a8b9eba + 37a75d3 commit aa971cb

File tree

4 files changed

+54
-3
lines changed

4 files changed

+54
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const FooterNav = () => (
6767
</a>
6868
</div>
6969
<div className="o-layout__module c-copyright">
70-
&copy; {new Date().getFullYear()} All rights reserved.
70+
&copy; 2003-{new Date().getFullYear()} Linode LLC. <br />All rights reserved.
7171
</div>
7272
<div className="o-layout__module c-social">
7373
<nav className="o-menu">
@@ -182,9 +182,9 @@ const FooterNav = () => (
182182
</a>
183183
</li>
184184
<li className="o-menu__item">
185-
<a className="o-menu__link" href="https://www.linode.com/linode-vs-aws/">
185+
<a className="o-menu__link" href="https://www.linode.com/compare/">
186186
<span className="o-menu__title">
187-
Linode vs. AWS
187+
Linode vs. Competitors
188188
</span>
189189
</a>
190190
</li>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: '4.87.0: 2021-03-22'
3+
date: 2021-03-22T04:00:00.000Z
4+
version: 4.87.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The Account View ([GET /account](https://www.linode.com/docs/api/account/#account-view)) endpoint response schema has been updated to include the `active_promotions.service_type` property which specifies the services to which a promotion applies.
12+
13+
### Fixed
14+
15+
- The Service Transfer Create ([POST /account/service-transfers](https://www.linode.com/docs/api/account/#service-transfer-create)) endpoint description incorrectly stated that Backups for transferred Linodes were not included in a transfer, and associated data would be removed/cancelled. This has been corrected to state that Backups are transferred with Linodes as well.
16+
17+
- Previously, the IPv6 SLAAC addresses for Linodes were incorrectly returned with /64 prefixes for endpoints such as Linode View ([GET /linode/instances/{linodeId}](https://www.linode.com/docs/api/linode-instances/#linode-view)). This has been fixed so that Linode IPv6 SLAAC addresses are accurately returned with /128 prefixes.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Cloud Manager v1.35.0
3+
date: 2021-03-17T05:00:00.000Z
4+
version: 1.35.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added
10+
11+
- CopyTooltip next to tokens in Service Transfer tables
12+
- Confirmation dialog when entering the migration queue
13+
14+
### Changed
15+
16+
- Billing Summary updates
17+
- Update hover states
18+
- "Status" column removed from Community StackScripts landing page
19+
20+
### Fixed
21+
22+
- Fix UI collision on Firewall "Linodes" tab
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Linode APIv4 JS Client v0.47.0
3+
date: 2021-03-17T05:00:00.000Z
4+
version: 0.47.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Fixed
10+
11+
- Update Firewall schema to make “label” required
12+
- Update types for VLAN revamp

0 commit comments

Comments
 (0)