Skip to content

Latest commit

 

History

History
181 lines (93 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

181 lines (93 loc) · 10.7 KB

Changelog

1.0.4 (2020-12-16)

Continuous Integration

  • gitlab-ci: use GitLab CI as Travis CI replacement (44ec1b3)
  • pre-commit: add to formula [skip ci] (c9aeb37)
  • pre-commit: enable/disable rstcheck as relevant [skip ci] (8990e81)
  • pre-commit: finalise rstcheck configuration [skip ci] (c7dff99)

Styles

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

1.0.3 (2020-07-10)

Code Refactoring

  • variable names: use dbpassword consistently across formula (5b4b787)

Continuous Integration

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

Tests

  • packages_spec: generalise version number verification [skip ci] (e4952f0)

1.0.2 (2020-05-28)

Continuous Integration

  • kitchen+travis: add new platforms [skip ci] (e7ff4ee)
  • kitchen+travis: adjust matrix to add 3000.3 [skip ci] (02926f0)
  • travis: add notifications => zulip [skip ci] (473db1c)
  • travis: use new platforms (ubuntu-20.04 & fedora-32) (938aac4)
  • workflows/commitlint: add to repo [skip ci] (ac271fe)

Tests

  • packages_spec: add versions for new platforms (5eb7bd8)
  • packages_spec: update for 4.4.9 (d30ae38)

1.0.1 (2020-05-02)

Continuous Integration

  • gemfile.lock: add to repo with updated Gemfile [skip ci] (6f153fa)
  • kitchen+travis: adjust matrix to add 3000.2 & remove 2018.3 (fc6c741)
  • kitchen+travis: remove master-py2-arch-base-latest [skip ci] (92ac6c7)

Tests

  • packages_spec: update for 4.4.8 (773e522)

1.0.0 (2020-04-04)

Bug Fixes

  • fedora: get all fedora instances working (2018.3+) (32ef0e6)

Continuous Integration

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

BREAKING CHANGES

  • fedora: Minimum Salt version support is now 2018.3 in line with official upstream support; also use of the traverse Jinja filter.

0.21.4 (2020-03-31)

Tests

  • packages_spec: update version numbers (3242c14)

0.21.3 (2020-03-22)

Code Refactoring

  • map and defaults: update the map.jinja file and add yaml maps (badd17e)

0.21.2 (2020-03-12)

Bug Fixes

  • libtofs: “files_switch” mess up the variable exported by “map.jinja” [skip ci] (9d6b5d7)
  • release.config.js: use full commit hash in commit link [skip ci] (2072e06)

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (95d4c15)
  • kitchen: avoid using bootstrap for master instances [skip ci] (2c04d93)
  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (8645a8e)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (678b048)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (495f811)
  • travis: adjust to new working matrix (41cd6ab)
  • travis: apply changes from build config validation [skip ci] (0824612)
  • travis: opt-in to dpl v2 to complete build config validation [skip ci] (6e8da04)
  • travis: quote pathspecs used with git ls-files [skip ci] (0c33ab0)
  • travis: run shellcheck during lint job [skip ci] (33b018d)
  • travis: update salt-lint config for v0.0.10 [skip ci] (ecc08c4)
  • travis: use major.minor for semantic-release version [skip ci] (ece1158)
  • travis: use build config validation (beta) [skip ci] (f4f8626)

Documentation

  • contributing: remove to use org-level file instead [skip ci] (889a49b)
  • readme: update link to CONTRIBUTING [skip ci] (249b89f)

Performance Improvements

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

Tests

  • packages_spec: update for 4.4.1 release (c5cc431)
  • packages_spec: update version numbers (0ebd417)

0.21.1 (2019-10-13)

Code Refactoring

  • repo: remove unused files_switch import ()
  • tofs: upgrade for all file.managed ()

Continuous Integration

  • travis: use fedora-29 instead of fedora-30 (for reliability) ()

0.21.0 (2019-10-12)

Bug Fixes

  • init.sls: fix salt-lint errors ()
  • pillar.example: fix yamllint violations ()
  • repo: ensure debconf-utils is installed for Debian-based OSes ()

Continuous Integration

  • inspec: add pillar to use for testing the default suite ()

Documentation

  • readme: move to docs/ directory and apply common structure ()

Features

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

Tests

  • inspec: add tests for packages, config files & services ()