Skip to content

Latest commit

 

History

History
103 lines (63 loc) · 8.26 KB

CHANGELOG.md

File metadata and controls

103 lines (63 loc) · 8.26 KB

Changelog

0.4.1 (2020-12-16)

Continuous Integration

  • gemfile.lock: add to repo with updated Gemfile [skip ci] (0bac4d9)
  • gitlab-ci: use GitLab CI as Travis CI replacement (371749e)
  • kitchen: use saltimages Docker Hub where available [skip ci] (fca90ff)
  • kitchen+travis: remove master-py2-arch-base-latest [skip ci] (e5c83d2)
  • pre-commit: add to formula [skip ci] (7196f19)
  • pre-commit: enable/disable rstcheck as relevant [skip ci] (06d84db)
  • pre-commit: finalise rstcheck configuration [skip ci] (bf59577)
  • travis: add notifications => zulip [skip ci] (e7ee82d)
  • workflows/commitlint: add to repo [skip ci] (38e980f)

Styles

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

0.4.0 (2020-03-28)

Bug Fixes

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

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (15c1847)
  • kitchen: avoid using bootstrap for master instances [skip ci] (98b1708)
  • kitchen: change log_level to debug instead of info (f29dadb)
  • kitchen: install required packages to bootstrapped opensuse [skip ci] (c2a22b5)
  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (9a0551c)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (9c99c79)
  • kitchen: use bootstrapped opensuse images until 2019.2.2 [skip ci] (72b7884)
  • kitchen+travis: replace EOL pre-salted images (b9e16d5)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (cfca07f)
  • platform: add arch-base-latest (c5db9a5)
  • travis: apply changes from build config validation [skip ci] (e9b9c35)
  • travis: opt-in to dpl v2 to complete build config validation [skip ci] (d49d6c5)
  • travis: quote pathspecs used with git ls-files [skip ci] (c211ac5)
  • travis: run shellcheck during lint job [skip ci] (056d015)
  • travis: update salt-lint config for v0.0.10 [skip ci] (64b821e)
  • travis: use major.minor for semantic-release version [skip ci] (ca4508a)
  • travis: use build config validation (beta) [skip ci] (91489dd)
  • merge travis matrix, add salt-lint & rubocop to lint job (2e40417)
  • merge travis matrix, add salt-lint & rubocop to lint job (29af05e)
  • yamllint: add rule empty-values & use new yaml-files setting (2cea0b2)
  • use dist: bionic & apply opensuse-leap-15 SCP error workaround (142ff66)

Documentation

  • contributing: remove to use org-level file instead [skip ci] (4cf5a60)
  • readme: update link to CONTRIBUTING [skip ci] (b5d30cf)

Features

  • os: graceful fail for unsupported os (be66570)

Performance Improvements

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

0.3.0 (2019-08-17)

Features

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

0.2.0 (2019-07-19)

Bug Fixes

  • example: fix pillar example (d4e6442)
  • macro: remove unused 'concat_args' macro (ee6f30f)
  • suse: correct the service name on suse (d69bd4e)

Code Refactoring

  • formula: align with template-formula v3.0.0 (873ae0f)

Features

  • formula: align with template-formula v3.0.0 (12a9c76)
  • formula: apply pr review comments (ad30f21)
  • formula: apply pr review comments (1e3cdc9)

Tests