@@ -4,6 +4,24 @@ 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.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
+
7
25
## 0.8.0 - 2018-12-23
8
26
9
27
### Added
@@ -549,6 +567,7 @@ the new `openshift-install` command instead.
549
567
[kube-selector]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
550
568
[machine-api-operator]: https://github.com/openshift/machine-api-operator
551
569
[machine-config-operator]: https://github.com/openshift/machine-config-operator
570
+ [openshift-ansible]: https://github.com/openshift/openshift-ansible
552
571
[Prometheus]: https://github.com/prometheus/prometheus
553
572
[ssh.ParseAuthorizedKey]: https://godoc.org/golang.org/x/crypto/ssh#ParseAuthorizedKey
554
573
[registry-operator]: https://github.com/openshift/cluster-image-registry-operator
0 commit comments