Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

72 lines (56 loc) · 2.14 KB

openssh Cookbook CHANGELOG

This file is used to list changes made in each version of the openssh cookbook.

unreleased

  • #46 - Correct ArchLinux service name
  • #43 - Correct OpenSSH server package name on RHEL, Fedora
  • #31 - Allow included iptables rule to use the same port number if defined in attributes.
  • #41 - Fix default recipe order
  • #47 - Fix up iptables rule

v1.3.4 (2014-04-23)

  • [COOK-4576] - No way to override AuthorizedKeysFile
  • [COOK-4584] - Use Upstart on Ubuntu 12.04
  • [COOK-4585] - skip match block in template if empty or unset
  • [COOK-4586] OpenSSH Gentoo support

v1.3.2

Bug

  • COOK-3995 - sshd_config template needs ordering
  • COOK-3910 - ssh fails to start in Ubuntu 13.10
  • COOK-2073 - Add support for Match block

v1.3.0

Improvement

Bug

v1.2.2

Bug

  • COOK-3304 - Fix error setting Dynamic ListenAddresses

v1.2.0

Improvement

  • [COOK-2647]: port_ssh iptables template has no corresponding recipe

v1.1.4

  • [COOK-2225] - Add platform_family suse

v1.1.2

  • [COOK-1954] - Fix attribute camel case to match man sshd_config
  • [COOK-1889] - SSH restarting on each chef run due to template changes

v1.1.0

  • [COOK-1663] - Configurable ListenAddress based off list of interface names
  • [COOK-1685] - Make default sshd_config value more robust

v1.0.0

  • [COOK-1014] - Templates for ssh(d).conf files.

v0.8.1

  • Current public release