Skip to content

Releases: saltstack-formulas/template-formula

v4.0.6

07 Apr 13:44
Compare
Choose a tag to compare

4.0.6 (2020-04-07)

Bug Fixes

  • running.sls: use watch not require to ensure service restart (3a1fc35)

Code Refactoring

  • libsaltcli: use the opts dict throughout [skip ci] (69b632f)

Continuous Integration

  • kitchen+travis: adjust matrix to add 3000 & remove 2017.7 [skip ci] (f81c372)
  • kitchen+travis: adjust matrix to update 3000 to 3000.1 [skip ci] (f48a727)

v4.0.5

23 Mar 13:18
Compare
Choose a tag to compare

4.0.5 (2020-03-23)

Bug Fixes

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

Code Refactoring

  • service: use systemd-journald instead of systemd-udevd (a265105)

v4.0.4

14 Feb 18:30
Compare
Choose a tag to compare

4.0.4 (2020-02-14)

Bug Fixes

  • libtofs: “files_switch” mess up the variable defined by “map.jinja” (ab4ce75)

Continuous Integration

  • kitchen: avoid using bootstrap for master instances (6ecdb99)

v4.0.3

27 Jan 19:48
Compare
Choose a tag to compare

4.0.3 (2020-01-27)

Bug Fixes

  • fix CentOS Linux-7 and add os details from current CI setup (4be16ca)
  • travis: reinstate conversion test [skip ci] (5d47fda)

Continuous Integration

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

v4.0.2

19 Dec 15:46
Compare
Choose a tag to compare

4.0.2 (2019-12-19)

Bug Fixes

  • convert-formula.sh: remove "Using this template" post-conversion (55ab937)
  • convert-formula.sh: remove rubocop override post-conversion (aca4e44)
  • convert-formula.sh: remove CI test post-conversion (06ec949)
  • convert-formula.sh: reset version to 1.0.0 (39889ce)

Documentation

  • convert-formula.sh: add usage guide (539a335)

v4.0.1

v4.0.0

16 Dec 14:36
Compare
Choose a tag to compare

4.0.0 (2019-12-16)

Code Refactoring

  • improve reusability using an unique keyword TEMPLATE (2e8ded6)

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (1b6164f)
  • travis: quote pathspecs used with git ls-files [skip ci] (341f495)

Features

  • add script to ease conversion from template to real formula (edfa269)

Tests

  • add CI test of conversion script (7ad85ae)

BREAKING CHANGES

  • changed all state names and ids

v3.3.4

27 Nov 20:31
Compare
Choose a tag to compare

3.3.4 (2019-11-27)

Bug Fixes

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

Continuous Integration

  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (14ebf92)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (42482d7)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (d0e07b8)
  • travis: apply changes from build config validation [skip ci] (b625245)
  • travis: opt-in to dpl v2 to complete build config validation [skip ci] (f1fbf7f)
  • travis: run shellcheck during lint job (a711665)
  • travis: update salt-lint config for v0.0.10 [skip ci] (faea464)
  • travis: use build config validation (beta) [skip ci] (66494bb)

Performance Improvements

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

v3.3.3

16 Oct 15:34
Compare
Choose a tag to compare

3.3.3 (2019-10-16)

Documentation

  • contributing: add recent semantic-release formulas [skip ci] ()
  • contributing: remove to use org-level file instead [skip ci] ()
  • readme: update link to CONTRIBUTING [skip ci] ()
  • reamde: have special notes section ()

v3.3.2

08 Oct 22:37
Compare
Choose a tag to compare

3.3.2 (2019-10-08)

Bug Fixes

  • rubocop: add fixes using rubocop --safe-auto-correct (484ce24)
  • rubocop: fix remaining errors manually (9566b6f)

Code Refactoring

  • travis: merge lint stage into the test stage (d3b93f8)

Continuous Integration

Documentation