mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Merge pull request #909 from Security-Onion-Solutions/fix/1.4.1
Update to 1.4.1
This commit is contained in:
@@ -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
|
## 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.
|
- 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.
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title": "Introducing Hybrid Hunter 1.4.0 Beta 3",
|
"title": "Introducing Hybrid Hunter 1.4.1 Beta 3",
|
||||||
"changes": [
|
"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": "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": "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." },
|
{ "summary": "Users can now change their own password in SOC." },
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ source ./so-whiptail
|
|||||||
source ./so-variables
|
source ./so-variables
|
||||||
source ./so-common-functions
|
source ./so-common-functions
|
||||||
|
|
||||||
SOVERSION=1.4.0
|
SOVERSION=1.4.1
|
||||||
|
|
||||||
accept_salt_key_remote() {
|
accept_salt_key_remote() {
|
||||||
systemctl restart salt-minion
|
systemctl restart salt-minion
|
||||||
|
|||||||
Reference in New Issue
Block a user