Skip to content

Commit 0e42df3

Browse files
authored
Merge pull request linode#413 from linode/release-1.1.76
Release 1.1.76
2 parents d64ebd1 + 7bc288d commit 0e42df3

File tree

5 files changed

+104
-11
lines changed

5 files changed

+104
-11
lines changed

src/components/2_molecules/navigation/productsFeatured.js

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react";
22
import { Event } from "../tracking";
33

44
const styles = {
5+
color: '#ffffff',
56
borderWidth: 2,
67
borderColor: '#ededf4'
78
};
@@ -13,34 +14,44 @@ const ProductsFeaturedNav = () => (
1314
<a
1415
id="c-featured--products"
1516
className="c-featured"
16-
href="https://www.linode.com/blog/linode/cloud-firewall-beta-open/"
17+
href="https://www.linode.com/products/linode-terraform-provider/"
1718
style={styles}
1819
onClick={()=>
19-
Event('Navigation','click','cloud-firewall-beta')
20+
Event('Navigation','click','terraform-provider')
2021
}
2122
>
2223
<img
23-
width="571"
24-
height="200"
25-
src="https://www.linode.com/wp-content/uploads/2020/12/cloud-firewall-all-together-now-background-MIN.jpg"
24+
width="632"
25+
height="316"
26+
src="https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero-632x316.png"
2627
className="c-featured__background"
2728
alt=""
2829
loading="lazy"
29-
srcset="https://www.linode.com/wp-content/uploads/2020/12/cloud-firewall-all-together-now-background-MIN.jpg 571w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
30-
sizes="(max-width:991px) 1px, 571px"
30+
srcset="https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero-632x316.png 632w, https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero-1064x532.png 1064w, https://www.linode.com/wp-content/uploads/2021/05/Terraform_Page_Hero.png 1350w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
31+
sizes="(max-width:991px) 1px, 632px"
32+
/>
33+
<img
34+
width="416"
35+
height="416"
36+
src="https://www.linode.com/wp-content/uploads/2020/11/linode-splash-integrations-terraform-integration-4.svg"
37+
className="c-featured__image"
38+
alt=""
39+
loading="lazy"
40+
srcset="https://www.linode.com/wp-content/uploads//2020/11/linode-splash-integrations-terraform-integration-4.svg 632w, https://www.linode.com/wp-content/uploads//2020/11/linode-splash-integrations-terraform-integration-4.svg 1064w, data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 1w"
41+
sizes="(max-width:991px) 1px, 416px"
3142
/>
3243
<div className="c-featured__text">
3344
<div className="c-featured__headline">
34-
<b>Now In Beta:<br/>Linode Cloud Firewall</b>
45+
<b>Linode Terraform Provider</b>
3546
</div>
3647
<div className="c-featured__excerpt">
37-
Simple, Scalable Network Security
48+
Streamline Linode resource management using the Linode Terraform Provider.
3849
</div>
3950
<span
4051
className="c-featured__button"
41-
href="https://www.linode.com/blog/linode/cloud-firewall-beta-open/"
52+
href="https://www.linode.com/products/linode-terraform-provider/"
4253
>
43-
Register for the Beta
54+
Learn More
4455
</span>
4556
</div>
4657
</a>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: '4.96.0: 2021-06-16'
3+
date: 2021-06-16T04:00:00.000Z
4+
version: 4.96.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- The following endpoints are now out of Beta and accessible from the "v4" path:
12+
13+
- Image Upload ([POST /images/upload](https://www.linode.com/docs/api/images/#image-upload))
14+
- Payment Methods List ([GET /account/payment-methods](https://www.linode.com/docs/api/account/#payment-methods-list))
15+
16+
- The Payment Methods List ([GET /account/payment-methods](https://www.linode.com/docs/api/account/#payment-methods-list)) endpoint's `method` property has been changed to `type`, and its `is_default` property type has been changed to a boolean value.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Cloud Manager v1.43.0
3+
date: 2021-06-16T00:00:00.000Z
4+
version: 1.43.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Toast notifications and updated table entries for Image upload success/failures
12+
- Drag & Drop Image uploads
13+
- Time of migration to Scheduled Migrations banner
14+
15+
### Changed:
16+
17+
- Event text for Domain record creation and update
18+
- Minimum LKE node warning message
19+
- Remove "beta" tag from Machine Images
20+
21+
### Fixed:
22+
23+
- Clearing ticket form state after submit
24+
- Domains table header for large accounts
25+
- IP Sharing for large accounts
26+
- Paper padding regression in Create Cluster
27+
- Prevent Linode disks from being deleted while a Linode is running
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.43.1
3+
date: 2021-06-17T05:00:00.000Z
4+
version: 1.43.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Notice to the Referrals page to highlight upcoming changes to the program

src/content/changelog/lke-1-21-0.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Linode Kubernetes Engine v1.21.0
3+
date: 2021-06-16T05:00:00.000Z
4+
version: 1.21.0
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
* Added support for Graceful Node Shutdown in v1.20 and v1.21 clusters.
12+
Existing clusters must recycle their nodes to finish the upgrade.
13+
* Added support for optional eBPF dataplanes by having new LKE nodes mount the
14+
BPF filesystem on startup.
15+
16+
### Changed
17+
18+
* Upgraded coreDNS image from v1.8.0 to v1.8.4
19+
* Upgraded Calico CNI from v3.10.4 to v3.19.0
20+
* Upgraded cluster control plane components to latest available patch version:
21+
v1.18.19, v1.19.11, and v1.20.7.
22+
23+
### Fixed
24+
25+
* Disabled rpcbind by default on new LKE nodes, to avoid having unnecessary
26+
ports open.
27+
* Fixed bug where kubelet and kubeadm configs in v1.21 clusters would still
28+
mention v1.20 text.

0 commit comments

Comments
 (0)