Skip to content

Commit 32e85b8

Browse files
authored
Merge pull request #41 from voxpupuli/release/2.0.0
prep release 2.0.0
2 parents 5bdf86f + e1d1279 commit 32e85b8

File tree

2 files changed

+104
-12
lines changed

2 files changed

+104
-12
lines changed

CHANGELOG.md

Lines changed: 103 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,108 @@
11
# Changelog
22

3-
## 2017-02-12 Release 1.1.2
4-
* proper release procedure
3+
All notable changes to this project will be documented in this file.
4+
Each new release typically also includes the latest modulesync defaults.
5+
These should not affect the functionality of the module.
56

6-
## 2017-02-12 Release 1.1.1
7-
* made ensure on package and service configurable
8-
* modulesync 0.20.0
7+
## [v2.0.0](https://github.com/voxpupuli/puppet-proxysql/tree/v2.0.0) (2018-09-10)
98

10-
## 2017-02-08 Release 1.1.0
11-
* moved release to Vox Pupuli
12-
* added support for managing repo's (just Debian for now)
9+
[Full Changelog](https://github.com/voxpupuli/puppet-proxysql/compare/v1.1.2...v2.0.0)
1310

14-
## 2017-02-07 Release 1.0.0
15-
* initial release of the module
16-
* include providers to all admin tables in ProxySQL.
11+
**Breaking changes:**
12+
13+
- package manager updates [\#47](https://github.com/voxpupuli/puppet-proxysql/pull/47) ([mcrauwel](https://github.com/mcrauwel))
14+
- Change transaction persistent default [\#35](https://github.com/voxpupuli/puppet-proxysql/pull/35) ([mcrauwel](https://github.com/mcrauwel))
15+
16+
**Implemented enhancements:**
17+
18+
- Enable acceptance tests on travis; add debian 9 support [\#64](https://github.com/voxpupuli/puppet-proxysql/pull/64) ([bastelfreak](https://github.com/bastelfreak))
19+
- Allow puppetlabs/stdlib 5.x, puppetlabs/apt 6.x and puppetlabs/mysql 6.x [\#63](https://github.com/voxpupuli/puppet-proxysql/pull/63) ([bastelfreak](https://github.com/bastelfreak))
20+
- Support to add resource via class parameters. Add manage\_hostgroup\_fo… [\#62](https://github.com/voxpupuli/puppet-proxysql/pull/62) ([MaxFedotov](https://github.com/MaxFedotov))
21+
- add ability to split config into 2 files [\#60](https://github.com/voxpupuli/puppet-proxysql/pull/60) ([MaxFedotov](https://github.com/MaxFedotov))
22+
- Declare passwords as Sensitive [\#51](https://github.com/voxpupuli/puppet-proxysql/pull/51) ([jfroche](https://github.com/jfroche))
23+
- Adding Repo Management for Centos, Redhat, LinuzAmazon [\#16](https://github.com/voxpupuli/puppet-proxysql/pull/16) ([alexvaque](https://github.com/alexvaque))
24+
25+
**Fixed bugs:**
26+
27+
- Proxysql on Debian should now run under the proxysql user account [\#43](https://github.com/voxpupuli/puppet-proxysql/issues/43)
28+
- Default weight 0 causes issue [\#28](https://github.com/voxpupuli/puppet-proxysql/issues/28)
29+
- Module push 'OFFLINE\_SOFT' back online [\#25](https://github.com/voxpupuli/puppet-proxysql/issues/25)
30+
- changing the admin-admin\_credentials results in failing puppet runs [\#22](https://github.com/voxpupuli/puppet-proxysql/issues/22)
31+
- Unwrap passwords before writing to file [\#53](https://github.com/voxpupuli/puppet-proxysql/pull/53) ([jjspark](https://github.com/jjspark))
32+
- Override all settings [\#52](https://github.com/voxpupuli/puppet-proxysql/pull/52) ([jjspark](https://github.com/jjspark))
33+
- Fixed managing admin credentials [\#34](https://github.com/voxpupuli/puppet-proxysql/pull/34) ([mcrauwel](https://github.com/mcrauwel))
34+
- proxy\_mysql\_server needs a default for status in order for the insert to succeed [\#33](https://github.com/voxpupuli/puppet-proxysql/pull/33) ([mcrauwel](https://github.com/mcrauwel))
35+
36+
**Closed issues:**
37+
38+
- puppet 5 compatibility \(bump dependencies for puppetlabs-apt to something more modern\) [\#66](https://github.com/voxpupuli/puppet-proxysql/issues/66)
39+
- New versions of proxysql [\#38](https://github.com/voxpupuli/puppet-proxysql/issues/38)
40+
- Please, could you add a release/tag for new RPM features? [\#29](https://github.com/voxpupuli/puppet-proxysql/issues/29)
41+
- Mysql query rule changed [\#24](https://github.com/voxpupuli/puppet-proxysql/issues/24)
42+
- Ubuntu support [\#20](https://github.com/voxpupuli/puppet-proxysql/issues/20)
43+
44+
**Merged pull requests:**
45+
46+
- add support for Proxysql cluster [\#58](https://github.com/voxpupuli/puppet-proxysql/pull/58) ([MaxFedotov](https://github.com/MaxFedotov))
47+
- Remove docker nodesets [\#50](https://github.com/voxpupuli/puppet-proxysql/pull/50) ([bastelfreak](https://github.com/bastelfreak))
48+
- drop EOL OSs; fix puppet version range [\#48](https://github.com/voxpupuli/puppet-proxysql/pull/48) ([bastelfreak](https://github.com/bastelfreak))
49+
- bump puppet to latest supported version 4.10.0 [\#46](https://github.com/voxpupuli/puppet-proxysql/pull/46) ([bastelfreak](https://github.com/bastelfreak))
50+
- bump puppet version dependency to \>= 4.7.1 \< 6.0.0 [\#40](https://github.com/voxpupuli/puppet-proxysql/pull/40) ([bastelfreak](https://github.com/bastelfreak))
51+
- fixed doc error [\#36](https://github.com/voxpupuli/puppet-proxysql/pull/36) ([mcrauwel](https://github.com/mcrauwel))
52+
- fixed parsing of prefetched data \(fix \#24\) [\#30](https://github.com/voxpupuli/puppet-proxysql/pull/30) ([mcrauwel](https://github.com/mcrauwel))
53+
- config file: owner and group configurable \(fix\) [\#27](https://github.com/voxpupuli/puppet-proxysql/pull/27) ([FrankVanDamme](https://github.com/FrankVanDamme))
54+
- Fixes for ubuntu support [\#23](https://github.com/voxpupuli/puppet-proxysql/pull/23) ([mcrauwel](https://github.com/mcrauwel))
55+
- Fix contributors typo [\#21](https://github.com/voxpupuli/puppet-proxysql/pull/21) ([rgomezcasas](https://github.com/rgomezcasas))
56+
- Deleting non UTF8-char [\#18](https://github.com/voxpupuli/puppet-proxysql/pull/18) ([narcisbcn](https://github.com/narcisbcn))
57+
- Add option to define install options [\#15](https://github.com/voxpupuli/puppet-proxysql/pull/15) ([jfroche](https://github.com/jfroche))
58+
59+
## [v1.1.2](https://github.com/voxpupuli/puppet-proxysql/tree/v1.1.2) (2017-02-12)
60+
61+
[Full Changelog](https://github.com/voxpupuli/puppet-proxysql/compare/v1.1.1...v1.1.2)
62+
63+
**Merged pull requests:**
64+
65+
- release 1.1.2 [\#14](https://github.com/voxpupuli/puppet-proxysql/pull/14) ([mcrauwel](https://github.com/mcrauwel))
66+
67+
## [v1.1.1](https://github.com/voxpupuli/puppet-proxysql/tree/v1.1.1) (2017-02-12)
68+
69+
[Full Changelog](https://github.com/voxpupuli/puppet-proxysql/compare/v1.1.0...v1.1.1)
70+
71+
**Implemented enhancements:**
72+
73+
- make ensure for package and service configurable [\#11](https://github.com/voxpupuli/puppet-proxysql/pull/11) ([mcrauwel](https://github.com/mcrauwel))
74+
75+
**Merged pull requests:**
76+
77+
- modulesync 0.20.0 [\#12](https://github.com/voxpupuli/puppet-proxysql/pull/12) ([mcrauwel](https://github.com/mcrauwel))
78+
79+
## [v1.1.0](https://github.com/voxpupuli/puppet-proxysql/tree/v1.1.0) (2017-02-11)
80+
81+
[Full Changelog](https://github.com/voxpupuli/puppet-proxysql/compare/1.0.0...v1.1.0)
82+
83+
**Fixed bugs:**
84+
85+
- Unable to publish to forge because of vendor/ [\#10](https://github.com/voxpupuli/puppet-proxysql/issues/10)
86+
87+
**Merged pull requests:**
88+
89+
- Gitignore ruby version [\#9](https://github.com/voxpupuli/puppet-proxysql/pull/9) ([mcrauwel](https://github.com/mcrauwel))
90+
- \[release testing\] [\#8](https://github.com/voxpupuli/puppet-proxysql/pull/8) ([bastelfreak](https://github.com/bastelfreak))
91+
- proper Markdown formatting for release regex to pass [\#7](https://github.com/voxpupuli/puppet-proxysql/pull/7) ([mcrauwel](https://github.com/mcrauwel))
92+
- create 1.1.0 release [\#6](https://github.com/voxpupuli/puppet-proxysql/pull/6) ([mcrauwel](https://github.com/mcrauwel))
93+
- update metadata to point to voxpupuli repo [\#5](https://github.com/voxpupuli/puppet-proxysql/pull/5) ([mcrauwel](https://github.com/mcrauwel))
94+
- \[WIP\]Modulesync 0.19.3 [\#4](https://github.com/voxpupuli/puppet-proxysql/pull/4) ([bastelfreak](https://github.com/bastelfreak))
95+
- updated docs [\#3](https://github.com/voxpupuli/puppet-proxysql/pull/3) ([mcrauwel](https://github.com/mcrauwel))
96+
- manage repo's [\#2](https://github.com/voxpupuli/puppet-proxysql/pull/2) ([mcrauwel](https://github.com/mcrauwel))
97+
98+
## [1.0.0](https://github.com/voxpupuli/puppet-proxysql/tree/1.0.0) (2017-02-07)
99+
100+
[Full Changelog](https://github.com/voxpupuli/puppet-proxysql/compare/2b002103f11c460a659eb0928d5989bd1836b9ee...1.0.0)
101+
102+
**Merged pull requests:**
103+
104+
- Rspec testen implemented [\#1](https://github.com/voxpupuli/puppet-proxysql/pull/1) ([rgevaert](https://github.com/rgevaert))
105+
106+
107+
108+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-proxysql",
3-
"version": "1.1.3-rc0",
3+
"version": "2.0.0",
44
"author": "Vox Pupuli",
55
"summary": "Module to install and configure ProxySQL",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)