diff --git a/README.md b/README.md index 912ac745a..4c76caa1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Security Onion 2.0.2.rc1 +## Security Onion 2.0.3.rc1 -Security Onion 2.0.2 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.3 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 diff --git a/VERIFY_ISO.md b/VERIFY_ISO.md index 7ff0536b9..a2b10bfab 100644 --- a/VERIFY_ISO.md +++ b/VERIFY_ISO.md @@ -1,16 +1,16 @@ -### 2.0.2-rc1 ISO image built on 2020/07/23 +### 2.0.3-rc1 ISO image built on 2020/07/28 ### Download and Verify -2.0.2-rc1 ISO image: -https://download.securityonion.net/file/securityonion/securityonion-2.0.2-rc1.iso +2.0.3-rc1 ISO image: +https://download.securityonion.net/file/securityonion/securityonion-2.0.3-rc1.iso -MD5: DC991385818DB7A4242F4BF7045D1250 -SHA1: 0BD458F01F10B324DF90F95201CC33B9DEBEAFA3 -SHA256: BE851E5FB1952942A9C10F6563DF6EF93381D734FDFD7E05FFAC77A5064F781A +MD5: 126EDE15589BCB44A64F51637E6BF720 +SHA1: 5804EB797C655177533C55BB34569E1E2E0B2685 +SHA256: CDB9EEFEA965BD70ACC2FC64981A52BD83B85B47812261F79EC3930BB1924463 Signature for ISO image: -https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.2-rc1.iso.sig +https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.3-rc1.iso.sig Signing key: https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/master/KEYS @@ -24,22 +24,22 @@ wget https://raw.githubusercontent.com/Security-Onion-Solutions/securityonion/ma Download the signature file for the ISO: ``` -wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.2-rc1.iso.sig +wget https://github.com/Security-Onion-Solutions/securityonion/raw/master/sigs/securityonion-2.0.3-rc1.iso.sig ``` Download the ISO image: ``` -wget https://download.securityonion.net/file/securityonion/securityonion-2.0.2-rc1.iso +wget https://download.securityonion.net/file/securityonion/securityonion-2.0.3-rc1.iso ``` Verify the downloaded ISO image using the signature file: ``` -gpg --verify securityonion-2.0.2-rc1.iso.sig securityonion-2.0.2-rc1.iso +gpg --verify securityonion-2.0.3-rc1.iso.sig securityonion-2.0.3-rc1.iso ``` The output should show "Good signature" and the Primary key fingerprint should match what's shown below: ``` -gpg: Signature made Thu 23 Jul 2020 10:38:04 PM EDT using RSA key ID FE507013 +gpg: Signature made Tue 28 Jul 2020 10:36:55 PM EDT using RSA key ID FE507013 gpg: Good signature from "Security Onion Solutions, LLC " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. diff --git a/VERSION b/VERSION index 61cbf99af..fbb4866b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2-rc.1 +2.0.3-rc.1 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." }, diff --git a/sigs/securityonion-2.0.3-rc1.iso.sig b/sigs/securityonion-2.0.3-rc1.iso.sig new file mode 100644 index 000000000..65a45c7d7 Binary files /dev/null and b/sigs/securityonion-2.0.3-rc1.iso.sig differ