Skip to content

Tags: saltstack-formulas/sysstat-formula

Tags

v0.4.1

chore(release): 0.4.1 [skip ci]

## [0.4.1](v0.4.0...v0.4.1) (2020-12-16)

### Continuous Integration

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

### Styles

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

v0.4.0

chore(release): 0.4.0 [skip ci]

# [0.4.0](v0.3.0...v0.4.0) (2020-03-28)

### Bug Fixes

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

### Continuous Integration

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

### Documentation

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

### Features

* **os:** graceful fail for unsupported os ([be66570](be66570))

### Performance Improvements

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

v0.3.0

chore(release): 0.3.0 [skip ci]

# [0.3.0](v0.2.0...v0.3.0) (2019-08-17)

### Features

* **yamllint:** include for this repo and apply rules throughout ([a8cc767](a8cc767))

v0.2.0

chore(release): 0.2.0 [skip ci]

# [0.2.0](v0.1.0...v0.2.0) (2019-07-19)

### Bug Fixes

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

### Code Refactoring

* **formula:** align with template-formula v3.0.0 ([873ae0f](873ae0f))

### Features

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

### Tests

* **inspec:** fix unit test ([84e697a](84e697a))

v0.1.0

Merge pull request #11 from keesbos/suse

Add SLES (Suse) support