2
0
Commit Graph

1061 Commits

Author SHA1 Message Date
semantic-release-bot
1ab177d5be chore(release): 1.10.3 [skip ci]
## [1.10.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.10.2...v1.10.3) (2022-04-13)

### Bug Fixes

* **pkgrepo:** pkgrepo use cmd.shell ([0e4b3bd](0e4b3bdf94))

### Continuous Integration

* **kitchen.windows:** fix version number for Salt installation [skip ci] ([37dd068](37dd068d19))

### Tests

* **_mapdata:** add verification file for `fedora-36` [skip ci] ([c20deb9](c20deb92d4))
2022-04-13 21:19:00 +00:00
Imran Iqbal
8f0c7ac161
Merge pull request #534 from aboe76/feature/fix_suse_pkgrepo
fix(pkgrepo): pkgrepo use cmd.shell
2022-04-13 22:12:17 +01:00
Niels Abspoel
0e4b3bdf94
fix(pkgrepo): pkgrepo use cmd.shell 2022-04-13 22:52:43 +02:00
Imran Iqbal
fa3b201773
chore(gemfile.lock): update to latest gem versions (2022-W15) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/428
2022-04-11 19:23:32 +01:00
Imran Iqbal
c20deb92d4
test(_mapdata): add verification file for fedora-36 [skip ci] 2022-04-11 16:14:35 +01:00
Imran Iqbal
37dd068d19
ci(kitchen.windows): fix version number for Salt installation [skip ci]
Automated using:

* 75e75559d6
2022-04-04 12:36:29 +01:00
Imran Iqbal
1ea1cf5d7a
chore(gemfile.lock): update to latest gem versions (2022-W14) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/427
2022-04-04 09:24:22 +01:00
semantic-release-bot
53b631c391 chore(release): 1.10.2 [skip ci]
## [1.10.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.10.1...v1.10.2) (2022-04-03)

### Bug Fixes

* **gentoo:** use `retry_options` to avoid spurious service failures ([d00c069](d00c069e25))

### Continuous Integration

* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([92a82a9](92a82a98c7))
* update linters to latest versions [skip ci] ([47efbc0](47efbc0492))

### Tests

* **_mapdata:** add/update verification files for Fedora & Gentoo ([e9cb3d2](e9cb3d2728))
* **system:** add `build_platform_codename` [skip ci] ([6b5598a](6b5598a8d8))
2022-04-03 13:58:18 +00:00
Imran Iqbal
d00c069e25
fix(gentoo): use retry_options to avoid spurious service failures
Use the `retry_options` on Gentoo, similar to how its already being used
across the state files for FreeBSD, since we're getting failures such as
this one:

