Skip to content

Commit 9a5fc97

Browse files
Merge pull request linode#276 from linode/release-1.1.41
Release 1.1.41
2 parents 893f048 + 3c700d8 commit 9a5fc97

File tree

5 files changed

+96
-3
lines changed

5 files changed

+96
-3
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,13 @@ const FooterNav = () => (
174174
</span>
175175
</a>
176176
</li>
177+
<li className="o-menu__item">
178+
<a className="o-menu__link" href="https://www.linode.com/alternative-cloud-provider/">
179+
<span className="o-menu__title">
180+
Alternative Cloud
181+
</span>
182+
</a>
183+
</li>
177184
<li className="o-menu__item">
178185
<a className="o-menu__link" href="https://www.linode.com/linode-vs-aws/">
179186
<span className="o-menu__title">
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: '4.76.1: 2020-09-24'
3+
date: 2020-09-24T04:00:00.000Z
4+
version: 4.76.1
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- You can now upload your own TLS/SSL certificates to your Object Storage buckets. Your TLS/SSL certificates can be self-signed or issued from a CA authority like [Let's Encrypt](https://letsencrypt.org/). When a user accesses your Object Storage bucket over HTTPS your uploaded TLS/SSL certificate is served. The following Object Storage endpoints have been added to the APIv4:
12+
13+
- Upload Object Storage TLS/SSL Cert ([POST /object-storage/buckets/{clusterId}/{bucket}/ssl](/api/v4/object-storage-buckets-cluster-id-bucket-ssl/#post))
14+
- View Object Storage TLS/SSL Cert ([GET /object-storage/buckets/{clusterId}/{bucket}/ssl](/api/v4/object-storage-buckets-cluster-id-bucket-ssl))
15+
- Delete Object Storage TLS/SSL Cert ([DELETE /object-storage/buckets/{clusterId}/{bucket}/ssl](/api/v4/object-storage-buckets-cluster-id-bucket-ssl/#delete))
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: Cloud Manager v1.20.0
3+
date: 2020-09-22T05:00:00.000Z
4+
version: 1.20.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Object Details Drawer
12+
- Proxy Protocol field in NodeBalancer settings
13+
- Add link to NotificationDrawer from Linode busy status
14+
- Prevent text and other components from being flushed to the edge when <1280px
15+
16+
### Changed:
17+
18+
- Improve handling for unknown Linode types
19+
- List allowed regions when creating or adding Linodes to Firewalls
20+
- Prevent migration of a Linode with attached Firewalls to an unsupported Data Center
21+
- CMR:
22+
- Close notification drawer on internal links
23+
- Style updates for:
24+
- Object Storage > Buckets & Object Storage > Access Key headers
25+
- OBJ Bucket Detail table
26+
27+
### Fixed:
28+
29+
- Change "Create Kubernetes" to "Create Kubernetes Cluster"
30+
- Calculations for large LKE clusters (total CPU/memory) were incorrect
31+
- Missing/duplicate page titles throughout app
32+
- OrderBy lifecycle bug
33+
- Typos: consecutive occurrences of 'the'
34+
- MigrateLanding routing bug
35+
- Add units (GB) to RAM in Linode Detail view
36+
- Various CMR menu issues
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.34.0
3+
date: 2020-09-22T05:00:00.000Z
4+
version: 0.34.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Changed:
10+
11+
- Update Capabilities types to include Cloud Firewall
12+
- Update NodeBalancers schema and types to include proxy_protocol

src/css/components/3_organisms/header.css

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
width: 13px;
155155
height: 7px;
156156
-ms-interpolation-mode: nearest-neighbor;
157-
image-rendering: -moz-crisp-edges;
158157
image-rendering: pixelated;
159158
content: "";
160159
transition: all 200ms;
@@ -482,10 +481,27 @@
482481
transform: translateY(-100px);
483482
transition: opacity .175s ease-out, transform .25s ease-out;
484483
will-change: position, transform;
484+
display: initial;
485485
padding-top: 108px;
486486
}
487487

488-
.c-sub-menu.active, .c-sub-menu:focus-within {
488+
@media (max-width: 61.99em) {
489+
.c-sub-menu {
490+
display: none;
491+
}
492+
}
493+
494+
.c-sub-menu.active {
495+
bottom: 0;
496+
left: 0;
497+
opacity: 1;
498+
position: fixed;
499+
right: 0;
500+
top: 0;
501+
transform: translateY(0px);
502+
}
503+
504+
.c-sub-menu:focus-within {
489505
bottom: 0;
490506
left: 0;
491507
opacity: 1;
@@ -695,13 +711,20 @@
695711
}
696712

697713
.c-sub-menu--mobile {
714+
display: none;
698715
font-size: 18px;
699716
line-height: 1.33333;
700717
font-family: "Source Sans Pro", sans-serif;
701718
font-weight: 400;
702719
letter-spacing: 0;
703720
}
704721

722+
@media (max-width: 61.99em) {
723+
.c-sub-menu--mobile {
724+
display: initial;
725+
}
726+
}
727+
705728
.c-sub-menu--mobile .o-layout__colset {
706729
border-bottom: 0;
707730
grid-template-columns: 1fr;
@@ -1009,4 +1032,4 @@
10091032
.c-weglot-nav .weglot-flags > span:before {
10101033
content: none !important;
10111034
display: none !important;
1012-
}
1035+
}

0 commit comments

Comments
 (0)