Merge pull request #909 from Security-Onion-Solutions/fix/1.4.1

Update to 1.4.1
This commit is contained in:
Mike Reeves
2020-06-30 09:55:10 -04:00
committed by GitHub
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
## Hybrid Hunter Beta 1.4.1 - Beta 3
- Fix install script to handle hostnames properly.
## Hybrid Hunter Beta 1.4.0 - Beta 3
- Complete overhaul of the way we handle custom and default settings and data. You will now see a default and local directory under the saltstack directory. All customizations are stored in local.

View File

@@ -1 +1 @@
1.4.0
1.4.1

View File

@@ -1,6 +1,7 @@
{
"title": "Introducing Hybrid Hunter 1.4.0 Beta 3",
"title": "Introducing Hybrid Hunter 1.4.1 Beta 3",
"changes": [
{ "summary": "Fix install script to handle hostnames properly." },
{ "summary": "Complete overhaul of the way we handle custom and default settings and data. You will now see a default and local directory under the saltstack directory. All customizations are stored in local." },
{ "summary": "The way firewall rules are handled has been completely revamped. This will allow the user to customize firewall rules much easier." },
{ "summary": "Users can now change their own password in SOC." },

View File

@@ -19,7 +19,7 @@ source ./so-whiptail
source ./so-variables
source ./so-common-functions
SOVERSION=1.4.0
SOVERSION=1.4.1
accept_salt_key_remote() {
systemctl restart salt-minion