|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 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. |
4 | 6 |
|
5 |
| -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
6 |
| -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | +## [v3.0.0](https://github.com/opus-codium/puppet-taiga/tree/v3.0.0) (2023-08-07) |
7 | 8 |
|
8 |
| -## [2.1.0](https://github.com/opus-codium/puppet-taiga/tree/2.1.0) (2021-10-23) |
| 9 | +[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/v2.1.0...v3.0.0) |
9 | 10 |
|
10 |
| -[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/2.0.1...2.1.0) |
| 11 | +**Breaking changes:** |
| 12 | + |
| 13 | +- Drop support for Debian 10 \(oldstable\) [\#58](https://github.com/opus-codium/puppet-taiga/pull/58) ([smortex](https://github.com/smortex)) |
| 14 | +- Remove support for Puppet 6 \(EOL\) [\#57](https://github.com/opus-codium/puppet-taiga/pull/57) ([smortex](https://github.com/smortex)) |
| 15 | +- Rework templates [\#51](https://github.com/opus-codium/puppet-taiga/pull/51) ([smortex](https://github.com/smortex)) |
| 16 | + |
| 17 | +**Implemented enhancements:** |
| 18 | + |
| 19 | +- Add support for Puppet 8 [\#62](https://github.com/opus-codium/puppet-taiga/pull/62) ([smortex](https://github.com/smortex)) |
| 20 | +- Relax dependencies version requirements [\#60](https://github.com/opus-codium/puppet-taiga/pull/60) ([smortex](https://github.com/smortex)) |
| 21 | +- Allow puppetlabs-postgresql 8.x [\#55](https://github.com/opus-codium/puppet-taiga/pull/55) ([smortex](https://github.com/smortex)) |
| 22 | +- Add tasks to ease users/projects management [\#48](https://github.com/opus-codium/puppet-taiga/pull/48) ([neomilium](https://github.com/neomilium)) |
| 23 | + |
| 24 | +**Fixed bugs:** |
| 25 | + |
| 26 | +- Fix deprecated usage of postgresql\_password [\#59](https://github.com/opus-codium/puppet-taiga/pull/59) ([smortex](https://github.com/smortex)) |
| 27 | + |
| 28 | +## [v2.1.0](https://github.com/opus-codium/puppet-taiga/tree/v2.1.0) (2021-10-24) |
| 29 | + |
| 30 | +[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/2.0.1...v2.1.0) |
11 | 31 |
|
12 | 32 | **Implemented enhancements:**
|
13 | 33 |
|
|
0 commit comments