Commit graph

299 commits

Author SHA1 Message Date
Imran Iqbal
79257d555a
test: standardise use of share suite & _mapdata state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
2021-03-23 21:31:39 +00:00
Imran Iqbal
c2e9774dc7
ci(kitchen+ci): use latest pre-salted images (after CVE) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/299
2021-03-07 22:21:16 +00:00
Imran Iqbal
afe214293c
chore(yamllint): add .git/ to ignores [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/297
2021-03-05 18:34:15 +00:00
Daniel Dehennin
2a55f31f63
chore(rubocop): allow use of YAML.load for _mapdata.rb [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/296
2021-02-23 21:50:15 +00:00
Dafydd Jones
775dec4e84
chore(shellcheck): switch hook for shellcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
2021-02-21 08:32:43 +00:00
Imran Iqbal
592e3d1e47
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
2021-02-19 11:48:16 +00:00
Imran Iqbal
534a1f6f2b
feat(gentoo): add support and CI 2021-02-19 07:36:18 +00:00
Imran Iqbal
bd17a49de0
ci(gemfile+lock): use ssf customised kitchen-docker repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/294
2021-02-17 13:52:23 +00:00
Imran Iqbal
82d6443a33
chore: standardise structure (.gitignore & _mapdata.rb) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
2021-02-11 11:52:17 +00:00
Imran Iqbal
89af9f8aaf
chore: standardise structure [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/291
2021-02-10 10:14:18 +00:00
semantic-release-bot
8c506bc9d1 chore(release): 0.12.0 [skip ci]
# [0.12.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.2...v0.12.0) (2021-02-10)

### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([f893e2a](f893e2af43))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([7dcb3d8](7dcb3d86cd))
* **pre-commit:** update hook for `rubocop` [skip ci] ([e36498e](e36498ed03))

### Features

* **centos-8:** added RedHat,CentOS and Oracle linux 8 support ([75526cc](75526cce61))
2021-02-10 08:44:38 +00:00
Imran Iqbal
5ca9595e22
Merge pull request #72 from aboe76/master
feat(centos-8): added centos 8 support
2021-02-10 08:36:44 +00:00
Niels Abspoel
75526cce61
feat(centos-8): added RedHat,CentOS and Oracle linux 8 support
Add centos 8 to osfingermap
add oracle linux 8 to osfingermap
moved RedHat/CentOS to osmap and osfingermap to accomodate changes in
package provider versionlock
enable centos-centos-8-master-py3
remove hardcoded packages
yum-plugin-versionlock was hardcoded for all redhat versions, which
is removed with centos 8.
the package alien has a depency on debhelper which is broken in Centos-8
add share folder testing

Co-authored-by: Imran Iqbal <myii@users.noreply.github.com>
2021-02-09 20:12:21 +01:00
Imran Iqbal
e36498ed03
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
2021-02-02 00:21:44 +00:00
Imran Iqbal
f893e2af43
ci(commitlint): ensure upstream/master uses main repo URL [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/278
2020-12-20 18:48:30 +00:00
Imran Iqbal
7dcb3d86cd
ci(gitlab-ci): add rubocop linter (with allow_failure) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/277
2020-12-19 14:34:06 +00:00
semantic-release-bot
dbab9ee125 chore(release): 0.11.2 [skip ci]
## [0.11.2](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.1...v0.11.2) (2020-12-16)

### Continuous Integration

* **gitlab-ci:** use GitLab CI as Travis CI replacement ([bdab6c1](bdab6c1fce))

### Tests

* **debian:** disable wanted snap testing (GitLab CI failure) [skip ci] ([4c047c4](4c047c4e9f))
2020-12-16 12:59:04 +00:00
Imran Iqbal
bdab6c1fce
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
2020-12-16 06:38:03 +00:00
Imran Iqbal
4c047c4e9f
test(debian): disable wanted snap testing (GitLab CI failure) [skip ci]
```console
error: system does not fully support snapd: cannot mount squashfs image using
       "squashfs": mount: /tmp/sanity-mountpoint-858827226: failed to setup
       loop device for /tmp/sanity-squashfs-795587751.
```
2020-12-14 12:00:20 +00:00
Imran Iqbal
17b91b8450
chore(gemfile+lock): update to latest gem versions (2020-W44) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/274
2020-10-26 22:52:31 +00:00
semantic-release-bot
3fa5b00e5c chore(release): 0.11.1 [skip ci]
## [0.11.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.11.0...v0.11.1) (2020-10-23)

### Bug Fixes

* **states:** deploy packages only if required ([c9fe187](c9fe187e16))

### Continuous Integration

* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([3a80123](3a80123db0))
* **pre-commit:** add to formula [skip ci] ([62e73fe](62e73fe14c))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([22fa2e8](22fa2e8737))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([d64b8d8](d64b8d8b73))

### Tests

* **npm:** changed package to an existing one ([8a51ae5](8a51ae5f55))
* **snaps:** disable classic snaps testing in debian ([bb60deb](bb60deb20b))
* **ubuntu:** update for `golang` fix [skip ci] ([0226c88](0226c880b8))
2020-10-23 12:34:19 +00:00
Imran Iqbal
a68dc3debb
Merge pull request #71 from netmanagers/master
fix(states): deploy packages only if required
2020-10-23 13:23:10 +01:00
Javier Bértoli
bb60deb20b test(snaps): disable classic snaps testing in debian 2020-10-22 12:57:37 -03:00
Javier Bértoli
8a51ae5f55 test(npm): changed package to an existing one 2020-10-21 16:56:31 -03:00
Javier Bértoli
c9fe187e16 fix(states): deploy packages only if required 2020-10-21 14:21:49 -03:00
Imran Iqbal
59c3288fb3
chore(gemfile+lock): update to latest gem versions (2020-W43) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/273
2020-10-20 10:20:32 +01:00
Imran Iqbal
d64b8d8b73
ci(pre-commit): finalise rstcheck configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:50:39 +01:00
Dafydd Jones
5d6007c759
chore(commitlint): add {body,footer,header}-max(-line)-length [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/265
2020-10-07 09:08:43 +01:00
Imran Iqbal
fea5752057
chore(gemfile+lock): update to latest gem versions (2020-W41) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/263
2020-10-07 00:07:02 +01:00
Imran Iqbal
22fa2e8737
ci(pre-commit): enable/disable rstcheck as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:23:12 +01:00
Dafydd Jones
62e73fe14c
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 10:51:49 +01:00
Imran Iqbal
33e98abe8e chore(gemfile.lock): update to latest gem versions (2020-W27) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/235
2020-07-06 14:29:56 +01:00
Imran Iqbal
bdef5598c5 chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/233
2020-06-26 12:46:15 +01:00
Imran Iqbal
f7354503b2 chore(gemfile.lock): update to latest gem versions (2020-W25) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/229
2020-06-21 12:58:32 +01:00
Imran Iqbal
3a80123db0 ci(kitchen): use saltimages Docker Hub where available [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/223
2020-06-15 16:58:04 +01:00
Imran Iqbal
a96a6fca0d chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/222
2020-06-15 15:08:59 +01:00
Imran Iqbal
01206cd85c chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/221
2020-06-05 22:18:41 +01:00
Imran Iqbal
0226c880b8
test(ubuntu): update for golang fix [skip ci]
* https://github.com/saltstack-formulas/golang-formula/pull/42
2020-06-05 02:06:36 +01:00
semantic-release-bot
7495961d52 chore(release): 0.11.0 [skip ci]
# [0.11.0](https://github.com/saltstack-formulas/packages-formula/compare/v0.10.2...v0.11.0) (2020-06-01)

### Continuous Integration

* **kitchen+travis:** use latest pre-salted images ([bfcdd9c](bfcdd9cd59))

### Features

* **fedora:** update for Python 3 ([0175a48](0175a48112))
2020-06-01 20:31:19 +00:00
Imran Iqbal
7875880142
Merge pull request #69 from myii/chore/standardise-structure
feat(fedora): update for Python 3 & use latest pre-salted images
2020-06-01 21:19:51 +01:00
Imran Iqbal
bfcdd9cd59
ci(kitchen+travis): use latest pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/212
2020-06-01 21:05:35 +01:00
Imran Iqbal
0175a48112
feat(fedora): update for Python 3 2020-06-01 21:05:35 +01:00
semantic-release-bot
ed9f051183 chore(release): 0.10.2 [skip ci]
## [0.10.2](https://github.com/saltstack-formulas/packages-formula/compare/v0.10.1...v0.10.2) (2020-06-01)

### Bug Fixes

* **pillar:** update `node.pkg` => `node.package` ([a6d3c98](a6d3c98ae7))

### Documentation

* **readme:** fix various issues inc. not rendering properly [skip ci] ([5701df0](5701df06a9))
2020-06-01 18:36:28 +00:00
Imran Iqbal
45a504cd48
Merge pull request #68 from myii/bug/fix-reference-to-node-formula
fix(pillar): update `node.pkg` => `node.package`
2020-06-01 19:26:01 +01:00
Imran Iqbal
a6d3c98ae7
fix(pillar): update node.pkg => node.package 2020-06-01 19:16:56 +01:00
Imran Iqbal
5701df06a9
docs(readme): fix various issues inc. not rendering properly [skip ci] 2020-06-01 19:15:54 +01:00
semantic-release-bot
dfb55e5ba1 chore(release): 0.10.1 [skip ci]
## [0.10.1](https://github.com/saltstack-formulas/packages-formula/compare/v0.10.0...v0.10.1) (2020-06-01)

### Bug Fixes

* **python:** os default to python3 ([662a8d0](662a8d092d))

### Continuous Integration

* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([0628bf0](0628bf029f))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([fb311a4](fb311a4207))
* **travis:** add notifications => zulip [skip ci] ([57a1b14](57a1b1449f))
* **workflows/commitlint:** add to repo [skip ci] ([9220ceb](9220ceb46b))
2020-06-01 17:08:19 +00:00
Javier Bértoli
eaafaabe23
Merge pull request #56 from noelmcloughlin/python3
fix(python): os default to python3
2020-06-01 08:47:56 -03:00
N
662a8d092d fix(python): os default to python3 2020-06-01 12:25:09 +01:00
Imran Iqbal
3cf5e3c489 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/202
2020-05-28 00:20:55 +01:00