Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit af3cb60

Browse files
authored
Merge pull request #659 from kinvolk/invidian/release-v0.2.1
Release v0.2.1
2 parents e2499b4 + 62dffcf commit af3cb60

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff 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
229

330
We're happy to announce Lokomotive v0.2.0 (Bernina Express).
431

@@ -281,7 +308,7 @@ Apiserver, mounted using HostPath.
281308
- Remove vars from assets that were unused by tmpl file ([#620](https://github.com/kinvolk/lokomotive/pull/620)).
282309
- keys: iago's key is kinvolk.io, not gmail 🤓 ([#616](https://github.com/kinvolk/lokomotive/pull/616)).
283310

284-
## v0.1.0
311+
## v0.1.0 - 2020-03-18
285312

286313
Initial release.
287314

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package version
1616

1717
// This variable is used by the "version" command and is set during build.
18-
var Version = "0.2.0+git"
18+
var Version = "0.2.1+git"

0 commit comments

Comments
 (0)