Skip to content

Commit 3876967

Browse files
committed
CHANGELOG: Document changes since 0.13.0
Through 563f71f (Merge pull request openshift#1306 from cuppett/cuppett/network-cleanups, 2019-02-27).
1 parent 2971dbd commit 3876967

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

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+
736
## 0.13.0 - 2019-02-26
837

938
### Added

0 commit comments

Comments
 (0)