File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
+ ## 0.13.1 - 2019-02-28
8
+
9
+ ### Changed
10
+
11
+ - The aggregator and etcd-client certificate authorities are now
12
+ self-signed authorities decoupled from the root certificate
13
+ authority, continuing the transition begun in 0.13.0.
14
+ - On AWS, Route 53 A records for the API load balancer no longer use
15
+ health checks.
16
+ - On AWS, the security group configuration has been simplified, with
17
+ several stale rules being removed.
18
+
19
+ ### Fixed
20
+
21
+ - When rendering manifests before pushing them to the cluster, the
22
+ bootstrap machine now correctly cleans up broken renders before
23
+ re-rendering.
24
+ - The bootstrap machine now uses an ` etcdctl ` referenced from the
25
+ release image, instead of hard-coding its own version.
26
+
27
+ ### Removed
28
+
29
+ - The nominal install-config compatibility with ` v1beta1 ` and
30
+ ` v1beta2 ` has been removed, so the installer will error out if
31
+ provided with an older ` install-config.yaml ` . ` v1beta1 ` was
32
+ deprecated in 0.12.0 and ` v1beta2 ` was deprecated in 0.13.0. In
33
+ both cases, the installer would ignore removed properties but not
34
+ error out.
35
+
7
36
## 0.13.0 - 2019-02-26
8
37
9
38
### Added
You can’t perform that action at this time.
0 commit comments