Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chromko committed Jun 14, 2017
1 parent 62969cd commit b8b5312
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ cookbook 'database'
cookbook 'lvm'
cookbook 'php-fpm'
cookbook 'postgresql'
cookbook 'windows_firewall'

group :integration do
cookbook 'locale'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This file is used to list changes made in each version of zabbix_lwrp.

## 1.3.2
* Allow to use empty values of listen_port and listen_ip attributes of zabbix_agent

## 1.3.0
* Refactor agent configuration
* Switch to InSpec tests
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Installs and configures Zabbix agent and server with PostgreSQL and Nginx. Provides LWRP for creating and modifying Zabbix objects.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.3.1'
version '1.3.2'
chef_version '>= 12.5' if respond_to?(:chef_version)
source_url 'https://github.com/express42/zabbix_lwrp' if respond_to?(:source_url)
issues_url 'https://github.com/express42/zabbix_lwrp/issues' if respond_to?(:issues_url)
Expand Down

0 comments on commit b8b5312

Please sign in to comment.