Skip to content

Latest commit

 

History

History
145 lines (92 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

145 lines (92 loc) · 12.5 KB

Changelog

0.3.0 (2023-01-25)

Bug Fixes

Continuous Integration

  • update pre-commit configuration inc. for pre-commit.ci [skip ci] (c5c2003)
  • kitchen+gitlab: update for new pre-salted images [skip ci] (89a5fd0)
  • update linters to latest versions [skip ci] (68a7aff)
  • 3003.1: update inc. AlmaLinux, Rocky & rst-lint [skip ci] (f5e0d07)
  • commitlint: ensure upstream/master uses main repo URL [skip ci] (e008d50)
  • gemfile: allow rubygems proxy to be provided as an env var [skip ci] (ea0ee50)
  • gemfile+lock: use ssf customised inspec repo [skip ci] (33cabad)
  • gemfile+lock: use ssf customised kitchen-docker repo [skip ci] (8feade3)
  • gitlab-ci: add rubocop linter (with allow_failure) [skip ci] (b17eb68)
  • kitchen: move provisioner block & update run_command [skip ci] (6bfa82c)
  • kitchen+ci: update with 3004 pre-salted images/boxes [skip ci] (875cf7d)
  • kitchen+ci: update with latest 3003.2 pre-salted images [skip ci] (da80e7d)
  • kitchen+ci: update with latest CVE pre-salted images [skip ci] (442960f)
  • kitchen+gitlab: update for new pre-salted images [skip ci] (2cbf91c)
  • add Debian 11 Bullseye & update yamllint configuration [skip ci] (dfcf18c)
  • kitchen+gitlab: remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (18143e0)
  • add arch-master to matrix and update .travis.yml [skip ci] (34e170d)
  • kitchen+ci: use latest pre-salted images (after CVE) [skip ci] (0a740db)
  • kitchen+gitlab: adjust matrix to add 3003 [skip ci] (6cb055e)
  • kitchen+gitlab-ci: use latest pre-salted images [skip ci] (37149c9)
  • pre-commit: update hook for rubocop [skip ci] (a1a98ca)

Features

  • certs: new option to disable automated certificate configuration (d0058c2)

Tests

  • system: add build_platform_codename [skip ci] (ea71069)
  • system.rb: add support for mac_os_x [skip ci] (08c4817)
  • standardise use of share suite & _mapdata state [skip ci] (e50d418)

0.2.3 (2020-12-16)

Bug Fixes

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

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (8bec93c)
  • gemfile.lock: add to repo with updated Gemfile [skip ci] (a17dc31)
  • gitlab-ci: use GitLab CI as Travis CI replacement (7ad0d63)
  • kitchen: avoid using bootstrap for master instances [skip ci] (4b249dc)
  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (3b9588a)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (31b5081)
  • kitchen: use saltimages Docker Hub where available [skip ci] (0252b54)
  • kitchen+travis: remove master-py2-arch-base-latest [skip ci] (564e12e)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (d9eaec6)
  • pre-commit: add to formula [skip ci] (9ce264c)
  • pre-commit: enable/disable rstcheck as relevant [skip ci] (1c0c322)
  • pre-commit: finalise rstcheck configuration [skip ci] (8bc4807)
  • travis: add notifications => zulip [skip ci] (e6125ff)
  • travis: apply changes from build config validation [skip ci] (d92fc95)
  • travis: opt-in to dpl v2 to complete build config validation [skip ci] (62865ca)
  • travis: quote pathspecs used with git ls-files [skip ci] (7af7f1f)
  • travis: run shellcheck during lint job [skip ci] (fa08c3d)
  • travis: update salt-lint config for v0.0.10 [skip ci] (a5211ff)
  • travis: use major.minor for semantic-release version [skip ci] (38e9777)
  • travis: use build config validation (beta) [skip ci] (a37e169)
  • workflows/commitlint: add to repo [skip ci] (e8c4509)

Documentation

  • contributing: remove to use org-level file instead [skip ci] (7ae0f30)
  • readme: update link to CONTRIBUTING [skip ci] (410ce1b)

Performance Improvements

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

0.2.2 (2019-10-12)

Bug Fixes

  • rubocop: add fixes using rubocop --safe-auto-correct ()

Continuous Integration

  • merge travis matrix, add salt-lint & rubocop to lint job ()
  • travis: merge rubocop linter into main lint job ()

0.2.1 (2019-10-10)

Bug Fixes

  • macro.jinja: fix salt-lint errors ()
  • pillar_certs.sls: fix salt-lint errors ()

Continuous Integration

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

0.2.0 (2019-09-25)

Bug Fixes

  • pillar.example: ensure comments would pass yamllint as well (e2f5a95)

Continuous Integration

  • kitchen: add binstub for Kitchen command (d373390)
  • kitchen: extract test pillars in file (924fd71)
  • kitchen: fix stunnel don't start because certs are missing (ce6971f)
  • kitchen: rename Kitchen config file (e83fa64)
  • kitchen: update gems (1110a9d)
  • kitchen: update platforms list (1264438)
  • travis: run tests on Debian/Ubuntu first (403c025)

Features

  • semantic-release: add semantic-release (261f484)
  • semantic-release: implement for this formula (9cd995a)

Tests

  • inspec: add Inspec tests (5650446)