Commit Graph
777 Commits
Author SHA1 Message Date
Imran IqbalandGitHub ed20b2662f Merge pull request #458 from hatifnatt/feat-apt-pinning
feat(package): use apt-pinning to pin specific package version
2020-04-18 12:17:11 +01:00
Imran Iqbal e786eb6b8e test(pkgs_spec): update fedora version [skip ci] 2020-04-18 12:13:50 +01:00
Imran Iqbal b781ce36a3 chore(codeowners): add initial version 2020-04-18 12:11:20 +01:00
semantic-release-bot 166783a3c8 chore(release): 1.3.4 [skip ci]
## [1.3.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.3...v1.3.4) (2020-04-03)

### Bug Fixes

* **api:** remove spurious colon in salt.api state ([02fbcd4](https://github.com/saltstack-formulas/salt-formula/commit/02fbcd43fc56e99fa62d7ab78658fa19e5d83372))
v1.3.4
2020-04-03 09:17:51 +00:00
Heinz WiesingerandGitHub 02fbcd43fc fix(api): remove spurious colon in salt.api state 2020-04-03 10:07:46 +01:00
semantic-release-bot 778e7ffc13 chore(release): 1.3.3 [skip ci]
## [1.3.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.2...v1.3.3) (2020-04-01)

### Continuous Integration

* **kitchen+travis:** adjust matrix to update `3000` to `3000.1` ([a8fe65a](https://github.com/saltstack-formulas/salt-formula/commit/a8fe65a2c80a63cb167ea6f7f88b1198b6e07b97))

### Tests

* **pkgs_spec:** update `3000` to `3000.1` ([1e677cd](https://github.com/saltstack-formulas/salt-formula/commit/1e677cd761ab82ff6160d7b96ce7f6920b2e02e4))
* **service_spec:** add `should be_installed` ([b5461a0](https://github.com/saltstack-formulas/salt-formula/commit/b5461a0ebab63fb77186ea5960e71bd1426609a1))
v1.3.3
2020-04-01 23:00:04 +00:00
Imran IqbalandGitHub 5a08868cdd Merge pull request #462 from myii/chore/standardise-structure-146
ci(kitchen+travis): adjust matrix to update `3000` to `3000.1`
2020-04-01 23:46:04 +01:00
Imran Iqbal b5461a0eba test(service_spec): add should be_installed 2020-04-01 23:25:21 +01:00
Imran Iqbal 1e677cd761 test(pkgs_spec): update 3000 to 3000.1 2020-04-01 23:23:28 +01:00
Imran Iqbal a8fe65a2c8 ci(kitchen+travis): adjust matrix to update 3000 to 3000.1
* Automated using https://github.com/myii/ssf-formula/pull/146
2020-04-01 22:41:04 +01:00
semantic-release-bot 65f5c1c214 chore(release): 1.3.2 [skip ci]
## [1.3.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.1...v1.3.2) (2020-03-21)

### Code Refactoring

* **osfamilymap:** remove workaround for OpenSUSE 15.1 ([0da366c](https://github.com/saltstack-formulas/salt-formula/commit/0da366c7b25778dcec12f2a4a80cd4072c3d4d29))

### Continuous Integration

* **kitchen+travis:** adjust matrix to add `3000` & remove `2017.7` ([4a5f805](https://github.com/saltstack-formulas/salt-formula/commit/4a5f8053e938569814a2043405416c74b8c990fd))

### Tests

* **neon:** add pillar and tests for `3000` ([f91f10c](https://github.com/saltstack-formulas/salt-formula/commit/f91f10c2800edfc1b59fd731a6b6f82a47f74fcc))
* **nitrogen:** remove pillar and tests for `2017.7` ([f246a5e](https://github.com/saltstack-formulas/salt-formula/commit/f246a5e0af84f527df2f87428d929440c716361b))
v1.3.2
2020-03-21 13:19:01 +00:00
Imran IqbalandGitHub 676688311f Merge pull request #461 from saltstack-formulas/ci/add-3000-remove-2017.7
ci(kitchen+travis): adjust matrix to add `3000` & remove `2017.7`
2020-03-21 13:08:19 +00:00
Imran Iqbal 4a5f8053e9 ci(kitchen+travis): adjust matrix to add 3000 & remove 2017.7
* Semi-automated using https://github.com/myii/ssf-formula/pull/135
2020-03-21 12:44:04 +00:00
Imran Iqbal f246a5e0af test(nitrogen): remove pillar and tests for 2017.7 2020-03-21 12:24:12 +00:00
Imran Iqbal f91f10c280 test(neon): add pillar and tests for 3000 2020-03-21 12:24:12 +00:00
Imran Iqbal 0da366c7b2 refactor(osfamilymap): remove workaround for OpenSUSE 15.1 2020-03-21 00:22:22 +00:00
semantic-release-bot c00a40d551 chore(release): 1.3.1 [skip ci]
## [1.3.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.3.0...v1.3.1) (2020-03-19)

### Bug Fixes

* **jinja:** replace version_cmp with grains lookup ([dd37869](https://github.com/saltstack-formulas/salt-formula/commit/dd37869d2842927a87273b940fd76945ff6a05ec))
* **jinja:** replace version_cmp with grains lookup ([325f6c0](https://github.com/saltstack-formulas/salt-formula/commit/325f6c061beb2721cb55777e206922d728f62e69))
v1.3.1
2020-03-19 13:34:03 +00:00
Imran IqbalandGitHub 7551ba5b0e Merge pull request #460 from noelmcloughlin/version_cmp
fix(jinja): replace version_cmp with grains lookup
2020-03-19 13:23:59 +00:00
N dd37869d28 fix(jinja): replace version_cmp with grains lookup 2020-03-19 13:16:00 +00:00
N b7d323f878 chore(unittest): update suse pkg version 2020-03-19 13:05:46 +00:00
N 325f6c061b fix(jinja): replace version_cmp with grains lookup 2020-03-19 12:45:35 +00:00
hatifnatt 98ad87a001 feat(package): use apt-pinning to pin specific package version
Available only on Debian family OS-es
2020-03-18 22:49:28 +03:00
semantic-release-bot e47acb487d chore(release): 1.3.0 [skip ci]
# [1.3.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.2.0...v1.3.0) (2020-03-11)

### Features

* **mapping:** better control of the service's state ([29ffd68](https://github.com/saltstack-formulas/salt-formula/commit/29ffd68d3419b61b938221130911844f48134817))
v1.3.0
2020-03-11 07:56:30 +00:00
Imran IqbalandGitHub 10e8778647 Merge pull request #453 from cr1st1p/allow-disable-services
Allow disabling services or just ignoring them.
2020-03-11 07:10:33 +00:00
cristi 29ffd68d34 feat(mapping): better control of the service's state
Instead of the default service.running + enabled, you can control
the actual state, via pillar.
And you can even say 'state = ignore' and no state will be generated
to control the service
2020-02-20 18:44:04 +02:00
semantic-release-bot 7a273a9605 chore(release): 1.2.0 [skip ci]
# [1.2.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.3...v1.2.0) (2020-02-20)

### Bug Fixes

* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([4955737](https://github.com/saltstack-formulas/salt-formula/commit/4955737f844678ca3ca208340fe73fcd47aab256))

### Continuous Integration

* **kitchen+travis+inspec:** fix `amazonlinux-2-py3` [skip ci] ([10e2ce0](https://github.com/saltstack-formulas/salt-formula/commit/10e2ce07a4293ad46d785bcbc16b822280f17142))

### Features

* **metastate:** add metastate per community convention ([fbaa456](https://github.com/saltstack-formulas/salt-formula/commit/fbaa456ca69fafa2a8a4ef910b5e09dafffe5ece))
v1.2.0
2020-02-20 15:05:20 +00:00
Imran IqbalandGitHub 718f5c7558 Merge pull request #421 from noelmcloughlin/metastate
feat(formula): add metastate per community convention
2020-02-20 14:51:51 +00:00
N fbaa456ca6 feat(metastate): add metastate per community convention 2020-02-18 13:34:38 +00:00
Imran Iqbal 4955737f84 fix(libtofs): “files_switch” mess up the variable exported by “map.jinja” [skip ci]
* Checked using https://github.com/myii/ssf-formula/pull/131
2020-02-14 19:11:08 +00:00
Imran Iqbal 5ea4936a43 chore(rubocop): move LineLength cop from Metrics to Layout [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/129
2020-02-14 12:53:06 +00:00
Imran Iqbal 10e2ce07a4 ci(kitchen+travis+inspec): fix amazonlinux-2-py3 [skip ci]
* Semi-automated using https://github.com/myii/ssf-formula/pull/128
* Tested: https://travis-ci.org/myii/salt-formula/jobs/649882733
2020-02-13 10:44:37 +00:00
semantic-release-bot d08337bd52 chore(release): 1.1.3 [skip ci]
## [1.1.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.2...v1.1.3) (2020-02-13)

### Bug Fixes

* **tpl_path:** replace slspath to tplroot ([bbcc4cd](https://github.com/saltstack-formulas/salt-formula/commit/bbcc4cda7ada4470db07dc02a5938a5b650e2f1c))

### Continuous Integration

* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([d2d5186](https://github.com/saltstack-formulas/salt-formula/commit/d2d51864a5e4e5584afa979378ded15b1c5b9366))
v1.1.3
2020-02-13 09:44:18 +00:00
Imran IqbalandGitHub b9c860be2e Merge pull request #451 from sticky-note/fix/tpl_path
fix(tpl_path): salt master conf files
2020-02-13 08:55:22 +00:00
sticky-note bbcc4cda7a fix(tpl_path): replace slspath to tplroot 2020-02-13 09:43:25 +11:00
Imran Iqbal d2d51864a5 ci(kitchen): avoid using bootstrap for master instances [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/124
2020-02-05 14:08:24 +00:00
semantic-release-bot 6cd296ce54 chore(release): 1.1.2 [skip ci]
## [1.1.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.1...v1.1.2) (2020-01-25)

### Code Refactoring

* **mapping:** simplify py version handling ([715e3b8](https://github.com/saltstack-formulas/salt-formula/commit/715e3b8fa495ed2c8e9f4a5fbbb6398021ac9ec7))
v1.1.2
2020-01-25 23:54:18 +00:00
NandGitHub 7fdbb84b4f Merge pull request #449 from noelmcloughlin/hardcoding2
feat(mapping): simplify py version handling, less jinja
2020-01-26 00:41:05 +01:00
N 715e3b8fa4 refactor(mapping): simplify py version handling 2020-01-25 18:06:29 +00:00
semantic-release-bot 779b21fcaa chore(release): 1.1.1 [skip ci]
## [1.1.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.1.0...v1.1.1) (2020-01-24)

### Continuous Integration

* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([9d30df2](https://github.com/saltstack-formulas/salt-formula/commit/9d30df2f5f7405b9e354203f22a524b79a44ac15))

### Tests

* **pkgs_spec:** update `centos-8` for `2019.2.3` release ([7121d1d](https://github.com/saltstack-formulas/salt-formula/commit/7121d1d8cd67230a9f9dabecd1a6e11a14cfa109))
* **versions:** bump salt pkg versions ([c42125c](https://github.com/saltstack-formulas/salt-formula/commit/c42125c2ab1563b64e4768cf80955401a40a86ea))
v1.1.1
2020-01-24 11:12:51 +00:00
Imran IqbalandGitHub c82cfe635c Merge pull request #448 from noelmcloughlin/bumptest
test(versions): bump salt pkg versions for travis
2020-01-24 11:00:05 +00:00
Imran Iqbal 7121d1d8cd test(pkgs_spec): update centos-8 for 2019.2.3 release
* https://docs.saltstack.com/en/latest/topics/releases/2019.2.3.html
2020-01-24 10:33:50 +00:00
N c42125c2ab test(versions): bump salt pkg versions 2020-01-24 09:37:36 +00:00
Imran IqbalandGitHub 12c49b9eb1 Merge pull request #450 from noelmcloughlin/freebsdd
chore(cleanup): delete  unused directory
2020-01-24 01:09:12 +00:00
N 698d6ae3af chore(cleanup): delete unused directory 2020-01-24 00:56:52 +00:00
Imran Iqbal 9d30df2f5f ci(travis): use major.minor for semantic-release version [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/112
2019-12-22 01:02:06 +00:00
semantic-release-bot 72e2f3640f chore(release): 1.1.0 [skip ci]
# [1.1.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.0.0...v1.1.0) (2019-12-19)

### Features

* **formulas:** git.latest parallelization ([eda88bd](https://github.com/saltstack-formulas/salt-formula/commit/eda88bd1a684c8d462e12db31fb29cbccdf67a3d))
v1.1.0
2019-12-19 19:07:24 +00:00
Niels AbspoelandGitHub 11eeb7cbc2 Merge pull request #445 from sticky-note/feat/pin_ver_para
feat(formulas): git.latest parallelization
2019-12-19 19:53:57 +01:00
nbandsticky-note eda88bd1a6 feat(formulas): git.latest parallelization 2019-12-18 11:30:37 +11:00
semantic-release-bot 8eab935043 chore(release): 1.0.0 [skip ci]
# [1.0.0](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.9...v1.0.0) (2019-12-16)

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([fdc60ae](https://github.com/saltstack-formulas/salt-formula/commit/fdc60aed86c4b5d016aff0745584d89f614208fc))

### Features

* **per-formula-opts:** configure git.latest state per formula ([82c840d](https://github.com/saltstack-formulas/salt-formula/commit/82c840d6f96f69223c0df4b8463a072613a9d2df))
* **per-formula-opts:** configure git.latest state per formula ([9362277](https://github.com/saltstack-formulas/salt-formula/commit/9362277f2a61762b818dc775b30f15f93733efd5))

### BREAKING CHANGES

* **per-formula-opts:** Potential adverse affect on running `salt.formulas` with multiple envs
v1.0.0
2019-12-16 14:43:05 +00:00
sticky-noteandImran Iqbal 82c840d6f9 feat(per-formula-opts): configure git.latest state per formula
BREAKING CHANGE: Potential adverse affect on running `salt.formulas` with multiple envs
2019-12-16 14:16:29 +00:00