@@ -4,6 +4,50 @@ 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.6.0 - 2018-12-09
8+
9+ ### Added
10+
11+ - We now push a ` kubeadmin ` user (with an internally-generated
12+ password) into the cluster for the new [ bootstrap identity
13+ provider] [ bootstrap-identity-provider ] . This gives users a way to
14+ access the web console, Prometheus, etc. without needing to
15+ configure a full-fledged identity provider or install ` oc ` . The
16+ ` create cluster ` subcommand now blocks until the web-console route
17+ is available and then exits after printing instructions for using
18+ the new credentials.
19+ - The installer binary now includes Terraform so there is no longer a
20+ need to seperately download and install it.
21+
22+ ### Changed
23+
24+ - The SSH public key configuration has moved a level up in the install
25+ config, now that the ` admin ` structure has been removed.
26+ - ` build.sh ` now checks to make sure you have a new enough ` go ` ,
27+ instead of erroring out partway through the build.
28+ - We now resolve the update payload to a digest on the bootstrap node,
29+ so [ the cluster-version-operator] [ cluster-version-operator ] can
30+ figure out exactly which image we used.
31+ - Creation logging has been overhauled to increase it's
32+ signal-to-noise while waiting for the Kubernetes API to come up.
33+ - On AWS, the installer will now prompt you for an access key and
34+ secret if it cannot find your AWS credentials in the usual places.
35+ - On AWS, the installer will look at ` AWS_DEFAULT_REGION ` and in other
36+ usual places when picking a default for the region prompt. You
37+ still have to set ` OPENSHIFT_INSTALL_AWS_REGION ` if you want to skip
38+ the prompt entirely.
39+ - On libvirt, we've bumped masters from 3 GiB of memory to 4 GiB to
40+ address out-of-memory issues we had been seeing at 3 GiB.
41+ - Lots of doc and internal cleanup and minor fixes.
42+
43+ ### Removed
44+
45+ - The old admin username and password inputs have been removed. They
46+ weren't being used anyway, and their intended role has been replaced
47+ by the newly-added ` kubeadmin ` user and bootstrap identity provider.
48+ - The old ` openshift-web-console ` namespace is gone. The new console
49+ is in the ` openshift-console ` namespace.
50+
751## 0.5.0 - 2018-12-03
852
953### Added
@@ -351,6 +395,7 @@ the new `openshift-install` command instead.
351395[aws-elb-latency]: https://github.com/openshift/installer/pull/594#issue-227786691
352396[aws-instance-types]: https://aws.amazon.com/ec2/instance-types/
353397[aws-nlb]: https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html
398+ [bootstrap-identity-provider]: https://github.com/openshift/origin/pull/21580
354399[checkpointer-operator]: https://github.com/openshift/pod-checkpointer-operator
355400[cluster-api-provider-aws]: https://github.com/openshift/cluster-api-provider-aws
356401[cluster-api-provider-aws-012575c1-AWSMachineProviderConfig]: https://github.com/openshift/cluster-api-provider-aws/blob/012575c1c8d758f81c979b0b2354950a2193ec1a/pkg/apis/awsproviderconfig/v1alpha1/awsmachineproviderconfig_types.go#L86-L139
0 commit comments