1.6.4-tectonic.1
Release tarball is available at https://releases.tectonic.com/tectonic-1.6.4-tectonic.1.tar.gz.
Release signature is available at https://releases.tectonic.com/tectonic-1.6.4-tectonic.1.tar.gz.asc.
Tectonic 1.6.4-tectonic.1 (2017-06-08)
- Updates to Terraform v0.9.6 (fixes some instances of
terraform destroy
not working). - Updates to Kubernetes v1.6.4.
- Many components run as "nobody" instead of root.
- An option has been added to disable the creation of private zones.
- All resources are now tagged in AWS with the cluster id.
- A minimal IAM policy has been created.
Console 1.6.3
- CPU usage graphs now display usage instead of limits.
- Can now Create Role Bindings and many other supported resources.
Tectonic Channel Operator v0.3.4
- Requires signed payloads using the default CoreOS key.
- No longer creates components upon upgrade when they did not previously exist.
NOTES:
Upgrading to v1.6.4 requires that all nodes are running "Container Linux by CoreOS 1353.8.0 (Ladybug)" or greater. To inspect the Container Linux version on all nodes run:
kubectl get nodes -o wide
If any nodes are running older versions a reboot may resolve the issue.
The v1.6.4 upgrade will fail if this condition is not met with an error of the format: 'Updates are not possible : Upgrade is not supported: X of Y nodes' OS version are lower than the minimum required version "1353.8.0"'
If this error occurs:
- Ensure that all nodes meet the minimum version requirements (see above).
- Remove the "failureStatus" field and its children from the ThirdPartyResource using the following command:
kubectl edit appversion/tectonic-cluster -n tectonic-system
- Retry the upgrade from the Tectonic Console.