This repository was archived by the owner on Jun 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 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
340We're happy to announce the release of Lokomotive v0.4.0 (Darjeeling Himalayan).
Original file line number Diff line number Diff line change 1515package 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"
You can’t perform that action at this time.
0 commit comments