Skip to content

Commit 8497e5d

Browse files
authored
Merge pull request #62 from redBorder/development
Release 4.0.0
2 parents e3f4b68 + d406709 commit 8497e5d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
cookbook-rb-proxy CHANGELOG
22
===============
33

4+
## 4.0.0
5+
6+
- Miguel Negrón
7+
- [2f89e2b] clean code
8+
- [8d519ce] Move sensor_id and roles configuration to common
9+
- [e45eebe] add missing sensor_id and role.json files
10+
411
## 3.3.0
512

613
- nilsver

resources/metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email 'git@redborder.com'
44
license 'AGPL-3.0'
55
description 'Installs/Configures redborder proxy'
6-
version '3.3.0'
6+
version '4.0.0'
77

88
depends 'rb-common'
99
depends 'rb-selinux'

resources/recipes/configure.rb

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
end
1616

1717
rb_common_config 'Configure common' do
18+
sensor_role 'proxy-sensor'
1819
action :configure
1920
end
2021

0 commit comments

Comments
 (0)