@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44
55The 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