Skip to content

Commit 128523d

Browse files
Merge pull request linode#152 from linode/release-1.1.13
Release 1.1.13
2 parents 041c115 + 4660842 commit 128523d

File tree

3 files changed

+60
-8
lines changed

3 files changed

+60
-8
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Cloud Manager 0.84.0
3+
date: 2020-01-28T05:00:00.000Z
4+
version: 0.84.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Added:
10+
11+
- Add Domain Transfers to Domain Drawer for slave Domains
12+
- “Delete” button to Domain Drawer
13+
- Improve Form context help/info in Configuration Edit
14+
- Ability to delete a Domain from Domain Detail
15+
- Show a banner when one or more Regions experience outages
16+
- New One-Click App: phpMyAdmin
17+
- Show progress on the target Linode while cloning
18+
19+
### Changed:
20+
21+
- Add link to Resizing a Linode Guide
22+
- [LKE] Node pools should have 3 nodes by default
23+
- Longview Process Arrow Rework
24+
- StackScript author links from StackScript Detail page
25+
- Sort Kubernetes versions by label descending in dropdown
26+
- OAuth Scopes can be space separated
27+
- Store Longview time selection in user preferences
28+
29+
### Fixed:
30+
31+
- Longview Overview graphs were incorrectly showing data as “today”
32+
- Refactor LineGraphs to allow mixed units for network graphs
33+
- Routing on Search Landing page for slave Domains
34+
- Fix Linode network graph units
35+
- Display updated credit card info in Billing Summary when credit card is updated
36+
- Visual regression on Clone Configs/Disks
37+
- Loading state for Longview landing page (visual bug)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Cloud Manager 0.84.1
3+
date: 2020-02-04T05:00:00.000Z
4+
version: 0.84.1
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Fixed:
10+
11+
- Fix issue where only 100 Images were displayed

src/pages/kubernetes.js

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,23 @@ const KubernetesPage = () => {
2727
<article class="p-8 h-full bg-ThemeCell tile">
2828
<p>
2929
The k8s-alpha CLI is deprecated. On <strong>March 31st, 2020</strong>, it will be <strong>removed</strong> from the linode-cli.
30-
After March 31, 2020, you will no longer be able to create or manage clusters created by the k8s-alpha CLI plugin.
30+
After March 31, 2020, you will no longer be able to create or manage clusters using the k8s-alpha CLI plugin.
3131
</p><p>
32-
However, you will still be able to successfully manage your clusters using&nbsp;
33-
<a
34-
href="http://www.linode.com/docs/applications/configuration-management/beginners-guide-to-terraform/"
32+
However, you will still be able to <a
33+
href="http://www.linode.com/docs/kubernetes/how-to-migrate-from-k8s-alpha-to-terraform/"
3534
target="blank"
3635
rel="noopener noreferrer"
37-
>
36+
>create and manage these clusters using
3837
Terraform
3938
</a>
40-
, which is how the k8s-alpha CLI itself is implemented. The Terraform configuration files that the
41-
k8s-alpha CLI creates are stored in your computer's home folder, under the
42-
<pre className="bg-ThemeBeige inline p-1 ">.k8s-alpha-linode/</pre> directory.
39+
. The&nbsp;
40+
<a
41+
href="https://github.com/linode/terraform-linode-k8s"
42+
target="blank"
43+
rel="noopener noreferrer">
44+
Terraform module
45+
</a> used is a public project officially supported by Linode, and is currently used to power the
46+
k8s-alpha CLI.
4347
</p><p>
4448
</p><p>
4549
Other alternatives for creating and managing clusters include:

0 commit comments

Comments
 (0)