Skip to content

Latest commit

 

History

History
209 lines (105 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

209 lines (105 loc) · 10.7 KB

Changelog

1.2.3 (2019-11-07)

Bug Fixes

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

Continuous Integration

  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (bc13a28)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (c38389c)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (8c9631e)
  • kitchen+travis: use bootstrapped amazonlinux-1 images (a9576e8)
  • travis: update salt-lint config for v0.0.10 [skip ci] (562874c)
  • merge travis matrix, add salt-lint & rubocop to lint job (af7f503)

Documentation

  • contributing: remove to use org-level file instead [skip ci] (7214aa7)
  • readme: update link to CONTRIBUTING [skip ci] (e5542dd)

Performance Improvements

  • travis: improve salt-lint invocation [skip ci] (8b098a3)

1.2.2 (2019-10-09)

Bug Fixes

  • cert-gen.sh.j2: fix salt-lint errors ()

Continuous Integration

  • kitchen: install required packages to bootstrapped opensuse ()
  • kitchen: use bootstrapped opensuse images until 2019.2.2 ()
  • merge travis matrix, add salt-lint & rubocop to lint job ()

1.2.1 (2019-10-01)

Bug Fixes

Continuous Integration

  • use dist: bionic & apply opensuse-leap-15 SCP error workaround (d2c97f4)
  • kitchen: change log_level to debug instead of info (79b902e)
  • kitchen+travis: replace EOL pre-salted images (346cd1e)
  • platform: add arch-base-latest (6dd656f)
  • travis: apply suggestions from code review (800d842)
  • travis: split suites across instances (bfdba0c)
  • travis: use kitchen verify instead of kitchen test (6939af9)
  • yamllint: add rule empty-values & use new yaml-files setting (ece89fa)

Tests

  • inspec: move tests to standard controls sub-directory (bd8649c)

1.2.0 (2019-08-17)

Features

  • yamllint: include for this repo and apply rules throughout (073f66e)

1.1.1 (2019-07-13)

Code Refactoring

  • kitchen+inspec: move inline pillars to files (4dc3025)

1.1.0 (2019-07-10)

Bug Fixes

Code Refactoring

  • defaults: place common values in defaults.yaml (3656e31)

Continuous Integration

  • kitchen+travis: bring into line with template-formula (34f05bd)

Features

  • add support for openSUSE (76b8ac3)

Tests

  • user+group: test for vault user/group existence (ff5cdf9)

1.0.6 (2019-06-24)

Bug Fixes

1.0.5 (2019-05-15)

Documentation

  • readme: move requirements section under testing header (dfca3a6)

1.0.4 (2019-05-14)

Continuous Integration

  • kitchen: don't put Gemfile.lock in git (cfd5daf)
  • kitchen: update Gemfile from template-formula (541ec63)
  • travis: use default bundler on Travis (b9f40b3)

Documentation

  • readme: restore requirements section (5f2256c)

1.0.3 (2019-05-13)

Documentation

  • readme: improve readme sections (10e2bde)

1.0.2 (2019-05-13)

Documentation

  • readme: update readme, add badges (1fc3142)

1.0.1 (2019-04-20)

Code Refactoring

  • kitchen: prefer kitchen.yml to .kitchen.yml (5baaf24)

1.0.0 (2019-04-01)

Bug Fixes

  • everything: review comments & tests (297d784)
  • package: add missed cleanup & add storage backend to prod test (d0ed5e5)
  • package: fix more review comments (65482c2)
  • service: re-add support for Ubuntu 14.04 and older (1b1611f)
  • upgrade: upgrade procedure & add MacOS platform (b7b0d1d)

Code Refactoring

  • everything: overhaul to align with the template-formula (15d4e34)
  • map.jinja: cleanup map.jinja merge & add lookup (a640f01)
  • service: move config watch statement as it breaks in dev_mode (c6ce242)

Features

  • version: bump version to 1.1.0 (7671f87)

Reverts

  • defaults: some defaults were incorrectly changed (140db23)

Tests

  • config: correct more test cases (507ee9f)
  • install_binary: fix version & hash returned by vault v1.1.0 (8d74960)
  • kitchen: change version pillar (7fed7e6)
  • manual: update test, clean link (1f533d3)

BREAKING CHANGES

  • everything: This renames all states and the config file being generated.

0.5.1 (2019-03-27)

Documentation

  • semantic-release: implement an automated changelog (728ebd8), closes #24