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

Commit b5ae5d6

Browse files
authored
Merge pull request #974 from kinvolk/surajssd/release-v0.4.1
Release 0.4.1
2 parents d9fe3c1 + e9349e8 commit b5ae5d6

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## v0.4.1 - 2020-09-15
2+
3+
This is a patch release which includes mainly bug fixes.
4+
5+
> **NOTE**: Please read the upgrading guidelines [here](https://github.com/kinvolk/lokomotive/blob/v0.4.1/CHANGELOG.md#upgrading-from-v030).
6+
7+
### Changes in v0.4.1
8+
9+
#### Component updates
10+
11+
- Dex convert to helm chart and update to v2.25.0 ([#962](https://github.com/kinvolk/lokomotive/pull/962)).
12+
13+
#### Features
14+
15+
- feat: add severity labels to MetalLB alerts ([#925](https://github.com/kinvolk/lokomotive/pull/925)).
16+
17+
#### Bug fixes
18+
19+
- Override memory limits of rook operator to 512Mi ([#938](https://github.com/kinvolk/lokomotive/pull/938)).
20+
- Fix envoy grafana dashboard errors ([#969](https://github.com/kinvolk/lokomotive/pull/969)).
21+
- MetalLB: Fix regressions of tolerations and nodeSelectors ([#927](https://github.com/kinvolk/lokomotive/pull/927)).
22+
- Fix controlplane components update order ([#937](https://github.com/kinvolk/lokomotive/pull/937)).
23+
- component/metallb: Fix controller tolerations ([#931](https://github.com/kinvolk/lokomotive/pull/931)).
24+
- Increased the node-ready and cluster-ping timeouts ([#952](https://github.com/kinvolk/lokomotive/pull/952)).
25+
26+
#### Docs
27+
28+
- docs: fix etcd version upgrade sed expression ([#921](https://github.com/kinvolk/lokomotive/pull/921)).
29+
- docs: fix rook version update command ([#930](https://github.com/kinvolk/lokomotive/pull/930)).
30+
31+
#### Development
32+
33+
- Fix output of `convertNodeSelector` in rook ([#945](https://github.com/kinvolk/lokomotive/pull/945)).
34+
- httpbin convert to helm chart ([#965](https://github.com/kinvolk/lokomotive/pull/965)).
35+
- FLUO: convert to Helm chart ([#935](https://github.com/kinvolk/lokomotive/pull/935)).
36+
- Makefile: Don't build before linting and add new target `lint-bin` ([#901](https://github.com/kinvolk/lokomotive/pull/901)).
37+
138
## v0.4.0 - 2020-09-07
239

340
We're happy to announce the release of Lokomotive v0.4.0 (Darjeeling Himalayan).

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.4.0+git"
18+
var Version = "0.4.1+git"

0 commit comments

Comments
 (0)