- 06 Oct, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/375
-
- 05 Oct, 2021 5 commits
-
-
semantic-release-bot authored
## [1.9.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.2...v1.9.3) (2021-10-05) ### Continuous Integration * **kitchen+ci:** update with latest CVE pre-salted images ([1a8512d7](https://github.com/saltstack-formulas/salt-formula/commit/1a8512d77f8212cd51aa7ba09625f647adc5e171)) ### Tests * **_mapdata:** reset indentation [skip ci] ([678548fc](https://github.com/saltstack-formulas/salt-formula/commit/678548fc8ba4bb8fe2c791665b8dda3abca327ee)) * **_mapdata:** use `15.3` for `opensuse-15.yaml` ([f4a91c45](https://github.com/saltstack-formulas/salt-formula/commit/f4a91c458cca5b609ec1fc32cd100c147e1894b2)) * **neon:** remove pillar and tests for `v3000` ([d00b04a5](https://github.com/saltstack-formulas/salt-formula/commit/d00b04a5df4a24ba49a4f8fa7028f5e02503aac8))
-
Imran Iqbal authored
ci(kitchen+gitlab): adjust matrix to use 3003.3, 3002.7 & 3001.8
-
Imran Iqbal authored
* Semi-automated using https://github.com/myii/ssf-formula/pull/374
-
Imran Iqbal authored
-
Imran Iqbal authored
-
- 30 Sep, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/370
-
- 21 Sep, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/369
-
- 17 Sep, 2021 5 commits
-
-
Imran Iqbal authored
-
semantic-release-bot authored
## [1.9.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.1...v1.9.2) (2021-09-17) ### Bug Fixes * **debian,ubuntu:** rename repo file to match documentation ([47ab261b](https://github.com/saltstack-formulas/salt-formula/commit/47ab261b397da51febffaefef848dfeff9b57c27)) ### Continuous Integration * **mapdata:** remove Ubuntu 16.04 [skip ci] ([cd2a0bfd](https://github.com/saltstack-formulas/salt-formula/commit/cd2a0bfdf00aa196d11b2a06f5ecd2023a1cb469))
-
Imran Iqbal authored
Fix Debian's family repository filename
-
Javier Bértoli authored
Also: * add keyring file for the salt repo, due to `apt-key` deprecation * remove old repository file
-
Javier Bértoli authored
-
- 14 Sep, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/368
-
- 09 Sep, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/367
-
- 04 Sep, 2021 6 commits
-
-
semantic-release-bot authored
## [1.9.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.0...v1.9.1) (2021-09-04) ### Bug Fixes * **default:** set salt:minion:master_type to str ([ca1df1b6](https://github.com/saltstack-formulas/salt-formula/commit/ca1df1b69e9b9c2caef8a1e2a18a6a68a6cdf524)) ### Continuous Integration * **freebsd:** update with latest pre-salted Vagrant boxes [skip ci] ([0231e636](https://github.com/saltstack-formulas/salt-formula/commit/0231e6368e38e8c2d3a8ddf3c8a45728f19184ac)) * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([a86e19e7](https://github.com/saltstack-formulas/salt-formula/commit/a86e19e794d7bb9f634818c3fe36352b3207187a)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([5cc8759e](https://github.com/saltstack-formulas/salt-formula/commit/5cc8759efd586b98dda3fc0cdf627d57bee7416b)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([86b0fa1d](https://github.com/saltstack-formulas/salt-formula/commit/86b0fa1d406a2bcbef42f60e74b0941f16ed00d4)) * **pillar:** update master_type in pillar.example ([8fa064ba](https://github.com/saltstack-formulas/salt-formula/commit/8fa064baa911d7c5f5527be770a49264cf9c213c)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([ac1d3b9a](https://github.com/saltstack-formulas/salt-formula/commit/ac1d3b9a2de95d9e08577e308b08482875c61cd3)) ### Tests * **_mapdata:** add AlmaLinux verification file [skip ci] ([42d64870](https://github.com/saltstack-formulas/salt-formula/commit/42d64870e33b68b1cc6bf920c876ac2edc7ef4f5)) * **_mapdata:** update verification files for `master_type: str` ([c16e7a3b](https://github.com/saltstack-formulas/salt-formula/commit/c16e7a3b755e849fc91bea1aefd0d549a47882e5)) * **pkgs_spec:** fix latest rubocop violations [skip ci] ([f64197ad](https://github.com/saltstack-formulas/salt-formula/commit/f64197ada462dc7a1a9d6b436ccec4ff5f3aa42f))
-
Imran Iqbal authored
fix(Defaults) master_type: str
-
Imran Iqbal authored
Use the following command: ``` $ GREP_SED="^\(\s\+master_type: \)true" \ && grep -rl "${GREP_SED}" test/integration/ \ | xargs sed -i -e "/${GREP_SED}/s//\1str/" ```
-
noelmcloughlin authored
-
Dallas Harris authored
Having it set as true causes an error with the minion config when the salt-minion starts
-
Imran Iqbal authored
``` Offenses: test/integration/v3000-py2/controls/pkgs_spec.rb:10:5: C: [Correctable] Style/WordArray: Use ['Salt Minion'] for an array of words. (https://rubystyle.guide#percent-w) %w[Salt\ Minion] ^^^^^^^^^^^^^^^^ test/integration/v3000-py3/controls/pkgs_spec.rb:10:5: C: [Correctable] Style/WordArray: Use ['Salt Minion'] for an array of words. (https://rubystyle.guide#percent-w) %w[Salt\ Minion] ^^^^^^^^^^^^^^^^ test/integration/v3001-py3/controls/pkgs_spec.rb:10:5: C: [Correctable] Style/WordArray: Use ['Salt Minion'] for an array of words. (https://rubystyle.guide#percent-w) %w[Salt\ Minion] ^^^^^^^^^^^^^^^^ test/integration/v3002-py3/controls/pkgs_spec.rb:10:5: C: [Correctable] Style/WordArray: Use ['Salt Minion'] for an array of words. (https://rubystyle.guide#percent-w) %w[Salt\ Minion] ^^^^^^^^^^^^^^^^ test/integration/v3003-py3/controls/pkgs_spec.rb:10:5: C: [Correctable] Style/WordArray: Use ['Salt Minion'] for an array of words. (https://rubystyle.guide#percent-w) %w[Salt\ Minion] ^^^^^^^^^^^^^^^^ 19 files inspected, 5 offenses detected, 5 offenses auto-correctable ```
-
- 30 Aug, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/364
-
- 23 Aug, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/362
-
- 19 Aug, 2021 2 commits
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/360
-
Imran Iqbal authored
-
- 16 Aug, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/359
-
- 09 Aug, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/358
-
- 04 Aug, 2021 2 commits
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/357
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/356
-
- 26 Jul, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/353
-
- 22 Jul, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/350
-
- 21 Jul, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/349
-
- 18 Jul, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/345
-
- 17 Jul, 2021 2 commits
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/344
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/343
-
- 14 Jul, 2021 5 commits
-
-
semantic-release-bot authored
# [1.9.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.5...v1.9.0) (2021-07-14) ### Continuous Integration * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([0e628589](https://github.com/saltstack-formulas/salt-formula/commit/0e628589866e9881407972c263494896bcacae45)) * **kitchen.vagrant.yml:** disable FreeBSD until pre-salted boxes updated ([fa820c78](https://github.com/saltstack-formulas/salt-formula/commit/fa820c78392e68f34c9dbb30021fb2ef3ba0f9c0)) * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([226a1872](https://github.com/saltstack-formulas/salt-formula/commit/226a187258bb32eea66b77fac9cccf43f65e6ad5)) ### Documentation * **readme:** add documentation regarding salt.formula usage [skip ci] ([209575f3](https://github.com/saltstack-formulas/salt-formula/commit/209575f385ea352a36c00b60d3bf67b100f16f9d)) ### Features * **freebsd:** update packages from `py37-*` => `py38-*` ([0ab42d7c](https://github.com/saltstack-formulas/salt-formula/commit/0ab42d7ce864ca39e628a962a589cb894606ad36))
-
Imran Iqbal authored
feat(freebsd): update packages from `py37-*` => `py38-*`
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/341
-
Imran Iqbal authored
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/340
-