Skip to content

Commit

Permalink
Release 2.8.6 (#154)
Browse files Browse the repository at this point in the history
* doc: Cleaned up OAG documentation in deployment guide

* bug: Fixed with debug statements for certificates appearing without debugging enabled

* Updates for "observations" texts.

* Dict cis_monitoring_checks updated.

* Added repos for network & database admins

* no message

* feat:Reduced adb function lines

* feat:Reduced adb function lines

* feat: Added debugging to __ons_read_subscriptions

* fix: Add additional policy to allow auditor group to review CIS and OBP

* fix: Added read for serviceconnectors to support OBP checks

* doc: Updated with the new Auditor Policy to support CIS and OBP checks

* feat: Added error logging for Tag defaults and ADB

* fix: Removed debug statement and reenabled pagination

* doc: Updated Release Version and Tested SDK

* doc: Added date place holder

* doc: Added Cloud Guard Detector and Security Zone Rule Mapping

* doc: Updated release notes for release 2.8.3

* Revert "doc: Added Cloud Guard Detector and Security Zone Rule Mapping"

This reverts commit ee5e951.

* doc: Added Cloud Guard Detector and Security Zones Rule mapping

* doc: Updated release date

* Release 2.8.4

* Fixed issue and did some minor fixes in HTML code. Applied refactoring for duplicate code snippets, too.

* Small fix for using wrong quotes.

* Regression fixed.

* fix: Fix for hanging DRGs with no virtual circuits

* fix: Fixed a typo issue 148 in Github

* feat: Updated OSS Log retention to 90 days to align with CIS Safe Guard 8.10

* feat: Updated flow log retention to 90 days to align to CIS Safeguard 8.10

* fix: Added Try catch for hanging DRGs

* chore: Flake8 fix

* Updates for Issue 587

* feat: added policies for ZPR and OCI FW

* fix: IAM ZPR statements updated

* fix: zpr-security-attribute renamed to security-attribute-namespace in zpr statements

* fix: zpr-configuration added to ZPR policies

* feat: Ignoring PNG files

* doc: Updated CIS Benchmark version number to current number

* doc: Updated version of CIS OCI Benchmark to current

* Doc: Added release notes

* doc: Updated landing zone terraform version

* pipeline: added upgrading oci sdk for testing purposes

* fix: quote error CI/CD

* Update release-notes.md

* feat: Added tenancy ID to search results query

* doc: Updated version to 2.8.5

* doc: updated date

* doc: Updated tested python sdk

* doc: script links updated to new oci-landing-zones org

* doc: Updated Date

* doc: Updated release, SDK version, and date

* doc: Updated release version

* doc: Added Release notes

* doc: Added release notes

* Removed .ci for github push

---------

Co-authored-by: Andre Correa <[email protected]>
Co-authored-by: Olaf Heimburger <[email protected]>
Co-authored-by: KC Flynn <[email protected]>
Co-authored-by: Samratha S P <[email protected]>
  • Loading branch information
5 people authored Nov 20, 2024
1 parent 7dbf579 commit 710f23b
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 35 deletions.
12 changes: 6 additions & 6 deletions compliance-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ allow group Auditor-Group to use ons-family in tenancy where any {request.operat
### Setup the script to run on a local machine
1. [Setup and Prerequisites](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm)
1. Ensure your OCI `config` file is in the `~/.oci/` directory
1. Download cis_reports.py: [https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py](https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py)
1. Download cis_reports.py: [https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py](https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py)
```
wget https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py
wget https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py
```
1. Create a Python Virtual Environment with required modules
```
Expand All @@ -73,15 +73,15 @@ pip3 install xlsxwriter
```

### Setup the script to run in a Cloud Shell Environment without a Python virtual environment
1. Download cis_reports.py: [https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py](https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py)
1. Download cis_reports.py: [https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py](https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py)
```
wget https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py
wget https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py
```

### Setup the script to run in a Cloud Shell Environment with a Python virtual environment
1. Download cis_reports.py: [https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py](https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py)
1. Download cis_reports.py: [https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py](https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py)
```
wget https://raw.githubusercontent.com/oracle-quickstart/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py
wget https://raw.githubusercontent.com/oci-landing-zones/oci-cis-landingzone-quickstart/main/scripts/cis_reports.py
```
1. Create a Python Virtual Environment with required modules
```
Expand Down
8 changes: 8 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# November 20, 2024 Release Notes - 2.8.6
1. [Updates/Fixes to the CIS Compliance Script](#2-8-6-script-updates)
## <a name="#2-8-6-script-updates">Updates/Fixes to the CIS Compliance Script</a>
- Updates:
- Added tenancy ID to search query to improve multi-tenancy access
- Fixes:
- Fixed release version in script

# October 23, 2024 Release Notes - 2.8.5
1. [Updates/Fixes to the CIS Compliance Script](#2-8-5-script-updates)
1. [Updates to the Terraform](#2-8-5-terraform-updates)
Expand Down
3 changes: 1 addition & 2 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
2.8.5

2.8.6
Loading

0 comments on commit 710f23b

Please sign in to comment.