Imran Iqbal
c9b2cb4a4a
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
před 3 roky
Imran Iqbal
618f95a665
test(pkgs_spec): test for major version only (i.e. `3000`)
před 3 roky
Imran Iqbal
75ccf591eb
test(fluorine): remove pillar and tests for `2019.2`
před 3 roky
Imran Iqbal
73a082decb
chore(gemfile+lock): update to latest gem versions (2020-W44) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/274
před 4 roky
Imran Iqbal
6e42d4b69f
chore(gemfile+lock): update to latest gem versions (2020-W43) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/273
před 4 roky
semantic-release-bot
a83304ae2d
chore(release): 1.7.0 [skip ci]
# [1.7.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.6.0...v1.7.0 ) (2020-10-12)
### Continuous Integration
* **pre-commit:** add to formula [skip ci] ([7ff962e
](7ff962e2ad
))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([426b29c
](426b29c211
))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([22fa616
](22fa616f59
))
### Features
* add Gentoo support ([127c5d7
](127c5d779b
))
před 4 roky
Imran Iqbal
2726585303
Merge pull request #488 from myii/feat/add-gentoo
feat: add Gentoo support
před 4 roky
Imran Iqbal
127c5d779b
feat: add Gentoo support
* Semi-automated using https://github.com/myii/ssf-formula/pull/269
před 4 roky
Imran Iqbal
22fa616f59
ci(pre-commit): finalise `rstcheck` configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
před 4 roky
Dafydd Jones
d4460718c5
chore(commitlint): add `{body,footer,header}-max(-line)-length` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/265
před 4 roky
Imran Iqbal
4b3c44272d
chore(gemfile+lock): update to latest gem versions (2020-W41) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/263
před 4 roky
Imran Iqbal
426b29c211
ci(pre-commit): enable/disable `rstcheck` as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
před 4 roky
Dafydd Jones
7ff962e2ad
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
před 4 roky
semantic-release-bot
f6a015afa1
chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.2...v1.6.0 ) (2020-09-20)
### Features
* enable the metadata grains server by default ([b1d296d
](b1d296d270
))
před 4 roky
Imran Iqbal
403d370905
Merge pull request #487 from major0/feat/enable_metadata_server
feat: enable the metadata grains server by default
před 4 roky
Mark Ferrell
b1d296d270
feat: enable the metadata grains server by default
před 4 roky
semantic-release-bot
b94ff645c9
chore(release): 1.5.2 [skip ci]
## [1.5.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.1...v1.5.2 ) (2020-09-20)
### Bug Fixes
* **jinja:** stop repeating user/group args ([e313401
](e313401cd6
))
* **windows:** dont run master state ([a36f2eb
](a36f2eb2d2
))
* **windows:** git.latest(parallel:true) does not work ([0c591bb
](0c591bba95
))
* **windows:** group arg not supported on windows ([d61e671
](d61e671fa0
))
* **windows:** group name is users not root ([887d155
](887d1559b5
))
před 4 roky
Imran Iqbal
57d9e8b235
Merge pull request #486 from noelmcloughlin/win
fix(windows): various fixes
před 4 roky
noelmcloughlin
e313401cd6
fix(jinja): stop repeating user/group args
před 4 roky
noelmcloughlin
d61e671fa0
fix(windows): group arg not supported on windows
před 4 roky
noelmcloughlin
887d1559b5
fix(windows): group name is users not root
před 4 roky
noelmcloughlin
0c591bba95
fix(windows): git.latest(parallel:true) does not work
před 4 roky
noelmcloughlin
a36f2eb2d2
fix(windows): dont run master state
před 4 roky
semantic-release-bot
2dcd0c80ef
chore(release): 1.5.1 [skip ci]
## [1.5.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.5.0...v1.5.1 ) (2020-08-25)
### Bug Fixes
* **service:** service salt-master and salt-minion to restart last ([d71cf0c
](d71cf0c4f9
))
* **service:** svc `salt-master` watch `remove-default-master-conf-file` ([e1774e3
](e1774e3b40
))
### Styles
* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([76e820c
](76e820c36f
))
před 4 roky
Imran Iqbal
aecf1743fe
Merge pull request #482 from remichristiaan/restart_master_minion_last
fix(service): service salt-master and salt-minion to restart last
před 4 roky
RemiChristiaan
d71cf0c4f9
fix(service): service salt-master and salt-minion to restart last
When running a high-state on the salt-master to deploy itself, the run fails
with an Authentication error occurred because the master restarts half way though.
před 4 roky
Imran Iqbal
76e820c36f
style(libtofs.jinja): use Black-inspired Jinja formatting [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/237
před 4 roky
Imran Iqbal
88b5b451b2
Merge pull request #474 from sticky-note/fix/service
fix(service): service `salt-master` watch `remove-default-master-conf…
před 4 roky
sticky-note
e1774e3b40
fix(service): svc `salt-master` watch `remove-default-master-conf-file`
před 4 roky
semantic-release-bot
342e82271b
chore(release): 1.5.0 [skip ci]
# [1.5.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.6...v1.5.0 ) (2020-07-15)
### Bug Fixes
* **macos:** use macos service names ([c72b183
](c72b183f5f
))
* **minion:** fix requisites from recent prs ([a466456
](a46645607b
))
### Features
* **macos:** basic launchctl service support ([94027f7
](94027f7332
))
### Tests
* **versions:** bump pkg versions ([37eb3b3
](37eb3b3514
))
před 4 roky
Imran Iqbal
5cee96484d
Merge pull request #477 from noelmcloughlin/fx
fix(minion): fix requisites from recent prs
před 4 roky
N
a46645607b
fix(minion): fix requisites from recent prs
před 4 roky
N
497fbdda16
Merge pull request #447 from noelmcloughlin/macos
feat(macos): basic launchctl service support (WIP)
před 4 roky
N
e596cf671f
Merge branch 'master' into macos
před 4 roky
Imran Iqbal
db8570609c
chore(gemfile.lock): update to latest gem versions (2020-W27) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/235
před 4 roky
semantic-release-bot
2fe947dc0d
chore(release): 1.4.6 [skip ci]
## [1.4.6](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.5...v1.4.6 ) (2020-07-01)
### Bug Fixes
* **freebsd:** command `at` is already present in base system ([b6ab1b1
](b6ab1b1d54
))
před 4 roky
Imran Iqbal
daaa04a102
Merge pull request #473 from sticky-note/fix/at-freebsd
fix(freebsd): command `at` is already present in base system
před 4 roky
sticky-note
b6ab1b1d54
fix(freebsd): command `at` is already present in base system
před 4 roky
semantic-release-bot
34e51224c5
chore(release): 1.4.5 [skip ci]
## [1.4.5](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.4...v1.4.5 ) (2020-06-28)
### Bug Fixes
* **windows:** `py2` should still be default like other platforms ([62f6d39
](62f6d39d63
))
### Continuous Integration
* **github:** add Windows testing using Actions ([1eca9c7
](1eca9c7551
))
### Tests
* **windows:** add local testing of Windows using Vagrant/Virtualbox ([0465af7
](0465af72da
))
před 4 roky
Imran Iqbal
38e385622d
Merge pull request #471 from dafyddj/test-windows
Add testing for Windows (both local and CI)
před 4 roky
Dafydd Jones
9a88243624
chore(gemfile.lock): update for `kitchen-vagrant`
před 4 roky
Dafydd Jones
62f6d39d63
fix(windows): `py2` should still be default like other platforms
* add `-` if someone supplies `py3` in pillar, like other platforms
před 4 roky
Dafydd Jones
0465af72da
test(windows): add local testing of Windows using Vagrant/Virtualbox
před 4 roky
Dafydd Jones
1eca9c7551
ci(github): add Windows testing using Actions
před 4 roky
Imran Iqbal
1ffceaf580
chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/233
před 4 roky
semantic-release-bot
4286cad41f
chore(release): 1.4.4 [skip ci]
## [1.4.4](https://github.com/saltstack-formulas/salt-formula/compare/v1.4.3...v1.4.4 ) (2020-06-23)
### Continuous Integration
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([f66a09c
](f66a09c2d6
))
* **kitchen+travis:** adjust matrix to add `3001` ([9060879
](9060879924
))
### Tests
* **sodium:** add pillar and tests for `3001` ([42cacc2
](42cacc253f
))
před 4 roky
Imran Iqbal
91b0dabbe3
Merge pull request #472 from myii/ci/add-3001
ci(kitchen+travis): adjust matrix to add `3001`
před 4 roky
Imran Iqbal
9060879924
ci(kitchen+travis): adjust matrix to add `3001`
* Semi-automated using https://github.com/myii/ssf-formula/pull/230
před 4 roky
Imran Iqbal
7115904da9
chore(formula): update from `template-formula` & add `Oracle`
před 4 roky
Imran Iqbal
42cacc253f
test(sodium): add pillar and tests for `3001`
před 4 roky