Commit graph

526 commits

Author SHA1 Message Date
Imran Iqbal
89dcb3a5b0
chore(gemfile.lock): update to latest gem versions (2021-W32) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/358
2021-08-09 12:13:47 +01:00
Imran Iqbal
8f91b4f3ec
ci(gemfile+lock): use ssf customised inspec repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/357
2021-08-04 21:54:46 +01:00
Imran Iqbal
598b23462c
chore(gemfile.lock): update to latest gem versions (2021-W31) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/356
2021-08-04 21:37:38 +01:00
Imran Iqbal
dbc775619b
chore(gemfile.lock): update to latest gem versions (2021-W30) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/353
2021-07-26 14:28:14 +01:00
Imran Iqbal
8c8025f9a5
chore(gemfile.lock): update to latest gem versions (2021-W29) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/349
2021-07-21 18:31:11 +01:00
semantic-release-bot
bac7ff2d3f chore(release): 0.56.0 [skip ci]
# [0.56.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.55.2...v0.56.0) (2021-07-19)

### Continuous Integration

* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([ee34e48](ee34e48fae))
* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([4d5e6d9](4d5e6d9e19))
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([f51d4ba](f51d4ba4ce))
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([13c8450](13c8450069))
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([8dbff38](8dbff38820))

### Features

