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
](a8fe65a2c8
))
### Tests
* **pkgs_spec:** update `3000` to `3000.1` ([1e677cd
](1e677cd761
))
* **service_spec:** add `should be_installed` ([b5461a0
](b5461a0eba
))
4 years ago
Imran Iqbal
5a08868cdd
Merge pull request #462 from myii/chore/standardise-structure-146
ci(kitchen+travis): adjust matrix to update `3000` to `3000.1`
4 years ago
Imran Iqbal
b5461a0eba
test(service_spec): add `should be_installed`
4 years ago
Imran Iqbal
1e677cd761
test(pkgs_spec): update `3000` to `3000.1`
4 years ago
Imran Iqbal
a8fe65a2c8
ci(kitchen+travis): adjust matrix to update `3000` to `3000.1`
* Automated using https://github.com/myii/ssf-formula/pull/146
4 years ago
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
](0da366c7b2
))
### Continuous Integration
* **kitchen+travis:** adjust matrix to add `3000` & remove `2017.7` ([4a5f805
](4a5f8053e9
))
### Tests
* **neon:** add pillar and tests for `3000` ([f91f10c
](f91f10c280
))
* **nitrogen:** remove pillar and tests for `2017.7` ([f246a5e
](f246a5e0af
))
4 years ago
Imran Iqbal
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`
4 years ago
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
4 years ago
Imran Iqbal
f246a5e0af
test(nitrogen): remove pillar and tests for `2017.7`
4 years ago
Imran Iqbal
f91f10c280
test(neon): add pillar and tests for `3000`
4 years ago
Imran Iqbal
0da366c7b2
refactor(osfamilymap): remove workaround for OpenSUSE 15.1
4 years ago
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
](dd37869d28
))
* **jinja:** replace version_cmp with grains lookup ([325f6c0
](325f6c061b
))
4 years ago
Imran Iqbal
7551ba5b0e
Merge pull request #460 from noelmcloughlin/version_cmp
fix(jinja): replace version_cmp with grains lookup
4 years ago
N
dd37869d28
fix(jinja): replace version_cmp with grains lookup
4 years ago
N
b7d323f878
chore(unittest): update suse pkg version
4 years ago
N
325f6c061b
fix(jinja): replace version_cmp with grains lookup
4 years ago
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
](29ffd68d34
))
4 years ago
Imran Iqbal
10e8778647
Merge pull request #453 from cr1st1p/allow-disable-services
Allow disabling services or just ignoring them.
4 years ago
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
4 years ago
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
](4955737f84
))
### Continuous Integration
* **kitchen+travis+inspec:** fix `amazonlinux-2-py3` [skip ci] ([10e2ce0
](10e2ce07a4
))
### Features
* **metastate:** add metastate per community convention ([fbaa456
](fbaa456ca6
))
4 years ago
Imran Iqbal
718f5c7558
Merge pull request #421 from noelmcloughlin/metastate
feat(formula): add metastate per community convention
4 years ago
N
fbaa456ca6
feat(metastate): add metastate per community convention
4 years ago
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
4 years ago
Imran Iqbal
5ea4936a43
chore(rubocop): move `LineLength` cop from `Metrics` to `Layout` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/129
4 years ago
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
4 years ago
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
](bbcc4cda7a
))
### Continuous Integration
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([d2d5186
](d2d51864a5
))
4 years ago
Imran Iqbal
b9c860be2e
Merge pull request #451 from sticky-note/fix/tpl_path
fix(tpl_path): salt master conf files
4 years ago
sticky-note
bbcc4cda7a
fix(tpl_path): replace slspath to tplroot
4 years ago
Imran Iqbal
d2d51864a5
ci(kitchen): avoid using bootstrap for `master` instances [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/124
4 years ago
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
](715e3b8fa4
))
4 years ago
N
7fdbb84b4f
Merge pull request #449 from noelmcloughlin/hardcoding2
feat(mapping): simplify py version handling, less jinja
4 years ago
N
715e3b8fa4
refactor(mapping): simplify py version handling
4 years ago
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
](9d30df2f5f
))
### Tests
* **pkgs_spec:** update `centos-8` for `2019.2.3` release ([7121d1d
](7121d1d8cd
))
* **versions:** bump salt pkg versions ([c42125c
](c42125c2ab
))
4 years ago
Imran Iqbal
c82cfe635c
Merge pull request #448 from noelmcloughlin/bumptest
test(versions): bump salt pkg versions for travis
4 years ago
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
4 years ago
N
c42125c2ab
test(versions): bump salt pkg versions
4 years ago
Imran Iqbal
12c49b9eb1
Merge pull request #450 from noelmcloughlin/freebsdd
chore(cleanup): delete unused directory
4 years ago
N
698d6ae3af
chore(cleanup): delete unused directory
4 years ago
Imran Iqbal
9d30df2f5f
ci(travis): use `major.minor` for `semantic-release` version [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/112
4 years ago
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
](eda88bd1a6
))
4 years ago
Niels Abspoel
11eeb7cbc2
Merge pull request #445 from sticky-note/feat/pin_ver_para
feat(formulas): git.latest parallelization
4 years ago
nb
eda88bd1a6
feat(formulas): git.latest parallelization
5 years ago
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
](fdc60aed86
))
### Features
* **per-formula-opts:** configure git.latest state per formula ([82c840d
](82c840d6f9
))
* **per-formula-opts:** configure git.latest state per formula ([9362277
](9362277f2a
))
### BREAKING CHANGES
* **per-formula-opts:** Potential adverse affect on running `salt.formulas` with multiple envs
5 years ago
sticky-note
82c840d6f9
feat(per-formula-opts): configure git.latest state per formula
BREAKING CHANGE: Potential adverse affect on running `salt.formulas` with multiple envs
5 years ago
Imran Iqbal
059d4f04d5
Merge branch '20191216133640' into upstream
5 years ago
Imran Iqbal
fdc60aed86
ci(gemfile): restrict `train` gem version until upstream fix [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/110
5 years ago
Niels Abspoel
eb192f4050
Merge pull request #444 from MSeven/master
refactor(vagrant): switch image
5 years ago
Martin Griesbach
78048d88b2
Vagrant Updates:
* add Vagrant temp files to .gitignore
* Update Vagrant Basebox to bento/ubuntu-18.04 (bento images deliver better Vagrant integration)
* Update Vagrant setup-salt.sh to use the current salt bootstrap script.
5 years ago
nb
9362277f2a
feat(per-formula-opts): configure git.latest state per formula
5 years ago
semantic-release-bot
1c03133e34
chore(release): 0.59.9 [skip ci]
## [0.59.9](https://github.com/saltstack-formulas/salt-formula/compare/v0.59.8...v0.59.9 ) (2019-12-03)
### Tests
* **pkgs_spec:** update for new `opensuse` package ([6da3d0d
](6da3d0d935
)), closes [/travis-ci.com/saltstack-formulas/salt-formula/jobs/261961203#L1619-L1632](https://github.com//travis-ci.com/saltstack-formulas/salt-formula/jobs/261961203/issues/L1619-L1632 )
5 years ago