Skip to content

Commit 7f00fcd

Browse files
committed
Release 3.0.0
1 parent 337ed9f commit 7f00fcd

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

CHANGELOG.md

+24-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
11
# Changelog
22

33
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.
46

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)
78

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)
910

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)
1131

1232
**Implemented enhancements:**
1333

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opuscodium-taiga",
3-
"version": "2.1.1-rc0",
3+
"version": "3.0.0",
44
"author": "Opus Codium",
55
"summary": "Installs, configures, and manages the Taiga project management software",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)