* **freebsd:** update packages from ``py37-*`` => ``py38-*`` ([70eeed8](70eeed80c1))
* **osfingermap:** add support for `Debian 11` [skip ci] ([3ea9b34](3ea9b34759))
2021-07-19 14:53:47 +00:00
Imran Iqbal
564667476b
Merge pull request #265 from sticky-note/feat/freebsd
feat(freebsd): update packages from ``py37-*`` => ``py38-*``
2021-07-19 15:48:22 +01:00
sticky-note
70eeed80c1 feat(freebsd): update packages from `py37-* => py38-*` 2021-07-19 12:01:13 +11:00
Imran Iqbal
ee34e48fae
ci: add Debian 11 Bullseye & update yamllint configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/345
2021-07-18 19:02:26 +01:00
Imran Iqbal
f51d4ba4ce
ci(kitchen): move provisioner block & update run_command [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/344
2021-07-17 21:10:24 +01:00
Imran Iqbal
fd0ebf6f1a
chore(gemfile+lock): update to latest gem versions (2021-W28) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/343
2021-07-17 20:27:38 +01:00
Imran Iqbal
3ea9b34759
feat(osfingermap): add support for Debian 11 [skip ci] 2021-07-15 11:12:35 +01:00
Imran Iqbal
42c1cda609
chore(deps): bump addressable from 2.7.0 to 2.8.0 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/340
2021-07-14 12:13:57 +01:00
Imran Iqbal
4d5e6d9e19
ci(3003.1): update inc. AlmaLinux, Rocky & rst-lint [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/335
2021-07-02 00:04:34 +01:00
Imran Iqbal
13c8450069
ci(kitchen+gitlab): remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/331
2021-06-21 20:45:55 +01:00
Imran Iqbal
c62a74a264
chore(pre-commit): use info report level for rstcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/325
2021-05-20 14:08:31 +01:00
Imran Iqbal
8dbff38820
ci: add arch-master to matrix and update .travis.yml [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/323
2021-05-09 22:31:31 +01:00
semantic-release-bot
dbc341dd40 chore(release): 0.55.2 [skip ci]
## [0.55.2](https://github.com/saltstack-formulas/mysql-formula/compare/v0.55.1...v0.55.2) (2021-05-07)

### Bug Fixes

* **salt-user:** fix setting grants for the salt user ([346633d](346633d6f6))

### Continuous Integration

* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([3df6d64](3df6d6410d))

### Documentation

* **readme:** fix headings [skip ci] ([897a83d](897a83dc2a))

### Tests

* standardise use of `share` suite & `_mapdata` state [skip ci] ([c11750c](c11750c9cc))
2021-05-07 19:05:01 +00:00
Javier Bértoli
8a71d694cc
Merge pull request #261 from M2mobi/fix_salt_user_grants
fix(salt-user): fix setting grants for the salt user
2021-05-07 16:00:10 -03:00
Imran Iqbal
897a83dc2a
docs(readme): fix headings [skip ci] 2021-05-05 15:02:37 +01:00
Heinz Wiesinger
346633d6f6 fix(salt-user): fix setting grants for the salt user 2021-05-03 14:11:22 +02:00
Imran Iqbal
3df6d6410d
ci(kitchen+gitlab): adjust matrix to add 3003 [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/318
2021-04-23 08:47:20 +01:00
Imran Iqbal
baabe47585
chore: update CODEOWNERS & .yamllint re: kitchen-vagrant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/310
2021-04-05 18:19:49 +01:00
Imran Iqbal
c11750c9cc
test: standardise use of share suite & _mapdata state [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/302
2021-03-23 21:30:23 +00:00
semantic-release-bot
d8c9f23b66 chore(release): 0.55.1 [skip ci]
## [0.55.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.55.0...v0.55.1) (2021-03-23)

### Bug Fixes

* **salt-user:** redirect error output from user access checks ([4cb4c05](4cb4c05e48))

### Continuous Integration

* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([e20d7c6](e20d7c69d1))
* **gemfile+lock:** use `ssf` customised `kitchen-docker` repo [skip ci] ([63561c0](63561c0a2f))
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([d08b960](d08b960daf))
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([1af83d1](1af83d1fac))
* **kitchen+gitlab-ci:** use latest pre-salted images [skip ci] ([b27382a](b27382a76c))
* **pre-commit:** update hook for `rubocop` [skip ci] ([86397f6](86397f6390))
2021-03-23 16:48:10 +00:00
Imran Iqbal
2223c0e856
Merge pull request #260 from M2mobi/salt-user
fix(salt-user): redirect error output from user access checks
2021-03-23 16:37:56 +00:00
Heinz Wiesinger
4cb4c05e48 fix(salt-user): redirect error output from user access checks 2021-03-19 14:48:57 +01:00
Imran Iqbal
1af83d1fac
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:20:10 +00:00
Imran Iqbal
96d981d459
chore(yamllint): add .git/ to ignores [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/297
2021-03-05 18:33:18 +00:00
Daniel Dehennin
0ce4a24997
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:49:13 +00:00
Dafydd Jones
37c9c3d83f
chore(shellcheck): switch hook for shellcheck [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/295
2021-02-21 08:31:43 +00:00
Imran Iqbal
63561c0a2f
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:51:18 +00:00
Imran Iqbal
b27382a76c
ci(kitchen+gitlab-ci): use latest pre-salted images [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/293
2021-02-14 08:46:38 +00:00
Imran Iqbal
7bbedea642
chore: standardise structure (.gitignore & _mapdata.rb) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/292
2021-02-11 11:51:08 +00:00
Imran Iqbal
86397f6390
ci(pre-commit): update hook for rubocop [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/290
2021-02-02 00:20:27 +00:00
Imran Iqbal
e20d7c69d1
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:47:22 +00:00
Imran Iqbal
d08b960daf
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:32:57 +00:00
semantic-release-bot
b2bd9db38e chore(release): 0.55.0 [skip ci]
# [0.55.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.2...v0.55.0) (2020-12-16)

### Bug Fixes

* **percona:** fix startswith error ([6b39bda](6b39bda366))
* **redhat:** added missing client socket ([b0f370c](b0f370cf8b))
* **redhat:** update python library, add missing  deps ([3cab000](3cab000c89))
* **server:** fix `salt-lint` violations [skip ci] ([2d1c7c3](2d1c7c30e6))

### Continuous Integration

* **gitlab-ci:** use GitLab CI as Travis CI replacement ([fb50e26](fb50e26f6a))
* **pre-commit:** add to formula [skip ci] ([11e6460](11e646082e))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([87cb5b7](87cb5b7c4f))
* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([92bf43a](92bf43a3b7))

### Features

* **credentials:** add socket access ([1c70b0a](1c70b0abc1))
2020-12-16 13:08:48 +00:00
Imran Iqbal
fb50e26f6a
ci(gitlab-ci): use GitLab CI as Travis CI replacement
* Automated using https://github.com/myii/ssf-formula/pull/275
2020-12-16 06:36:05 +00:00
Imran Iqbal
2d1c7c30e6
fix(server): fix salt-lint violations [skip ci]
```console
[206] Jinja variables should have spaces before and after: {{ var_name }}
mysql/server.sls:86
        {{debconf_root_password}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}

[206] Jinja variables should have spaces before and after: {{ var_name }}
mysql/server.sls:87
        {{debconf_root_password_again}}: {'type': 'password', 'value': '{{ mysql_root_password }}'}
```
2020-12-14 09:05:59 +00:00
N
d5e44c90bd
Merge pull request #256 from GMAzrael/GMAzrael-patch-1
fix(server.sls): fix dictionary startswith
2020-12-08 14:52:00 +00:00
GMAzrael
6b39bda366 fix(percona): fix startswith error 2020-12-08 09:11:54 +00:00
N
451a3360ce
Merge pull request #254 from noelmcloughlin/strict
doc(example): update pillar.example for strict ansi
2020-12-04 00:12:19 +00:00
N
b226f2bf24
Merge pull request #252 from lmeerwood/master
Updated Redhat to the correct library.
2020-12-04 00:11:54 +00:00
N
9bc73338f2
Merge branch 'master' into master 2020-12-04 00:11:02 +00:00
N
1b0f58a64c
Merge pull request #185 from ze42/debconf_percona
Debconf percona
2020-12-03 23:57:26 +00:00
N
08e7ee35e2
Merge branch 'master' into debconf_percona 2020-12-03 23:52:49 +00:00
N
cc31553c7e
Merge pull request #159 from bogdanr/master
Added some important settings for Debian
2020-12-03 23:36:30 +00:00
N
34e70dcd0a
Merge branch 'master' into master 2020-12-03 23:36:03 +00:00
N
b2821d5f67
Merge pull request #212 from waynegemmell/add-mysql-community-package
Support for official mysql 8 packages
2020-12-03 23:30:08 +00:00