Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog circleci #193

Merged
merged 6 commits into from
Oct 16, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
kitchen: sous-chefs/kitchen@1.0.0
kitchen: sous-chefs/kitchen@2

workflows:
kitchen:
Expand Down
85 changes: 48 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,51 @@
# Confluence Cookbook Changelog

## 2.5.0 (March 10, 2019)
BUG FIX:
## 2.5.1 (2019/08/16)

- Update the owner information in metadata.rb
- Update CircleCI version
- Run cookstyle on repo (fixes #187)
- ISO-8601 date format for the CHANGLOG

## 2.5.0 (2019/03/10)

- Added version pin for Apache2

## 2.5.0 (October 24, 2018)
IMPROVEMENTS:
## 2.5.0 (2018/10/24)

- Added hash values to support for Confluence version `6.8.2`.

## 2.5.0 (May 10, 2018)
## 2.5.0 (2018/05/10)

- Changed cookbook ownership to Sous Chefs Community. Hopefully cookbook will come back to life.

## 2.4.3 (July 12, 2017)
IMPROVEMENTS:
## 2.4.3 (2017/07/12)

- Added hash values and support for Confluence versions `6.2.1`, `6.2.2`, `6.2.3`, `6.3.1`.
- Fix by style check suggestions.

## 2.4.2 (May 31, 2017)
IMPROVEMENTS:
## 2.4.2 (2017/05/31)

- Added hash values and support for Confluence versions `6.1.3`, `6.1.4` and `6.2.0`.

## 2.4.1 (April 26, 2017)
IMPROVEMENTS:
## 2.4.1 (2017/04/26)

- Added hash values and support for Confluence v6.1.2

## 2.4.0 (April 6, 2017)
IMPROVEMENTS:
## 2.4.0 (2017/04/06)

- Added hash values and support for Confluence v6.0.5 and v6.1.1
- Added restriction to avoid testing with Chef Client v13 for now

## 2.3.0 (February 23, 2017)
IMPROVEMENTS:
## 2.3.0 (2017/02/23)

- Added autotune feature for configuring jvm settings. see README.md for details. [[GH-140]](https://github.com/parallels-cookbooks/confluence/pull/140)
- Add temporary workaround for [CONF-35722](https://jira.atlassian.com/browse/CONF-35722). [[GH-148]](https://github.com/parallels-cookbooks/confluence/pull/148)

## 2.2.0 (December 28, 2016)
## 2.2.0 (2016/12/28)

Improvements:

IMPROVEMENTS:
- Added support of Confluence 5.10.4, 5.10.5, 5.10.6, 5.10.7, 5.10.8, 6.0.1,
6.0.2.
[[GH-127]](https://github.com/parallels-cookbooks/confluence/pull/127)
Expand All @@ -47,23 +56,25 @@ IMPROVEMENTS:
- Don't redirect /server-status for monitoring systems
[[GH-128]](https://github.com/parallels-cookbooks/confluence/pull/128)

BUG FIXES:
Bug fixes:

- Add a matching quote to JAVA_OPTS variable.
[[GH-124]](https://github.com/parallels-cookbooks/confluence/pull/124)
- Fix initial service start after installing Confluence with .bin installer
on systemd-driven systems.
[[GH-136]](https://github.com/parallels-cookbooks/confluence/pull/136)

## 2.1.1 (August 5, 2016)
## 2.1.1 (2016/08/05)

Improvements:

IMPROVEMENTS:
- Added support of Confluence 5.10.2, 5.10.3.
[[GH-118]](https://github.com/parallels-cookbooks/confluence/pull/118)
[[GH-120]](https://github.com/parallels-cookbooks/confluence/pull/120)

## 2.1.0 (July 13, 2016)
## 2.1.0 (2016/06/13)

BACKWARDS INCOMPATIBILITIES:
Backwards incompatibilities:

- Dropped support of Confluence < 5.5, since they've reached their EOL date.
[[GH-106]](https://github.com/parallels-cookbooks/confluence/pull/106)
Expand All @@ -75,7 +86,7 @@ IMPROVEMENTS:

- Added attribute `['confluence']['jvm']['bundled_jre']` allowing to manage
custom JRE by `java` cookbook regardless of `install_type`.
[[GH-111]](https://github.com/parallels-cookbooks/confluence/pull/111)
[[GH-111]](https://github.com/parallels-cookbooks/confluence/pull/111)
- Added support of Confluence 5.9.9, 5.9.10, 5.10.1.
[[GH-107]](https://github.com/parallels-cookbooks/confluence/pull/107)
[[GH-115]](https://github.com/parallels-cookbooks/confluence/pull/115)
Expand All @@ -85,7 +96,7 @@ IMPROVEMENTS:
- Removes non-dynamic template for `web.xml` config.
[[GH-116]](https://github.com/parallels-cookbooks/confluence/pull/116)

BUG FIXES:
Bug fixes:

- postgres: Set "utf-8" encoding, "C" collation and "template0".
[[GH-108]](https://github.com/parallels-cookbooks/confluence/pull/108)
Expand All @@ -95,7 +106,7 @@ BUG FIXES:
- Fixed `conf` directory permissions.
[[GH-99]](https://github.com/parallels-cookbooks/confluence/pull/99)

## 2.0.0 (February 20, 2016)
## 2.0.0 (2016/02/20)

BACKWARDS INCOMPATIBILITIES:

Expand Down Expand Up @@ -145,7 +156,7 @@ IMPROVEMENTS:
- Removed unsupported and non-implemented installer types
[[GH-27]](https://github.com/parallels-cookbooks/confluence/pull/27)

BUG FIXES:
Bug fixes:

- Fixed issues of derived attributes
[[GH-30]](https://github.com/parallels-cookbooks/confluence/pull/30)
Expand All @@ -167,46 +178,46 @@ BUG FIXES:
[[GH-47]](https://github.com/parallels-cookbooks/confluence/pull/47)
[[GH-89]](https://github.com/parallels-cookbooks/confluence/pull/89)

## 1.7.1 (January 2, 2014)
## 1.7.1 (2014/01/02)

BUG FIXES:
Bug fixes:

- Fixed chef-solo run failure with `java_ark` resource notification [[GH-2]](https://github.com/parallels-cookbooks/confluence/issues/2)

## 1.7.0 (October 5, 2013)
## 1.7.0 (2013/10/05)

- Bump default version of Confluence to 5.3

## 1.6.0 (August 21, 2013)
## 1.6.0 (2013/08/21)

- Bump default version of Confluence to 5.2.3

## 1.5.0 (August 8, 2013)
## 1.5.0 (2013/08/08)

- Bump default version of Confluence to 5.1.5

## 1.4.0 (July 24, 2013)
## 1.4.0 (2013/07/24)

- Bump default version of Confluence to 5.1.4

## 1.3.0 (May 16, 2013)
## 1.3.0 (2013/05/16)

- Bump default version of Confluence to 5.1.3

## 1.2.1 (April 16, 2013)
## 1.2.1 (2013/04/16)

- Fix Apache log file names

## 1.2.0 (March 29, 2013)
## 1.2.0 (2013/03/29)

- Bump default version of Confluence to 5.1.0
- Update Vagrant box URLs to Chef 11.2.0 since its tested and works

## 1.1.0 (February 28, 2013)
## 1.1.0 (2013/02/28)

- Bump default version of Confluence to 5.0.1

## 1.0.0 (February 16, 2013)
## 1.0.0 (2013/02/16)

- Production ready with Linux installer/standalone installs
- Split out individual recipes for installation and configuration
Expand Down
8 changes: 3 additions & 5 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name 'confluence'
maintainer 'Azat Khadiev'
maintainer_email '[email protected]'
maintainer 'Sous-Chef'
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures Atlassian Confluence'

chef_version '< 13.0.0'
version '2.5.1'

issues_url 'https://github.com/sous-chefs/confluence/issues'
Expand All @@ -23,5 +23,3 @@
depends 'mysql_connector'
depends 'mysql2_chef_gem', '< 2.0.0'
depends 'postgresql'

chef_version '< 13.0.0'