Skip to content

Commit

Permalink
Merge pull request #54 from redBorder/development
Browse files Browse the repository at this point in the history
Version 2.1.0
  • Loading branch information
manegron authored Oct 23, 2024
2 parents 8574d91 + 7910858 commit 04bbc28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-rb-ips CHANGELOG
===============

## 2.1.0

- manegron
- [3139c4c] Update attributes

## 2.0.0

- Miguel Negrón
Expand Down
2 changes: 2 additions & 0 deletions resources/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
default['redborder']['organization_uuid'] = nil
default['redborder']['organizations'] = []
default['redborder']['locations'] = %w(namespace namespace_uuid organization organization_uuid service_provider service_provider_uuid deployment deployment_uuid market market_uuid campus campus_uuid building building_uuid floor floor_uuid)
default['redborder']['repo'] = {}
default['redborder']['repo']['version'] = nil

default['redborder']['ips']['insecure'] = true

Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maintainer_email 'git@redborder.com'
license 'AGPL-3.0'
description 'Installs/Configures redborder ips'
version '2.0.0'
version '2.1.0'

depends 'rb-common'
depends 'geoip'
Expand Down

0 comments on commit 04bbc28

Please sign in to comment.