* https://gitlab.com/myii/salt-formula/-/jobs/2285180374
2022-04-03 10:27:56 +01:00
Imran Iqbal
e9cb3d2728
test(_mapdata): add/update verification files for Fedora & Gentoo 2022-04-03 10:19:53 +01:00
Imran Iqbal
92a82a98c7
ci(kitchen+gitlab): update for new pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/426
2022-04-03 10:07:04 +01:00
Imran Iqbal
7c7c235070
chore(gemfile.lock): update to latest gem versions (2022-W13) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/425
2022-04-01 15:37:18 +01:00
Imran Iqbal
7af4524f22
chore(gemfile.lock): update to latest gem versions (2022-W12) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/424
2022-03-22 12:02:46 +00:00
Imran Iqbal
9ca62c8e3b
chore(gemfile.lock): update to latest gem versions (2022-W11) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/423
2022-03-17 23:41:41 +00:00
Imran Iqbal
232356dfc4
chore(gemfile.lock): update to latest gem versions (2022-W10) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/422
2022-03-12 10:06:50 +00:00
Imran Iqbal
47a0b7b11e
chore(gemfile.lock): update to latest gem versions (2022-W09) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/421
2022-03-04 15:33:57 +00:00
Imran Iqbal
d2bba572d0
chore(gemfile.lock): update to latest gem versions (2022-W08) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/419
2022-02-21 19:11:45 +00:00
Imran Iqbal
5f62905034
chore(gemfile.lock): update to latest gem versions (2022-W07) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/416
2022-02-15 09:03:28 +00:00
Imran Iqbal
6b5598a8d8
test(system): add build_platform_codename [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/415
2022-02-14 08:08:45 +00:00
Imran Iqbal
47efbc0492
ci: update linters to latest versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/414
2022-02-12 23:24:17 +00:00
Imran Iqbal
ede1942d98
chore(gemfile.lock): update to latest gem versions (2022-W06) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/412
2022-02-07 17:31:06 +00:00
semantic-release-bot
f737e9a6aa chore(release): 1.10.1 [skip ci]
## [1.10.1](https://github.com/saltstack-formulas/salt-formula/compare/v1.10.0...v1.10.1) (2022-02-03)

### Bug Fixes

* **minion:** respect `minion_remove_config: true` ([02c31df](02c31df0c5)), closes [#527](https://github.com/saltstack-formulas/salt-formula/issues/527)

### Continuous Integration

* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([46fc639](46fc639d46))
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([d95dac2](d95dac24aa))
* **windows:** update Salt version installed to `3004-3` [skip ci] ([fdccb9b](fdccb9b612))
* **windows:** use Salt version `3004` [skip ci] ([a1e9823](a1e9823b42))

### Tests

* update for new pre-salted images [skip ci] ([8015fe0](8015fe0c92))
2022-02-03 16:49:38 +00:00
Imran Iqbal
fea0059323
Merge pull request #528 from myii/bug/fix-527
fix(minion): respect `minion_remove_config: true`
2022-02-03 16:36:36 +00:00
Imran Iqbal
02c31df0c5
fix(minion): respect minion_remove_config: true
Fixes #527.
2022-02-03 16:14:40 +00:00
Imran Iqbal
8015fe0c92
test: update for new pre-salted images [skip ci] 2022-02-02 23:02:00 +00:00
Imran Iqbal
d95dac24aa
ci(kitchen+gitlab): update for new pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/410
2022-02-02 23:01:43 +00:00
Imran Iqbal
e6963c0751
chore(gemfile.lock): update to latest gem versions (2022-W05) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/409
2022-02-01 23:42:28 +00:00
noelmcloughlin
46fc639d46
ci(gemfile): allow rubygems proxy to be provided as an env var [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/408
2022-01-26 08:43:53 +00:00
Imran Iqbal
e7f09fd18e
chore(gemfile.lock): update to latest gem versions (2022-W04) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/407
2022-01-25 14:14:44 +00:00
Imran Iqbal
fdccb9b612
ci(windows): update Salt version installed to 3004-3 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/406
2022-01-19 17:45:20 +00:00
Imran Iqbal
44c10576e7
chore(gemfile.lock): update to latest gem versions (2022-W03) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/405
2022-01-17 19:50:35 +00:00
Imran Iqbal
b429181978
chore(semantic-release): replace broken m2r with m2r2 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/404
2022-01-17 08:16:16 +00:00
Imran Iqbal
a1e9823b42
ci(windows): use Salt version 3004 [skip ci]
* Semi-automated using https://github.com/myii/ssf-formula/pull/399
2022-01-12 09:30:59 +00:00
Imran Iqbal
e19069dfaa
chore(gemfile.lock): update to latest gem versions (2022-W02) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/398
2022-01-11 09:39:06 +00:00
Imran Iqbal
e003a5c736
chore(gemfile.lock): update to latest gem versions (2022-W01) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/397
2022-01-06 08:08:30 +00:00
Imran Iqbal
0fa2e97de4
chore(gemfile.lock): update to latest gem versions (2021-W52) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/396
2021-12-28 21:06:53 +00:00
semantic-release-bot
69c5bcf330 chore(release): 1.10.0 [skip ci]
# [1.10.0](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.10...v1.10.0) (2021-12-27)

### Bug Fixes

* **log_fmt_console:** double option in config ([b705e44](b705e44378))
* **minion:** fix windows path construction ([c9c6e12](c9c6e12223))

### Continuous Integration

* **proxy:** replace deprecated Windows `2016` with `2022` [skip ci] ([21b8d36](21b8d3626e))
* **proxy+windows:** fix setting up WinRM [skip ci] ([39cbc1b](39cbc1b91b))
* **vagrant:** replace FreeBSD 12.2 with 12.3 [skip ci] ([1654e67](1654e6746b))

### Features

* **minion:** ensure correct permissions for salt-cloud generated files ([dfa7f7d](dfa7f7d1d8))
2021-12-27 18:07:05 +00:00
N
89f3653de9
Merge pull request #517 from ze42/log_fmt_console
fix(log_fmt_console): double option in config
2021-12-27 17:54:52 +00:00
N
8e56990126
Merge pull request #501 from M2mobi/cloud_permission
Ensure correct permissions for salt-cloud generated files
2021-12-27 17:53:40 +00:00
Heinz Wiesinger
c9c6e12223 fix(minion): fix windows path construction 2021-12-27 14:41:18 +01:00
Heinz Wiesinger
dfa7f7d1d8 feat(minion): ensure correct permissions for salt-cloud generated files 2021-12-27 14:41:13 +01:00
Imran Iqbal
1654e6746b
ci(vagrant): replace FreeBSD 12.2 with 12.3 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/395
2021-12-24 14:06:16 +00:00
Imran Iqbal
13ed4abc7d
chore(gemfile.lock): update to latest gem versions (2021-W51) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/394
2021-12-22 11:58:39 +00:00
Imran Iqbal
21b8d3626e
ci(proxy): replace deprecated Windows 2016 with 2022 [skip ci]
* Semi-automated using https://github.com/myii/ssf-formula/pull/393
2021-12-22 09:05:27 +00:00
Dafydd Jones
39cbc1b91b
ci(proxy+windows): fix setting up WinRM [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/392
2021-12-21 23:16:43 +00:00
semantic-release-bot
015a7edffa chore(release): 1.9.10 [skip ci]
## [1.9.10](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.9...v1.9.10) (2021-12-19)

### Bug Fixes

* **minion:** update config parameter saltenv ([7540dc9](7540dc90aa))
2021-12-19 16:38:33 +00:00
Éric Veiras Galisson
c7c08c9b91
Merge pull request #526 from netmanagers/update-minion-config-environment-to-saltenv
fix(minion): update config parameter saltenv
2021-12-19 17:29:45 +01:00
Imran Iqbal
c24a4f7ab0
chore(gemfile.lock): update to latest gem versions (2021-W50) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/391
2021-12-14 15:23:10 +00:00
Javier Bértoli
7540dc90aa fix(minion): update config parameter saltenv
`environment` is being deprecated, renamed to `saltenv`
2021-12-14 11:12:37 -03:00
Imran Iqbal
72bb949f65
chore(gemfile.lock): update to latest gem versions (2021-W49) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/388
2021-12-06 08:22:55 +00:00