Commit graph

489 commits

Author SHA1 Message Date
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
N
d57fd83186
Update server.sls 2020-12-03 23:28:38 +00:00
N
03efdaf47f
Merge branch 'master' into add-mysql-community-package 2020-12-03 23:24:01 +00:00
Lenny Meerwood
b0f370cf8b fix(redhat): added missing client socket 2020-12-03 15:49:02 +10:00
noelmcloughlin
043007677e doc(example): update pillar.example for strict ansi 2020-11-30 16:49:02 +00:00
Lenny Meerwood
1c70b0abc1 feat(credentials): add socket access 2020-11-02 08:52:53 +10:00
Lenny Meerwood
3cab000c89 fix(redhat): update python library, add missing deps 2020-11-02 08:52:21 +10:00
Imran Iqbal
9b8a21f107
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:51:14 +00:00
Imran Iqbal
fb3300bc07
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:19:24 +01:00
Imran Iqbal
92bf43a3b7
ci(pre-commit): finalise rstcheck configuration [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/267
2020-10-10 06:49:31 +01:00
Dafydd Jones
d95f08dade
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:07:35 +01:00
Imran Iqbal
0f711d3e04
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:05:54 +01:00
Imran Iqbal
87cb5b7c4f
ci(pre-commit): enable/disable rstcheck as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
2020-10-05 00:22:04 +01:00
Dafydd Jones
11e646082e
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
2020-10-03 11:58:04 +01:00
semantic-release-bot
45251f8fe0 chore(release): 0.54.2 [skip ci]
## [0.54.2](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.1...v0.54.2) (2020-08-27)

### Bug Fixes

* **indent:** properly indent file.directory block ([7791268](7791268d13)), closes [#250](https://github.com/saltstack-formulas/mysql-formula/issues/250)
2020-08-27 05:33:58 +00:00
sticky-note
d0a19a77f1
Merge pull request #251 from GeJ/fix-indent
fix(indent): properly indent file.directory block
2020-08-27 16:26:41 +11:00
Geraud CONTINSOUZAS
7791268d13 fix(indent): properly indent file.directory block
This is a followup on #250.

The patch I sent here suffered from a case of bad copy-n-paste and
missed half a level of indentation. Sorry.
2020-08-27 16:00:27 +11:00
semantic-release-bot
1e5651faac chore(release): 0.54.1 [skip ci]
## [0.54.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.54.0...v0.54.1) (2020-08-24)

### Bug Fixes

* **freebsd:** upgrade to mysql57-server ([ec68199](ec681995b4))
2020-08-24 22:53:02 +00:00
Géraud CONTINSOUZAS
ec681995b4
fix(freebsd): upgrade to mysql57-server
Current default version for FreeBSD is MySQL 5.7, also python 2.x is
deprecated and should be removed any time soon.

FreeBSD uses the `mysql_install_db` which generates a temporary root
password upon the first start. To the best of my understanding I haven't
seen any code in the formula that handles this method. So I added
a FreeBSD-scpecific block for initialization. While here, create
`/var/log/mysql` without which the server won't start if it doesn't
exist.

Co-authored-by: Geraud CONTINSOUZAS <geraud.continsouzas@skazy.nc>
2020-08-24 23:45:37 +01:00
semantic-release-bot
5bf7d57f14 chore(release): 0.54.0 [skip ci]
# [0.54.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.53.0...v0.54.0) (2020-07-10)

### Continuous Integration

* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([b37a8a7](b37a8a7c97))

### Features

* **socket_authentication:** allow unix_socket authentication ([8eccd5a](8eccd5a68c))
2020-07-10 15:20:11 +00:00
Yoda-BZH
8eccd5a68c
feat(socket_authentication): allow unix_socket authentication
Co-authored-by: Tristan Charbonneau <tcharbonneau@oceanet-technology.com>
2020-07-10 16:12:24 +01:00
Imran Iqbal
f1084e5925 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:28:48 +01:00
Imran Iqbal
8cfba5ae28 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:45:07 +01:00
Imran Iqbal
ba91d9841b 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:57:25 +01:00
Imran Iqbal
b37a8a7c97 ci(kitchen): use saltimages Docker Hub where available [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/223
2020-06-15 16:56:24 +01:00
Imran Iqbal
0d77b049e0 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/222
2020-06-15 15:07:23 +01:00
Imran Iqbal
c0d8e0c8e7 chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/221
2020-06-05 22:17:00 +01:00
semantic-release-bot
b1233b60c3 chore(release): 0.53.0 [skip ci]
# [0.53.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.7...v0.53.0) (2020-06-01)

### Continuous Integration

* **kitchen+travis:** use latest pre-salted images ([7ea518a](7ea518a391))
* **travis:** add notifications => zulip [skip ci] ([8adfc4b](8adfc4bb4f))

### Features

* **focal:** add settings for `ubuntu-20.04` ([0d77164](0d77164f39))
2020-06-01 02:14:21 +00:00
Imran Iqbal
e60e37ec8d
Merge pull request #244 from myii/feat/add-ubuntu-20.04
feat(focal): add settings for `ubuntu-20.04` & use latest pre-salted images
2020-06-01 03:06:39 +01:00
Imran Iqbal
7ea518a391
ci(kitchen+travis): use latest pre-salted images
* Automated using https://github.com/myii/ssf-formula/pull/209
2020-06-01 02:54:02 +01:00
Imran Iqbal
0d77164f39
feat(focal): add settings for ubuntu-20.04 2020-06-01 02:53:43 +01:00
Imran Iqbal
e1bd2795d2 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:05 +01:00
Imran Iqbal
8adfc4bb4f ci(travis): add notifications => zulip [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/191
2020-05-21 20:08:23 +01:00
semantic-release-bot
8ffa1d7016 chore(release): 0.52.7 [skip ci]
## [0.52.7](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.6...v0.52.7) (2020-05-19)

### Bug Fixes

* **osfamilymap.yaml:** update SUSE defaults ([8ee79a7](8ee79a7bb0))

### Continuous Integration

* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([9e9fa3e](9e9fa3e3d1))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([c1dddc3](c1dddc3a8d))
* **workflows/commitlint:** add to repo [skip ci] ([b4c6570](b4c65702b9))
2020-05-19 14:03:46 +00:00
Imran Iqbal
8f32ef63c6
Merge pull request #240 from miska/master
fix(osfamilymap.yaml): Update SUSE defaults
2020-05-19 14:55:53 +01:00
Michal Hrusecky
8ee79a7bb0 fix(osfamilymap.yaml): update SUSE defaults
* there is no python2 in last stable releases and socket was moved as well
2020-05-19 15:36:27 +02:00
Imran Iqbal
52384ffab2 chore(codeowners): update semantic-release related files [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/174
2020-05-04 23:16:07 +01:00
Imran Iqbal
362b85ea38 chore(codeowners): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/173
2020-05-04 22:44:24 +01:00