Skip to content

Commit f13e473

Browse files
authored
Merge pull request #74 from redBorder/development
Release 4.1.2
2 parents ce016b0 + 9e55020 commit f13e473

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
cookbook-rb-proxy CHANGELOG
22
===============
33

4+
## 4.1.2
5+
6+
- Pablo Pérez
7+
- [80ce285] Don't use new methods - use existing methods
8+
- [04f160b] Vault sensor info to open the 514 port in rb-firewall
9+
410
## 4.1.1
511

612
- jnavarrorb

resources/metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email '[email protected]'
44
license 'AGPL-3.0'
55
description 'Installs/Configures redborder proxy'
6-
version '4.1.1'
6+
version '4.1.2'
77

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

resources/recipes/configure.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
end
2929

3030
rb_firewall_config 'Configure Firewall' do
31+
vault_sensor_in_proxy_nodes node.run_state['sensors_info_all']['vault-sensor']
3132
if proxy_services['firewall']
3233
action :add
3334
else

0 commit comments

Comments
 (0)