From 407160b72989c5b5b7a3d16886389bc788137500 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 4 Aug 2020 16:23:03 -0400 Subject: [PATCH] Update changes.json --- salt/soc/files/soc/changes.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index dc3e4118f..4f359a996 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -1,6 +1,10 @@ { - "title": "Security Onion 2.0.2 RC1 is here!", + "title": "Security Onion 2.0.3 RC1 is here!", "changes": [ + { "summary": "Resolved an issue with large drives and the ISO install." }, + { "summary": "Modified ISO installation to use Logical Volume Management (LVM) for disk partitioning." }, + { "summary": "Updated Elastic Stack components to version 7.8.1." }, + { "summary": "Updated Zeek to version 3.0.8." }, { "summary": "Fixed standalone pcap interval issue." }, { "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." },