We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3f4b68 + d406709 commit 8497e5dCopy full SHA for 8497e5d
CHANGELOG.md
@@ -1,6 +1,13 @@
1
cookbook-rb-proxy CHANGELOG
2
===============
3
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
11
## 3.3.0
12
13
- nilsver
resources/metadata.rb
@@ -3,7 +3,7 @@
maintainer_email 'git@redborder.com'
license 'AGPL-3.0'
description 'Installs/Configures redborder proxy'
-version '3.3.0'
+version '4.0.0'
depends 'rb-common'
depends 'rb-selinux'
resources/recipes/configure.rb
@@ -15,6 +15,7 @@
15
end
16
17
rb_common_config 'Configure common' do
18
+ sensor_role 'proxy-sensor'
19
action :configure
20
21
0 commit comments