Dafydd Jones
e3d3c121ef
Merge pull request #273 from jeff350/update_test_images
...
ci: use latest test images
2025-03-25 18:10:22 +00:00
Jeff Neel
417ca530dd
ci: use latest test images
2025-03-25 10:46:36 -05:00
Jeff Neel
5fb252c034
ci: use latest test images
2025-03-25 10:31:56 -05:00
Jeff Neel
b41b8dc94b
ci: use latest test images
2025-03-25 09:33:54 -05:00
Jeff Neel
579a43b7a9
ci: use latest test images
2025-03-25 09:25:30 -05:00
Jeff Neel
b71ff7523a
ci: use latest test images
2025-02-27 21:32:30 -06:00
Dafydd Jones
6898f5bb02
Merge pull request #272 from dafyddj/ci/images
...
ci: update CI images for 2025-W09
2025-02-26 18:41:18 +00:00
Jeff Neel
a1bdd12608
ci: add mapdata for new os
2025-02-26 09:00:19 -06:00
Jeff Neel
d53ceae71b
ci: use latest test images
2025-02-26 08:27:37 -06:00
Dafydd Jones
78f551d639
ci: update ci-docker-python-ruby
to v2.2.45
2025-02-25 20:29:44 +00:00
Dafydd Jones
6cf5ef9957
ci: update ci-commitlint
to v1.1.76
2025-02-25 20:17:50 +00:00
Dafydd Jones
0b5a77e1b4
Merge pull request #271 from saltstack-formulas/ci/update
...
ci: update `ci-pre-commit` to v2.4.10
2025-02-25 17:19:33 +00:00
Dafydd Jones
6e6d524ea4
ci: remove EOL images & allow failure of amazonlinux-2
2025-02-25 17:03:43 +00:00
Dafydd Jones
f266a5065b
ci: update ci-pre-commit
to v2.4.10
2025-02-25 16:52:47 +00:00
Dafydd Jones
28d90f506f
ci: update ci-pre-commit
to v2.4.10
2025-02-25 16:49:40 +00:00
Dafydd Jones
20de9ca638
ci: update ci-pre-commit
to v2.4.10
2025-02-25 16:46:01 +00:00
semantic-release-bot
fd8430b203
chore(release): 5.0.12 [skip ci]
...
## [5.0.12](https://github.com/saltstack-formulas/template-formula/compare/v5.0.11...v5.0.12 ) (2024-01-02)
### Bug Fixes
* **suse:** correct OS grain ([6aee580
](6aee5804d3
))
2024-01-02 08:07:27 +00:00
Daniel
b2260b43b5
Merge pull request #263 from tacerus/suse
...
fix(suse): correct OS grain
2024-01-02 07:58:20 +00:00
Georg Pfuetzenreuter
6aee5804d3
fix(suse): correct OS grain
...
SUSE based distributions report the "os" grain as "SUSE".
Only "os_family" is reported as "Suse".
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-12-31 15:24:24 +01:00
semantic-release-bot
d4c5ee3c69
chore(release): 5.0.11 [skip ci]
...
## [5.0.11](https://github.com/saltstack-formulas/template-formula/compare/v5.0.10...v5.0.11 ) (2023-12-04)
### Continuous Integration
* update container images ([963522f
](963522f342
))
### Tests
* **rubocop:** switch to using `pre-commit`'s built-in file filtering ([c3b4c14
](c3b4c14070
))
* **rubocop:** use `AllowedMethods` not deprecated `IgnoredMethods` ([9261a27
](9261a27794
))
2023-12-04 20:56:13 +00:00
Dafydd Jones
97208324cb
Merge pull request #261 from dafyddj/test/pc-rubocop
...
test(rubocop): switch to using pre-commit's built-in file filtering
2023-12-04 20:49:31 +00:00
Dafydd Jones
9261a27794
test(rubocop): use AllowedMethods
not deprecated IgnoredMethods
...
* see https://github.com/rubocop/rubocop/pull/10829
2023-12-04 20:43:16 +00:00
Dafydd Jones
c3b4c14070
test(rubocop): switch to using pre-commit
's built-in file filtering
...
* only run `rubocop` when relevant files have changed
2023-12-04 20:43:01 +00:00
Dafydd Jones
2eada5a13e
Merge pull request #262 from dafyddj/ci/container-images
...
ci: update container images
2023-12-04 20:33:43 +00:00
Dafydd Jones
963522f342
ci: update container images
2023-12-04 20:22:59 +00:00
semantic-release-bot
65735fed56
chore(release): 5.0.10 [skip ci]
...
## [5.0.10](https://github.com/saltstack-formulas/template-formula/compare/v5.0.9...v5.0.10 ) (2023-11-13)
### Bug Fixes
* broken install-hooks due to saltlint v0.8.0 ([7da11c9
](7da11c9c3a
))
### Continuous Integration
* update the container images and refactor steps ([b84343e
](b84343ef83
))
* **commitlint:** update action versions ([c69928d
](c69928d249
))
* update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([32518b9
](32518b9798
))
* **gitlab-ci:** fix test conversion job (reset back to [#249 ](https://github.com/saltstack-formulas/template-formula/issues/249 )) [skip ci] ([6ea1cc2
](6ea1cc2f40
))
### Styles
* **default.sls:** fix minor typo ([3d1581e
](3d1581e726
))
* **inspec:** fix whitespace ([1df9861
](1df9861084
))
### Tests
* **_mapdata:** add verification file for `ubuntu-22` [skip ci] ([9349c83
](9349c83874
))
* **pre-commit:** switch to using `pre-commit`'s built-in file filtering ([46130c4
](46130c4c09
))
* **pre-commit:** update `pre-commit` hooks ([2bd3ef9
](2bd3ef9a18
))
* **rstcheck:** ignore Markdown-style links as false positives ([b2c28aa
](b2c28aa906
))
* **system.rb:** add support for `mac_os_x` [skip ci] ([d46507b
](d46507ba82
))
2023-11-13 08:20:01 +00:00
Dafydd Jones
02167e29f4
Merge pull request #260 from dafyddj/test/pre-commit
...
test(pre-commit): switch to using `pre-commit`'s built-in file filtering
2023-11-10 14:22:50 +00:00
Dafydd Jones
46130c4c09
test(pre-commit): switch to using pre-commit
's built-in file filtering
...
* only run `yamllint` when relevant files have changed
* avoids having to exclude files/dirs not tracked by Git
e.g. .kitchen/, .bundle/ etc.
* avoids a `yamllint` bug whereby pillar files under `test/`
were not checked due to a conflicting `ignore` entry
2023-11-09 23:34:43 +00:00
Dafydd Jones
d238e780c2
Merge pull request #259 from dafyddj/tmp/testing
...
chore: update and fix `pre-commit` checks
2023-10-30 11:48:17 +00:00
Dafydd Jones
b84343ef83
ci: update the container images and refactor steps
2023-10-25 16:20:51 +01:00
Dafydd Jones
20bf1d5a17
chore(gemfile.lock): update to latest gem versions (2023-W42)
2023-10-17 20:06:35 +01:00
Dafydd Jones
b2c28aa906
test(rstcheck): ignore Markdown-style links as false positives
2023-10-11 18:59:37 +01:00
Dafydd Jones
c69928d249
ci(commitlint): update action versions
2023-10-11 18:59:37 +01:00
Dafydd Jones
1df9861084
style(inspec): fix whitespace
2023-10-11 18:59:37 +01:00
Dafydd Jones
2bd3ef9a18
test(pre-commit): update pre-commit
hooks
2023-10-11 18:59:37 +01:00
Jeff Neel
14c06399ec
Merge pull request #256 from jeff350/saltlint-bump-version-0.9.2
...
chore: broken install-hooks due to saltlint v0.8.0
2023-09-21 22:41:29 -05:00
Daniel
486da9719c
Merge pull request #257 from blu-base/fix_typo_docstr
...
style(default.sls): fix minor typo
2023-09-12 06:21:35 +00:00
Sebastian Engel
3d1581e726
style(default.sls): fix minor typo
2023-09-11 20:32:01 +02:00
Jeff Neel
7da11c9c3a
fix: broken install-hooks due to saltlint v0.8.0
2023-05-03 15:55:18 -05:00
Imran Iqbal
fc04282106
chore(gemfile.lock): update to latest gem versions (2022-W28) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/454
2022-07-17 19:49:14 +01:00
Imran Iqbal
e7fc7eb295
chore(gemfile.lock): update to latest gem versions (2022-W26) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/453
2022-06-30 23:10:19 +01:00
Imran Iqbal
5e5aa74c66
chore(gemfile.lock): update to latest gem versions (2022-W24) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/452
2022-06-15 23:07:25 +01:00
Imran Iqbal
32518b9798
ci: update pre-commit
configuration inc. for pre-commit.ci [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/450
2022-06-09 00:06:47 +01:00
Imran Iqbal
2e2aa10e5d
chore(gemfile.lock): update to latest gem versions (2022-W23) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/449
2022-06-07 23:32:12 +01:00
Imran Iqbal
c090f3d081
chore(gemfile.lock): update to latest gem versions (2022-W22) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/447
2022-05-30 17:30:14 +01:00
Imran Iqbal
de7e21c762
chore(gemfile.lock): update to latest gem versions (2022-W20) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/444
2022-05-17 13:23:03 +01:00
Imran Iqbal
d46507ba82
test(system.rb): add support for mac_os_x
[skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/442
2022-05-17 08:52:39 +01:00
Imran Iqbal
6ea1cc2f40
ci(gitlab-ci): fix test conversion job (reset back to #249 ) [skip ci]
...
* Reset using https://github.com/myii/ssf-formula/pull/440
2022-05-10 10:15:46 +01:00
Imran Iqbal
9349c83874
test(_mapdata): add verification file for ubuntu-22
[skip ci]
2022-05-10 10:03:47 +01:00
Imran Iqbal
1703b38c8e
chore(gemfile.lock): update to latest gem versions (2022-W19) [skip ci]
...
* Automated using https://github.com/myii/ssf-formula/pull/439
2022-05-10 07:35:02 +01:00