diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-04 17:19:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-04 17:19:54 -0400 |
| commit | 2de60a902794669b40fae8c7135f989ccca2f8d5 (patch) | |
| tree | 3a38501d9fc2e782ebe5b2a7fe1f144198bcc09d /doc | |
| parent | d0b0531918cf5e4eb4e1015301fd520d297ab8bb (diff) | |
add news item for propellor 1.3.0
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_1.3.0.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/news/version_1.3.0.mdwn b/doc/news/version_1.3.0.mdwn new file mode 100644 index 00000000..87abb2f7 --- /dev/null +++ b/doc/news/version_1.3.0.mdwn @@ -0,0 +1,17 @@ +propellor 1.3.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * --spin checks if the DNS matches any configured IP address property + of the host, and if not, sshes to the host by IP address. + * Detect #774376 and refuse to use docker if the system is so broken + that docker exec doesn't enter a chroot. + * Update intermediary propellor in --spin --via + * Added support for DNSSEC. + * Ssh.hostKey and Ssh.hostKeys no longer install public keys from + the privdata. Instead, the public keys are included in the + configuration. (API change) + * Ssh.hostKeys now removes any host keys of types that the host is not + configured to have. + * sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType + parameter. (API change) + * CloudAtCost.deCruft no longer forces randomHostKeys. + * Fix build with process 1.2.1.0."""]]
\ No newline at end of file |
