From 30fa9872f95f38dc0aca73908e6dbcbb25f33132 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 23 Jul 2020 10:38:26 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3f7ac829..a0c5a8c05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Security Onion 2.0.0.rc1 +## Security Onion 2.0.1.rc1 -Security Onion 2.0.0 RC1 is here! This version requires a fresh install, but there is good news - we have brought back soup! From now on, you should be able to run soup on the manager to upgrade your environment to RC2 and beyond! +Security Onion 2.0.1 RC1 is here! This version requires a fresh install, but there is good news - we have brought back soup! From now on, you should be able to run soup on the manager to upgrade your environment to RC2 and beyond! ### Warnings and Disclaimers From 75477fe9bf22aa68efc11f8dec42ad94ab3b61e7 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 23 Jul 2020 11:56:14 -0400 Subject: [PATCH 2/3] Update changes.json --- salt/soc/files/soc/changes.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index 517816fcd..1fd10c7ac 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,6 +1,11 @@ { - "title": "Security Onion 2.0.0 RC1 is here!", + "title": "Security Onion 2.0.1 RC1 is here!", "changes": [ + { "summary": "Security Fix: variables.txt from ISO install stays on disk for 10 days." }, + { "summary": "Security Fix: Remove user values from static.sls." }, + { "summary": "Fix distributed deployment sensor interval issue allowing PCAP." }, + { "summary": "Support for passwords that start with special characters." }, + { "summary": "Minor soup updates." }, { "summary": "Re-branded 2.0 to give it a fresh look." }, { "summary": "All documentation has moved to https://docs.securityonion.net/en/2.0" }, { "summary": "soup is alive! Note: This tool only updates Security Onion components. Please use the built-in OS update process to keep the OS and other components up to date." }, From 4b127010ee3d80be2f12f5d60bd0b62be74d26b3 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 23 Jul 2020 11:59:20 -0400 Subject: [PATCH 3/3] Update changes.json --- salt/soc/files/soc/changes.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index 1fd10c7ac..c8f116c4a 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,10 +1,10 @@ { "title": "Security Onion 2.0.1 RC1 is here!", "changes": [ - { "summary": "Security Fix: variables.txt from ISO install stays on disk for 10 days." }, - { "summary": "Security Fix: Remove user values from static.sls." }, - { "summary": "Fix distributed deployment sensor interval issue allowing PCAP." }, - { "summary": "Support for passwords that start with special characters." }, + { "summary": "Security Fix 1067: variables.txt from ISO install stays on disk for 10 days." }, + { "summary": "Security Fix 1068: Remove user values from static.sls." }, + { "summary": "Issue 1059: Fix distributed deployment sensor interval issue allowing PCAP." }, + { "summary": "Issue 1058: Support for passwords that start with special characters." }, { "summary": "Minor soup updates." }, { "summary": "Re-branded 2.0 to give it a fresh look." }, { "summary": "All documentation has moved to https://docs.securityonion.net/en/2.0" },