From e999a27d3e611a32c6ce465ad4f32cda5f4b7513 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 9 Oct 2019 14:15:05 -0400 Subject: [PATCH] 1.1.2 --- README.md | 6 ++++++ salt/common/init.sls | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ced42ae50..7f01ba1ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## Hybrid Hunter Alpha 1.1.2 + +- Quick firewall fix to address latest docker version. +- Added the option to install playbook from the initial install. +- Fixed an issue with multiple monitor interfaces not working properly. + ## Hybrid Hunter Alpha 1.1.1 ### Changes: diff --git a/salt/common/init.sls b/salt/common/init.sls index f4a78a995..9d34c4a20 100644 --- a/salt/common/init.sls +++ b/salt/common/init.sls @@ -116,13 +116,13 @@ nginxtmp: # Start the core docker so-coreimage: cmd.run: - - name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.1 + - name: docker pull --disable-content-trust=false soshybridhunter/so-core:HH1.1.2 so-core: docker_container.running: - require: - so-coreimage - - image: soshybridhunter/so-core:HH1.1.1 + - image: soshybridhunter/so-core:HH1.1.2 - hostname: so-core - user: socore - binds: