Skip to content

Commit

Permalink
Merge pull request #62 from redBorder/development
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
manegron authored Dec 9, 2024
2 parents e3f4b68 + d406709 commit 8497e5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
cookbook-rb-proxy CHANGELOG
===============

## 4.0.0

- Miguel Negrón
- [2f89e2b] clean code
- [8d519ce] Move sensor_id and roles configuration to common
- [e45eebe] add missing sensor_id and role.json files

## 3.3.0

- nilsver
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures redborder proxy'
version '3.3.0'
version '4.0.0'

depends 'rb-common'
depends 'rb-selinux'
Expand Down
1 change: 1 addition & 0 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
end

rb_common_config 'Configure common' do
sensor_role 'proxy-sensor'
action :configure
end

Expand Down

0 comments on commit 8497e5d

Please sign in to comment.