diff --git a/README.md b/README.md index b425ee490..8da8268fa 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/VERSION b/VERSION index e21e727f9..13175fdc4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.4.1 \ No newline at end of file diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index 384a2781d..2d7e9be28 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -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." }, diff --git a/setup/so-functions b/setup/so-functions index 25cbd11d8..d137d64d2 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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