File tree Expand file tree Collapse file tree 5 files changed +96
-3
lines changed
css/components/3_organisms Expand file tree Collapse file tree 5 files changed +96
-3
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,13 @@ const FooterNav = () => (
174
174
</ span >
175
175
</ a >
176
176
</ 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 >
177
184
< li className = "o-menu__item" >
178
185
< a className = "o-menu__link" href = "https://www.linode.com/linode-vs-aws/" >
179
186
< span className = "o-menu__title" >
Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 154
154
width : 13px ;
155
155
height : 7px ;
156
156
-ms-interpolation-mode : nearest-neighbor;
157
- image-rendering : -moz-crisp-edges;
158
157
image-rendering : pixelated;
159
158
content : "" ;
160
159
transition : all 200ms ;
482
481
transform : translateY (-100px );
483
482
transition : opacity .175s ease-out, transform .25s ease-out;
484
483
will-change : position, transform;
484
+ display : initial;
485
485
padding-top : 108px ;
486
486
}
487
487
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 {
489
505
bottom : 0 ;
490
506
left : 0 ;
491
507
opacity : 1 ;
695
711
}
696
712
697
713
.c-sub-menu--mobile {
714
+ display : none;
698
715
font-size : 18px ;
699
716
line-height : 1.33333 ;
700
717
font-family : "Source Sans Pro" , sans-serif;
701
718
font-weight : 400 ;
702
719
letter-spacing : 0 ;
703
720
}
704
721
722
+ @media (max-width : 61.99em ) {
723
+ .c-sub-menu--mobile {
724
+ display : initial;
725
+ }
726
+ }
727
+
705
728
.c-sub-menu--mobile .o-layout__colset {
706
729
border-bottom : 0 ;
707
730
grid-template-columns : 1fr ;
1009
1032
.c-weglot-nav .weglot-flags > span : before {
1010
1033
content : none !important ;
1011
1034
display : none !important ;
1012
- }
1035
+ }
You can’t perform that action at this time.
0 commit comments