Changelog

1.0.3 (2020-12-16)

Continuous Integration

  • gitlab-ci: use GitLab CI as Travis CI replacement (cfced53)

  • kitchen: use saltimages Docker Hub where available [skip ci] (8aa42a8)

  • pre-commit: add to formula [skip ci] (4cedc21)

  • pre-commit: enable/disable rstcheck as relevant [skip ci] (4e0b31b)

  • pre-commit: finalise rstcheck configuration [skip ci] (0602d2a)

  • travis: add notifications ⇒ zulip [skip ci] (8c849fc)

  • workflows/commitlint: add to repo [skip ci] (beb229c)

Styles

  • libtofs.jinja: use Black-inspired Jinja formatting [skip ci] (64d4d2c)

1.0.2 (2020-05-03)

Bug Fixes

  • package/install: ensure toml works for Sodium (3001) (6c3a886)

Continuous Integration

  • kitchen+travis: remove master-py2-arch-base-latest [skip ci] (d018eb2)

  • travis: avoid master instances due to toml issues [skip ci] (5d33d2b)

Reverts

  • travis: avoid master instances due to toml issues (4b6849b)

1.0.1 (2020-04-30)

Bug Fixes

  • running.sls: use watch not require to ensure service restart (861e17e), closes #5

Continuous Integration

  • gemfile.lock: add to repo with updated Gemfile [skip ci] (ecf0fff)

1.0.0 (2020-03-11)

Bug Fixes

  • libtofs: “files_switch” mess up the variable exported by “map.jinja” [skip ci] (9ea2bda)

  • pytoml: add package name for centos-8 (6428501)

  • pytoml: the Centos 8 distribution should install python3-pytoml (2eaba15)

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

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (81b6817)

  • kitchen: avoid using bootstrap for master instances [skip ci] (8dbf7c2)

  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (136a01c)

  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (0883324)

  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (cbca3ab)

  • travis: adjust to new working matrix (db7098e)

  • travis: apply changes from build config validation [skip ci] (ff4854b)

  • travis: drop 2017.7 platform test (266f67c)

  • travis: opt-in to dpl v2 to complete build config validation [skip ci] (11a0d28)

  • travis: quote pathspecs used with git ls-files [skip ci] (f95e4f0)

  • travis: run shellcheck during lint job [skip ci] (380cce1)

  • travis: update salt-lint config for v0.0.10 [skip ci] (50e0774)

  • travis: use major.minor for semantic-release version [skip ci] (7794ab7)

  • travis: use build config validation (beta) [skip ci] (8baf3ee)

Documentation

  • contributing: remove to use org-level file instead [skip ci] (6fc42dc)

  • readme: update link to CONTRIBUTING [skip ci] (fdc6a3e)

Features

  • config: salt has a module to serialize to TOML (013fefb)

Performance Improvements

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

BREAKING CHANGES

  • config: salt['slsutil.serialize'] was introduced in 2018.3

  • config: toml serializer was introduced in 2018.3

0.3.1 (2019-10-12)

Bug Fixes

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

Continuous Integration

  • merge travis matrix, add salt-lint & rubocop to lint job (437d7f1)

  • travis: merge rubocop linter into main lint job (1b96ea6)

0.3.0 (2019-10-04)

Bug Fixes

  • toml_pkg: fix yamllint errors (9e2fe52)

Features

  • semantic-release: implement for this formula (a09308e), closes #1