openssh-formula/docs/CHANGELOG.rst
semantic-release-bot fecc777d23 chore(release): 0.43.1 [skip ci]
## [0.43.1](https://github.com/saltstack-formulas/openssh-formula/compare/v0.43.0...v0.43.1) (2020-02-07)

### Continuous Integration

* **gemfile:** update for Vagrant testing [skip ci] ([7257ade](7257adefee))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([ddbc3b2](ddbc3b228b))

### Tests

* **packages_spec:** prevent control for `bsd` family ([fe1af09](fe1af098b3))
2020-02-07 14:06:25 +00:00

7.3 KiB

Changelog

0.43.1 (2020-02-07)

Continuous Integration

  • gemfile: update for Vagrant testing [skip ci] (7257ade)
  • kitchen: avoid using bootstrap for master instances [skip ci] (ddbc3b2)

Tests

  • packages_spec: prevent control for bsd family (fe1af09)

0.43.0 (2020-01-20)

Bug Fixes

  • release.config.js: use full commit hash in commit link [skip ci] (0f68f19)

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (14787d1)
  • kitchen: add pre-salted FreeBSD-12.0 box for local testing (ec81c32)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (d22ac05)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (3aa890e)
  • travis: apply changes from build config validation [skip ci] (8bdd13f)
  • travis: opt-in to dpl v2 to complete build config validation [skip ci] (2802793)
  • travis: quote pathspecs used with git ls-files [skip ci] (fa3b9a3)
  • travis: run shellcheck during lint job [skip ci] (cd91262)
  • travis: use major.minor for semantic-release version [skip ci] (dfaeb8f)
  • travis: use build config validation (beta) [skip ci] (840ab6a)

Features

  • ssh_known_hosts: allow to omit IP addresses (ea221ab)

Performance Improvements

  • travis: improve salt-lint invocation [skip ci] (875148b)

0.42.3 (2019-10-27)

Continuous Integration

Documentation

Tests

0.42.2 (2019-10-09)

Bug Fixes

Continuous Integration

0.42.1 (2019-09-16)

Tests

0.42.0 (2019-09-13)

Features

  • semantic-release: implement for this formula (6300ddf), closes #165