From 3139c4c5c588f43f8851d8630ea3faba9c56a1f3 Mon Sep 17 00:00:00 2001 From: manegron Date: Wed, 23 Oct 2024 21:36:04 +0100 Subject: [PATCH 1/2] Update attributes --- resources/attributes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/attributes/default.rb b/resources/attributes/default.rb index 5da7a82..a13059c 100644 --- a/resources/attributes/default.rb +++ b/resources/attributes/default.rb @@ -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 From 79108586fb91560409856312d83592581b665eae Mon Sep 17 00:00:00 2001 From: Miguel Negron Date: Wed, 23 Oct 2024 21:37:16 +0100 Subject: [PATCH 2/2] Bump version --- CHANGELOG.md | 5 +++++ resources/metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9043b2..d44b711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ cookbook-rb-ips CHANGELOG =============== +## 2.1.0 + + - manegron + - [3139c4c] Update attributes + ## 2.0.0 - Miguel Negrón diff --git a/resources/metadata.rb b/resources/metadata.rb index 5d260ff..fbed509 100644 --- a/resources/metadata.rb +++ b/resources/metadata.rb @@ -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'