Skip to content

Commit f145763

Browse files
Merge pull request linode#297 from linode/release-1.1.45
Release 1.1.45
2 parents 29807ab + 5a3bd0e commit f145763

File tree

8 files changed

+140
-10
lines changed

8 files changed

+140
-10
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"netlify-cms-app": "^2.9.1",
3030
"netlify-cms-widget-inline-select": "^1.3.1",
3131
"postcss-easy-import": "^3.0.0",
32+
"prismjs": ">=1.21.0",
3233
"prop-types": "^15.6.2",
3334
"react": "^16.7.0",
3435
"react-clipboard.js": "^2.0.7",
@@ -69,6 +70,7 @@
6970
"dotenv": "^8.0.0",
7071
"lodash": "^4.17.19",
7172
"md5": "^2.2.1",
73+
"prismjs": ">=1.21.0",
7274
"randomstring": "^1.1.5",
7375
"yamljs": "^0.3.0"
7476
},

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

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,6 @@ const FooterNav = () => (
218218
</span>
219219
</a>
220220
</li>
221-
<li className="o-menu__item">
222-
<a className="o-menu__link" href="https://www.linode.com/products/kubernetes/">
223-
<span className="o-menu__title">
224-
Kubernetes
225-
</span>
226-
</a>
227-
</li>
228221
<li className="o-menu__item">
229222
<a className="o-menu__link" href="https://www.linode.com/products/shared/">
230223
<span className="o-menu__title">
@@ -253,6 +246,20 @@ const FooterNav = () => (
253246
</span>
254247
</a>
255248
</li>
249+
<li className="o-menu__item">
250+
<a className="o-menu__link" href="https://www.linode.com/products/bare-metal/">
251+
<span className="o-menu__title">
252+
Bare Metal
253+
</span>
254+
</a>
255+
</li>
256+
<li className="o-menu__item">
257+
<a className="o-menu__link" href="https://www.linode.com/products/kubernetes/">
258+
<span className="o-menu__title">
259+
Kubernetes
260+
</span>
261+
</a>
262+
</li>
256263
<li className="o-menu__item">
257264
<a className="o-menu__link" href="https://www.linode.com/products/block-storage/">
258265
<span className="o-menu__title">
@@ -288,6 +295,13 @@ const FooterNav = () => (
288295
</span>
289296
</a>
290297
</li>
298+
<li className="o-menu__item">
299+
<a className="o-menu__link" href="https://www.linode.com/products/dns-manager/">
300+
<span className="o-menu__title">
301+
DNS Manager
302+
</span>
303+
</a>
304+
</li>
291305
<li className="o-menu__item">
292306
<a className="o-menu__link" href="https://www.linode.com/products/nodebalancers/">
293307
<span className="o-menu__title">
@@ -296,9 +310,9 @@ const FooterNav = () => (
296310
</a>
297311
</li>
298312
<li className="o-menu__item">
299-
<a className="o-menu__link" href="https://www.linode.com/products/dns-manager/">
313+
<a className="o-menu__link" href="https://www.linode.com/products/vlan/">
300314
<span className="o-menu__title">
301-
DNS Manager
315+
VLAN
302316
</span>
303317
</a>
304318
</li>
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: '4.79.0: 2020-11-03'
3+
date: 2020-11-03T04:00:00.000Z
4+
version: 4.79.0
5+
changelog:
6+
- API
7+
---
8+
### Added
9+
10+
- Added the [Object Storage Object ACL View](/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint returns an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
11+
12+
- Added the [Object Storage Object ACL Update](/docs/api/object-storage/#object-storage-object-acl-config-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/object-acl) endpoint. This endpoint update's an Object's currently configured Access Control List (ACL) within a specific bucket. ACLs define who can access your buckets and objects and specify the level of access granted to those users.
13+
14+
- Added the [Object Storage Bucket Access Update](/docs/api/object-storage/#object-storage-bucket-access-update) (PUT /object-storage/buckets/{clusterId}/{bucket}/access) endpoint. Use this endpoint to update a bucket's basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
15+
16+
- Added the [Object Storage Transfer View](/docs/api/object-storage/#object-storage-object-acl-config-view) (GET /object-storage/transfer) endpoint. This endpoint returns the amount of outbound data transfer used by your account's Object Storage buckets. Object Storage adds 1 terabyte of outbound data transfer to your data transfer pool. See the [Object Storage Pricing and Limitations](/docs/guides/pricing-and-limitations/) guide for details on Object Storage transfer quotas.
17+
18+
- Added the `objects` field to the following Object Storage endpoints:
19+
20+
- [Object Storage Buckets List](/docs/api/object-storage/#object-storage-buckets-list) (GET /object-storage/buckets)
21+
- [Object Storage Buckets in Cluster List](/docs/api/object-storage/#object-storage-buckets-in-cluster-list) (GET /object-storage/buckets/{clusterId})
22+
- [Object Storage Bucket View](/docs/api/object-storage/#object-storage-bucket-view) (GET /object-storage/buckets/{clusterId}/{bucket})
23+
24+
The `object` field returns the number of objects stored in a bucket.
25+
26+
### Fixed
27+
28+
- Error messages for Firewall endpoints have been improved. When applicable, they now return a [Firewall Device's](/docs/api/networking/#firewall-device-create) `label` and `id`.
29+
30+
- Fixed the [Ticket Attachment Create](/docs/api/support/#ticket-attachment-create) (POST /support/tickets/{ticketId}/attachments) endpoint's SHELL example with the correct way to attach a file when creating a support ticket.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Cloud Manager v1.21.0
3+
date: 2020-09-29T05:00:00.000Z
4+
version: 1.21.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
One-Click Apps:
12+
13+
- Jitsi
14+
- Webmin
15+
- Virtualmin
16+
- Plex
17+
- phpMyAdmin
18+
- Azuracast
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager v1.22.1
3+
date: 2020-10-13T05:00:00.000Z
4+
version: 1.22.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed:
10+
11+
- Make CVV required when adding a credit card
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Cloud Manager v1.23.0
3+
date: 2020-10-20T05:00:00.000Z
4+
version: 1.23.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
VLAN:
12+
13+
- Landing table
14+
- Details table
15+
- Linode Networking panel
16+
- Attach and detach Linode to VLAN drawer
17+
18+
CMR:
19+
20+
- Banner for open abuse tickets
21+
22+
### Changed:
23+
24+
- Request Domains on load to determine account size
25+
- Update dark theme styling
26+
- Add helper text for NodeBalancer Proxy Protocol field
27+
- Add tooltip for sort in Notifications drawer
28+
29+
### Fixed:
30+
31+
VLAN:
32+
33+
- Attach Linode drawer fixes
34+
35+
CMR:
36+
37+
- Wide table width with overflow when cloning Linodes
38+
- Fix Lish link
39+
- Sync animations for pending actions
40+
- Remove underscores in Linode statuses in LinodeEntityDetail
41+
42+
- Long Domain records overflowing table rows
43+
- Incorrect flag shown for Sydney in Linode Migrate
44+
- Search results not displaying for some restricted users
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 v0.36.0
3+
date: 2020-10-20T05:00:00.000Z
4+
version: 0.36.0
5+
changelog:
6+
- APIv4 JS Client
7+
---
8+
9+
### Changed:
10+
11+
- Update VLAN Linodes typing

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13046,7 +13046,7 @@ pretty-hrtime@^1.0.3:
1304613046
resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1"
1304713047
integrity sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=
1304813048

13049-
prismjs@^1.8.4:
13049+
prismjs@>=1.21.0, prismjs@^1.8.4:
1305013050
version "1.22.0"
1305113051
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.22.0.tgz#73c3400afc58a823dd7eed023f8e1ce9fd8977fa"
1305213052
integrity sha512-lLJ/Wt9yy0AiSYBf212kK3mM5L8ycwlyTlSxHBAneXLR0nzFMlZ5y7riFPF3E33zXOF2IH95xdY5jIyZbM9z/w==

0 commit comments

Comments
 (0)