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

fixing changelog links #181

Merged
merged 1 commit into from
Mar 29, 2017
Merged
Changes from all 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
21 changes: 12 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,30 @@

This file is used to list changes made in each version of the haproxy cookbook. (@sun77)

## v3.0.3 (28-03-2017)

## [Unreleased]

## [v3.0.3] (28-03-2017)

- Multiple addresses and ports on listener and frontend [#174][]
- Customize logging destination [#178][]
- updating to use bats/serverspec [#179][]

## v3.0.2 (27-03-2017)
## [v3.0.2] (27-03-2017)

- Allow server startup from `app_lb` recipe. [#171][]
- Use Delivery instead of Rake
- Make this cookbook compatible with Chef-13, note: `params` option is now `parameters` [#175][]

## v3.0.1 (2017-1-30)
## [v3.0.1] (2017-1-30)

- Reload haproxy configuration on changes [#152][]
- merging in generic socket conf [#107][]
- updating config to use facilities hash dynamically [#102][]
- adding tproxy and splice per [#98][]
- removing members with nil ips from member array. [#79][]

## v3.0.0 (2017-1-24)
## [v3.0.0] (2017-1-24)

- Configurable debug options
- Merging [#123][] - CentOS7 compatibility
Expand All @@ -32,7 +35,7 @@ This file is used to list changes made in each version of the haproxy cookbook.
- Chef >= 12.1 required
- changing ['haproxy']['source']['target_os'], ['haproxy']['source']['target_cpu'] to use proper architecture, Issue: [#150][]

## v2.0.2 (2016-12-30)
## [v2.0.2] (2016-12-30)

- Cookstyle fixes
- Travis testing updates
Expand Down Expand Up @@ -218,7 +221,7 @@ This file is used to list changes made in each version of the haproxy cookbook.
- Use `node.chef_environment` instead of `node['app_environment']`

[Unreleased]: https://github.com/sous-chefs/haproxy/compare/v3.0.3...HEAD
[3.0.3]: https://github.com/sous-chefs/haproxy/compare/v3.0.2...v3.0.3
[3.0.2]: https://github.com/sous-chefs/haproxy/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/sous-chefs/haproxy/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/sous-chefs/haproxy/compare/v2.0.2...v3.0.0
[v3.0.3]: https://github.com/sous-chefs/haproxy/compare/v3.0.2...v3.0.3
[v3.0.2]: https://github.com/sous-chefs/haproxy/compare/v3.0.1...v3.0.2
[v3.0.1]: https://github.com/sous-chefs/haproxy/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/sous-chefs/haproxy/compare/v2.0.2...v3.0.0