Skip to content

Commit 9cce8c3

Browse files
committed
CHANGELOG: Document changes since v0.8.0
Through eb781ff (Merge pull request #935 from wking/api-stability, 2019-01-04).
1 parent eb781ff commit 9cce8c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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.9.0 - 2019-01-05
8+
9+
### Added
10+
11+
- There is a new `none` platform for bring-your-own infrastructure
12+
users who want to generate Ignition configurations. The new
13+
platform is mostly undocumented; users will usually interact with it
14+
via [OpenShift Ansible][openshift-ansible].
15+
16+
### Changed
17+
18+
- On OpenStack, there's no longer a default flavor, because flavor
19+
names are not standardized. Instead, there's a new prompt to choose
20+
among flavors supported by the target OpenStack implementation.
21+
- On libvirt, we now use the host-passthrough CPU type, which should
22+
improve performance for some use-cases.
23+
- Some doc and internal cleanup and minor fixes.
24+
725
## 0.8.0 - 2018-12-23
826

927
### Added
@@ -549,6 +567,7 @@ the new `openshift-install` command instead.
549567
[kube-selector]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
550568
[machine-api-operator]: https://github.com/openshift/machine-api-operator
551569
[machine-config-operator]: https://github.com/openshift/machine-config-operator
570+
[openshift-ansible]: https://github.com/openshift/openshift-ansible
552571
[Prometheus]: https://github.com/prometheus/prometheus
553572
[ssh.ParseAuthorizedKey]: https://godoc.org/golang.org/x/crypto/ssh#ParseAuthorizedKey
554573
[registry-operator]: https://github.com/openshift/cluster-image-registry-operator

0 commit comments

Comments
 (0)