- 17 Jul, 2021 1 commit
-
-
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
-
- 02 Jul, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/335
-
- 21 Jun, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/331
-
- 02 Jun, 2021 1 commit
-
-
Pedro Worcel authored
* docs(readme): add documentation regarding salt.formula usage. * docs(readme): change salt.formulas documentation to use double backtick. Co-authored-by:
Imran Iqbal <myii@users.noreply.github.com>
-
- 25 May, 2021 4 commits
-
-
semantic-release-bot authored
## [1.8.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.4...v1.8.5) (2021-05-25) ### Bug Fixes * **oracle-7:** use `osmajorrelease` instead of `$releasever` ([5146c449](https://github.com/saltstack-formulas/salt-formula/commit/5146c449d5d2d00ba4da67567d74966c21f394a8)) * **repo:** update repo urls to `repo.saltproject.io` ([80542bad](https://github.com/saltstack-formulas/salt-formula/commit/80542bad6ea88c89da474703453226e4ed6c7072)) ### Continuous Integration * **vagrant:** add OpenBSD 6.9 [skip ci] ([374527b2](https://github.com/saltstack-formulas/salt-formula/commit/374527b235993f5a3a8214e5a4bebcbd101d71a0)) * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([b8677339](https://github.com/saltstack-formulas/salt-formula/commit/b8677339cc5cdf0d2f9c840dae52336230980127)) * **gitlab-ci:** update Fedora testing after release [skip ci] ([33d6a033](https://github.com/saltstack-formulas/salt-formula/commit/33d6a033d38a3197c4dd8b719548d85a2fb7f734))
-
Imran Iqbal authored
fix(repo): update repo urls to `repo.saltproject.io` (inc. fix for `oraclelinux-7`)
-
Imran Iqbal authored
Avoid this error: ``` ID: salt-master Function: pkg.installed Result: False Comment: Error occurred installing package(s). Additional info follows: errors: - Running scope as unit run-402.scope. Loaded plugins: ovl, ulninfo https://repo.saltproject.io/py3/redhat/7Server/x86_64/3002/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. No package salt-master available. Error: Nothing to do ```
-
Imran Iqbal authored
Use the following command: ``` $ GREP_SED="\(repo\.salt\)stack\.com" \ && grep -rl --exclude-dir=.git "${GREP_SED}" \ | grep -v .un~$ \ | xargs sed -i -e "/${GREP_SED}/s//\1project.io/g" ```
-
- 23 May, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/327
-
- 20 May, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/325
-
- 09 May, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/323
-
- 30 Apr, 2021 1 commit
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/322
-
- 24 Apr, 2021 2 commits
-
-
semantic-release-bot authored
## [1.8.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.3...v1.8.4) (2021-04-24) ### Bug Fixes * **freebsd:** use `retry_options` to avoid spurious service failures ([698b7eae](https://github.com/saltstack-formulas/salt-formula/commit/698b7eae59e1585483fa26366f38bed12a835843))
-
Imran Iqbal authored
fix(freebsd): use `retry_options` to avoid spurious service failures
-
- 23 Apr, 2021 4 commits
-
-
Imran Iqbal authored
Use the `retry_options` already being used for the Salt minion service, since we're getting failures such as this one: * https://github.com/myii/salt-formula/runs/2415072504 This is made worse by the fact that GitHub Actions cannot re-run a single job (at the current time).
-
semantic-release-bot authored
## [1.8.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.2...v1.8.3) (2021-04-22) ### Continuous Integration * **kitchen+gitlab:** adjust matrix to add `3003` ([480b7edb](https://github.com/saltstack-formulas/salt-formula/commit/480b7edbfbe58532df89eebc59f8b2b48922327c)) * **vagrant:** add FreeBSD 13.0 [skip ci] ([63169913](https://github.com/saltstack-formulas/salt-formula/commit/631699133424a456f1dfe829a717ea339f345af7)) * **vagrant:** add Windows 10 pre-salted box [skip ci] ([fd285d8c](https://github.com/saltstack-formulas/salt-formula/commit/fd285d8c5bb0b266116f47b274ebe57ca849d662)) ### Tests * **aluminium:** add pillar, tests and verification files for `3003` ([752a1dea](https://github.com/saltstack-formulas/salt-formula/commit/752a1dea22dfd722b5732882d108ea5ecbcd332f)) * **freebsd:** add `map.jinja` verification file (for 13.0) ([10ae613c](https://github.com/saltstack-formulas/salt-formula/commit/10ae613cae58943c8af38a9199a0effcc5b7fba8))
-
Imran Iqbal authored
ci(kitchen+gitlab): adjust matrix to add `3003`
-
Imran Iqbal authored
* Semi-automated using https://github.com/myii/ssf-formula/pull/318
-
- 22 Apr, 2021 1 commit
-
-
Imran Iqbal authored
-
- 20 Apr, 2021 2 commits
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/316
-
Imran Iqbal authored
-
- 14 Apr, 2021 1 commit
-
-
Imran Iqbal authored
* Semi-automated using https://github.com/myii/ssf-formula/pull/313 * Add Window 10 map verification file
-
- 09 Apr, 2021 2 commits
-
-
semantic-release-bot authored
## [1.8.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.1...v1.8.2) (2021-04-09) ### Bug Fixes * **freebsd:** fix package names [skip ci] ([a30f1244](https://github.com/saltstack-formulas/salt-formula/commit/a30f124485550e487d8bd41db0549b03bbeb2d48)) ### Continuous Integration * **vagrant:** use pre-salted boxes & conditional local settings [skip ci] ([5941618c](https://github.com/saltstack-formulas/salt-formula/commit/5941618c6e322961009ce2e0aa6412337a71e79d)) ### Tests * **freebsd-11:** fix `osfinger` in comment [skip ci] ([26f2cc1e](https://github.com/saltstack-formulas/salt-formula/commit/26f2cc1ef0a9c8d21b5767db877119eef7cf1515))
-
Raphaël Hertzog authored
Right now when you set module_config entries in your pillar data like this: salt: minion: module_config: smtp.from: 'Kali Salt <admins+salt@kali.org>' smtp.to: 'Kali Admins <admins+salt@kali.org>' smtp.host: localhost smtp.subject: 'Results of salt actions on' smtp.fields: id,fun On each run, you will always a different ordering of the various fields in the minion configuration file, leading to spurious restart of the minion and admin annoyance: ID: salt-minion Function: file.recurse Name: /etc/salt/minion.d Result: True Comment: Recursively updated /etc/salt/minion.d Started: 13:39:25.689775 Duration: 874.318 ms Changes: ---------- /etc/salt/minion.d/f_defaults.conf: ---------- diff: --- +++ @@ -930,10 +930,10 @@ # A dict for the test module: #test.baz: {spam: sausage, cheese: bread} # +smtp.fields: id,fun +smtp.from: Kali Salt <admins+salt@kali.org> smtp.to: Kali Admins <admins+salt@kali.org> -smtp.fields: id,fun smtp.host: localhost -smtp.from: Kali Salt <admins+salt@kali.org> smtp.subject: Results of salt actions on With the change here, this bad behaviour is gone...
-
- 05 Apr, 2021 2 commits
-
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/311
-
Imran Iqbal authored
* Automated using https://github.com/myii/ssf-formula/pull/310
-
- 04 Apr, 2021 1 commit
-
-
Imran Iqbal authored
Resolves issues introduced in 24ebbb4e.
-
- 31 Mar, 2021 1 commit
-
-
Imran Iqbal authored
-
- 30 Mar, 2021 7 commits
-
-
semantic-release-bot authored
## [1.8.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.8.0...v1.8.1) (2021-03-30) ### Bug Fixes * **freebsd:** update to provide support for most recent versions ([24ebbb4e](https://github.com/saltstack-formulas/salt-formula/commit/24ebbb4e0c44a34fa3b20379306be67b5c03fbbe)) * **openbsd:** update to provide support for most recent versions ([61201de8](https://github.com/saltstack-formulas/salt-formula/commit/61201de8c65663498b6cb1b6f0f154a9af0e691f)) * **osfamilymap:** use `whoami` for Windows `rootuser` ([69d59813](https://github.com/saltstack-formulas/salt-formula/commit/69d598138e18134a9dcf8ed84daf04e3d4e2158e)), closes [#495](https://github.com/saltstack-formulas/salt-formula/issues/495) ### Code Refactoring * **retry_options:** provide options from defaults/pillar ([bbd72862](https://github.com/saltstack-formulas/salt-formula/commit/bbd7286240c2f604e9c1a6bb027e696fc973f74f)) ### Continuous Integration * enable Vagrant-based testing using GitHub Actions ([163c77fc](https://github.com/saltstack-formulas/salt-formula/commit/163c77fceea0f4a098bc74039cb24e77f0f9852a)) * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([cfefcc83](https://github.com/saltstack-formulas/salt-formula/commit/cfefcc83c032ae76178d2c24169462b18a0434c7)) * **windows:** use `kitchen.windows.yml` ([c6043fbc](https://github.com/saltstack-formulas/salt-formula/commit/c6043fbc9dde691bb019088a0dfd37d048a16773)) ### Documentation * **readme:** add `Testing with Vagrant` section ([ef1bc02a](https://github.com/saltstack-formulas/salt-formula/commit/ef1bc02a8680a9b92b9d8d74013986070cc01f5e)) ### Tests * update for new platforms (inc. using `system` library) ([e6bcdc1b](https://github.com/saltstack-formulas/salt-formula/commit/e6bcdc1b4d8d15f00af17d1c33ed57f496d951b2)) * **_mapdata:** add Arch Linux verification file ([e31a56e7](https://github.com/saltstack-formulas/salt-formula/commit/e31a56e7a328117f5d5b951119eb853a91eade60)) * add Windows map verification files ([e0afe89f](https://github.com/saltstack-formulas/salt-formula/commit/e0afe89f2492f1b530d6205b871e435ea7ab0c97)) * standardise use of `share` suite & `_mapdata` state [skip ci] ([9816f473](https://github.com/saltstack-formulas/salt-formula/commit/9816f473c5aae19ddf25a5c9b126221694c61c6c))
-
Imran Iqbal authored
ci: enable Vagrant-based testing using GitHub Actions
-
Imran Iqbal authored
-
Imran Iqbal authored
-
Imran Iqbal authored
-
Imran Iqbal authored
-
Imran Iqbal authored
-