1
0
Fork 0
mirror of synced 2024-05-26 03:51:09 -04:00
formula-sudoers/CHANGELOG.md
semantic-release-bot 0183aed04b chore(release): 0.22.2 [skip ci]
## [0.22.2](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.22.1...v0.22.2) (2020-08-26)

### Bug Fixes

* **release.config.js:** use full commit hash in commit link [skip ci] ([551f300](551f300b4b))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([b9dd8b1](b9dd8b1c0f))
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([54e19fd](54e19fdd98))
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([567ff29](567ff29b98))
* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([b8d5c0b](b8d5c0bfa1))
* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([9f217a2](9f217a2675))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([242f719](242f71956d))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([a2729d0](a2729d05eb))
* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([e32be01](e32be015d6))
* **kitchen+travis:** use latest pre-salted images ([cd29502](cd2950289e))
* **travis:** add notifications => zulip [skip ci] ([7b5f0e9](7b5f0e95bf))
* **travis:** apply changes from build config validation [skip ci] ([08ca2a6](08ca2a6ebb))
* **travis:** merge `rubocop` linter into main `lint` job ([371bed2](371bed2d7a))
* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([43cf4c6](43cf4c6b45))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([438ba3e](438ba3e5d4))
* **travis:** run `shellcheck` during lint job [skip ci] ([f87c4ba](f87c4baa30))
* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([2fe682e](2fe682effc))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([1fc0e95](1fc0e95f6a))
* **travis:** use build config validation (beta) [skip ci] ([5a6ed53](5a6ed537d6))
* **workflows/commitlint:** add to repo [skip ci] ([32ae435](32ae435463))

### Documentation

* **contributing:** remove to use org-level file instead [skip ci] ([67880a5](67880a513e))
* **readme:** update link to `CONTRIBUTING` [skip ci] ([9a36e1a](9a36e1a933))

### Performance Improvements

* **travis:** improve `salt-lint` invocation [skip ci] ([8314aa0](8314aa0df1))

### Tests

* **map:** verify `map.jinja` dump using `_mapdata` state ([63865a2](63865a286e))
2020-08-26 14:53:55 +00:00

7.3 KiB

Changelog

0.22.2 (2020-08-26)

Bug Fixes

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

Continuous Integration

  • gemfile: restrict train gem version until upstream fix [skip ci] (b9dd8b1)
  • gemfile.lock: add to repo with updated Gemfile [skip ci] (54e19fd)
  • kitchen: avoid using bootstrap for master instances [skip ci] (567ff29)
  • kitchen: use debian-10-master-py3 instead of develop [skip ci] (b8d5c0b)
  • kitchen: use develop image until master is ready (amazonlinux) [skip ci] (9f217a2)
  • kitchen: use saltimages Docker Hub where available [skip ci] (242f719)
  • kitchen+travis: remove master-py2-arch-base-latest [skip ci] (a2729d0)
  • kitchen+travis: upgrade matrix after 2019.2.2 release [skip ci] (e32be01)
  • kitchen+travis: use latest pre-salted images (cd29502)
  • travis: add notifications => zulip [skip ci] (7b5f0e9)
  • travis: apply changes from build config validation [skip ci] (08ca2a6)
  • travis: merge rubocop linter into main lint job (371bed2)
  • travis: opt-in to dpl v2 to complete build config validation [skip ci] (43cf4c6)
  • travis: quote pathspecs used with git ls-files [skip ci] (438ba3e)
  • travis: run shellcheck during lint job [skip ci] (f87c4ba)
  • travis: update salt-lint config for v0.0.10 [skip ci] (2fe682e)
  • travis: use major.minor for semantic-release version [skip ci] (1fc0e95)
  • travis: use build config validation (beta) [skip ci] (5a6ed53)
  • workflows/commitlint: add to repo [skip ci] (32ae435)

Documentation

  • contributing: remove to use org-level file instead [skip ci] (67880a5)
  • readme: update link to CONTRIBUTING [skip ci] (9a36e1a)

Performance Improvements

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

Tests

  • map: verify map.jinja dump using _mapdata state (63865a2)

0.22.1 (2019-10-11)

Bug Fixes

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

Continuous Integration

  • kitchen: change log_level to debug instead of info ()
  • kitchen: install required packages to bootstrapped opensuse [skip ci] ()
  • kitchen: use bootstrapped opensuse images until 2019.2.2 [skip ci] ()
  • kitchen+travis: replace EOL pre-salted images ()
  • platform: add arch-base-latest ()
  • merge travis matrix, add salt-lint & rubocop to lint job ()
  • merge travis matrix, add salt-lint & rubocop to lint job ()
  • use dist: bionic & apply opensuse-leap-15 SCP error workaround ()
  • travis: merge rubocop linter into main lint job ()
  • yamllint: add rule empty-values & use new yaml-files setting ()

0.22.0 (2019-08-17)

Continuous Integration

  • kitchen+travis: modify matrix to include develop platform (3d42a82)

Features

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

0.21.1 (2019-05-29)

Tests

  • kitchen: tests on config files (5fa1cf1)

0.21.0 (2019-05-29)

Documentation

  • fix CONTRIBUTING and README (d604876), closes #51

Features

  • implementing semantic release (1a59d4e)