You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,31 @@
1
-
## v0.2.0
1
+
## v0.2.1 - 2020-06-24
2
+
3
+
This is a patch release to fix AKS platform deployments.
4
+
5
+
### Changes in v0.2.1
6
+
7
+
#### Kubernetes updates
8
+
9
+
* Updated Kubernetes version on AKS platform to 1.16.9 ([#626](https://github.com/kinvolk/lokomotive/pull/626)). This fixes deploying AKS clusters, as the previously used version is not available anymore.
10
+
11
+
#### Security
12
+
13
+
* Updated `golang.org/x/text` dependency to v0.3.3 ([#648](https://github.com/kinvolk/lokomotive/pull/648)) to address [CVE-2020-14040](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14040).
14
+
15
+
#### Bugfixes
16
+
17
+
* Fixes [example](https://github.com/kinvolk/lokomotive/tree/master/examples) configuration for AKS platform ([#626](https://github.com/kinvolk/lokomotive/pull/626)). Contour component configuration syntax changed and those files had not been updated.
18
+
19
+
#### Misc
20
+
21
+
* Bootkube Docker images are now pulled using Docker protocol, as quay.io plans to deprecate pulling images using ACI ([#656](https://github.com/kinvolk/lokomotive/pull/656).
22
+
23
+
#### Development
24
+
25
+
* AKS platform is now being tested for every pull request and `master` branch changes in the CI.
26
+
* Added script for finding available component updates in upstream repositories ([#375](https://github.com/kinvolk/lokomotive/pull/375)).
27
+
28
+
## v0.2.0 - 2020-06-19
2
29
3
30
We're happy to announce Lokomotive v0.2.0 (Bernina Express).
4
31
@@ -281,7 +308,7 @@ Apiserver, mounted using HostPath.
281
308
- Remove vars from assets that were unused by tmpl file ([#620](https://github.com/kinvolk/lokomotive/pull/620)).
282
309
- keys: iago's key is kinvolk.io, not gmail 🤓 ([#616](https://github.com/kinvolk/lokomotive/pull/616)).
0 commit comments