Skip to content

Commit d64ebd1

Browse files
authored
Merge pull request linode#406 from linode/release-1.1.75
Release 1.1.75
2 parents 959be3d + 7c3307d commit d64ebd1

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: '4.95.0: 2021-06-14'
3+
date: 2021-06-14T04:00:00.000Z
4+
version: 4.95.0
5+
changelog:
6+
- API
7+
---
8+
9+
### Changed
10+
11+
- Linode Disks can now be created from Account-specific ("private/") Images that a user has `read_only` or `read_write` access to with the Linode Create ([POST /linode/instances](https://www.linode.com/docs/api/linode-instances/#linode-create)) or Disk Create ([POST/linode/instances/{linodeId}/disks](https://www.linode.com/docs/api/linode-instances/#disk-create)) endpoints. Previously, only users with `read_write` access to an Account Image could create disks from that Image.
12+
13+
### Fixed
14+
15+
- A bug has been fixed that prevented filtering the Firewalls List ([GET /linode/instances/{linodeId}/firewalls](https://www.linode.com/docs/api/linode-instances/#firewalls-list)) endpoint for the `created`, `id`, `label`, `tags`, and `updated` properties.

src/content/changelog/lke-1-20-0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Linode Kubernetes Engine v1.20.0
3+
date: 2021-05-28T05:00:00.000Z
4+
version: 1.20.0
5+
changelog:
6+
- Linode Kubernetes Engine
7+
---
8+
9+
### Added
10+
11+
* Add support for Kubernetes v1.21.1.
12+
13+
### Changed
14+
15+
* Change all container image URIs to mirrored repos hosted on the Linode Docker Hub account.
16+

0 commit comments

Comments
 (0)