Skip to content

Commit 68bdf6a

Browse files
committed
Bump version to 1.2.0
1 parent 3596848 commit 68bdf6a

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

CHANGELOG.md

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
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+
8+
## [1.2.0](https://github.com/opus-codium/puppet-taiga/tree/1.2.0) (2021-02-08)
9+
10+
[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/1.1.0...1.2.0)
11+
12+
**Implemented enhancements:**
13+
14+
- Add support for Taiga 6.0.0 [\#33](https://github.com/opus-codium/puppet-taiga/pull/33) ([smortex](https://github.com/smortex))
15+
- Add REFERENCE.md [\#31](https://github.com/opus-codium/puppet-taiga/pull/31) ([neomilium](https://github.com/neomilium))
16+
17+
**Fixed bugs:**
18+
19+
- Remove explicit data\_provider from metadata.json [\#34](https://github.com/opus-codium/puppet-taiga/pull/34) ([smortex](https://github.com/smortex))
20+
21+
## [1.1.0](https://github.com/opus-codium/puppet-taiga/tree/1.1.0) (2020-12-21)
22+
23+
[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/1.0.2...1.1.0)
24+
25+
**Implemented enhancements:**
26+
27+
- Fix comment in generated config file [\#27](https://github.com/opus-codium/puppet-taiga/pull/27) ([smortex](https://github.com/smortex))
28+
- Add support for CHANGE\_NOTIFICATIONS\_MIN\_INTERVAL [\#26](https://github.com/opus-codium/puppet-taiga/pull/26) ([smortex](https://github.com/smortex))
29+
- Rework Apache VirtualHost [\#23](https://github.com/opus-codium/puppet-taiga/pull/23) ([smortex](https://github.com/smortex))
30+
- Modernize and add documentation [\#19](https://github.com/opus-codium/puppet-taiga/pull/19) ([smortex](https://github.com/smortex))
31+
- Add support for Debian Buster [\#16](https://github.com/opus-codium/puppet-taiga/pull/16) ([smortex](https://github.com/smortex))
32+
- Add data-types for all parameters [\#13](https://github.com/opus-codium/puppet-taiga/pull/13) ([smortex](https://github.com/smortex))
33+
34+
**Fixed bugs:**
35+
36+
- Fix install on Debian [\#21](https://github.com/opus-codium/puppet-taiga/pull/21) ([smortex](https://github.com/smortex))
37+
- Fix missing migration dependency [\#17](https://github.com/opus-codium/puppet-taiga/pull/17) ([neomilium](https://github.com/neomilium))
38+
- Fix seeding: there is no more initial\_role data to load [\#6](https://github.com/opus-codium/puppet-taiga/pull/6) ([neomilium](https://github.com/neomilium))
39+
40+
## [1.0.2](https://github.com/opus-codium/puppet-taiga/tree/1.0.2) (2017-04-05)
41+
42+
[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/1.0.1...1.0.2)
43+
44+
**Implemented enhancements:**
45+
46+
- Move Python parameters to param class [\#5](https://github.com/opus-codium/puppet-taiga/pull/5) ([smortex](https://github.com/smortex))
47+
- Disable timeout for pip install [\#4](https://github.com/opus-codium/puppet-taiga/pull/4) ([smortex](https://github.com/smortex))
48+
- Explicitely depend on passenger [\#3](https://github.com/opus-codium/puppet-taiga/pull/3) ([smortex](https://github.com/smortex))
49+
50+
## [1.0.1](https://github.com/opus-codium/puppet-taiga/tree/1.0.1) (2017-03-23)
51+
52+
[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/1.0.0...1.0.1)
53+
54+
**Implemented enhancements:**
55+
56+
- Add libssl-dev dependency on Debian [\#1](https://github.com/opus-codium/puppet-taiga/pull/1) ([smortex](https://github.com/smortex))
57+
58+
**Fixed bugs:**
59+
60+
- Ensure pip and setuptools are up-to-date [\#2](https://github.com/opus-codium/puppet-taiga/pull/2) ([smortex](https://github.com/smortex))
61+
62+
## [1.0.0](https://github.com/opus-codium/puppet-taiga/tree/1.0.0) (2016-10-14)
63+
64+
[Full Changelog](https://github.com/opus-codium/puppet-taiga/compare/55619003c02ae456d01a395540bd6675d8c60c8c...1.0.0)
65+
66+
67+
68+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opuscodium-taiga",
3-
"version": "1.1.0",
3+
"version": "1.2.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)