Skip to content

Commit 2f38c5f

Browse files
authored
Merge pull request linode#202 from linode/release-1.1.26
Release 1.1.26
2 parents 3cb9cd4 + bf69840 commit 2f38c5f

File tree

5 files changed

+44
-285
lines changed

5 files changed

+44
-285
lines changed

gatsby-config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ module.exports = {
1515
name: "Libraries & Tools",
1616
link: "/libraries-tools"
1717
},
18-
{
19-
name: "Kubernetes",
20-
link: "/kubernetes"
21-
},
2218
{
2319
name: "Changelog",
2420
link: "/changelog/"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: '4.65.0: 2020-05-18'
3+
date: 2020-05-18T04:00:00.000Z
4+
version: 4.65.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Added
10+
11+
- The `managed_issue` field was added to the Open Support Ticket endpoint ([POST /support/tickets](/api/v4/support-tickets/#post)).
12+
- This field designates if the Support ticket is in reference to a [Managed Service](https://www.linode.com/products/managed/).
13+
- You must have a Managed Service enabled to use this designation.
14+
- No ID attributes (i.e. `linode_id`, `domain_id`, etc.) should be provided with this request.
15+
16+
### Fixed
17+
18+
- A bug was fixed that was preventing initiation of scheduled, cross data center migrations.
19+
20+
- If your Cloud Manager profile's authentication type is set to a Third-Party Authentication (TPA) method, `password_keys` can no longer be used as your `lish_auth_method` when updating your profile ([PUT /profile](/api/v4/profile/#put)).
21+
- To view your Cloud Manager profile's `authentication_type` field, send a request to the [View Profile](/api/v4/profile) endpoint.
22+
23+
- Capital letters are now accepted for the `check_path` value when creating ([POST /nodebalancers/{nodeBalancerId}/configs](/api/v4/nodebalancers-node-balancer-id-configs/#post)) and updating ([PUT /nodebalancers/{nodeBalancerId}/configs/{configId}](/api/v4/nodebalancers-node-balancer-id-configs-config-id/#put)) your NodeBalancer Configs.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Cloud Manager v1.8.0
3+
date: 2020-05-04T05:00:00.000Z
4+
version: 1.8.0
5+
changelog:
6+
- Cloud Manager
7+
---
8+
9+
### Changed:
10+
11+
- "Node Status" is now "Backend Status" on NodeBalancers list and detail view
12+
- Minimum payment placeholder text
13+
- Hide Recycle Node in the LKE Node action menu
14+
- Provide cluster summary information for LKE search results
15+
16+
### Fixed:
17+
18+
- Remove invalid credits
19+
- NodeBalancer Error Handling (SSL)
20+
- Xterm flow control errors
21+
- Remove stray characters in FromBackupsContent

src/content/kubernetes/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/pages/kubernetes.js

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)