Skip to content

Commit

Permalink
Release 0.1.3 (#4)
Browse files Browse the repository at this point in the history
* doc: Updated Contributing

* doc: Updated License file

* doc: Added Security.md

* doc: Updated Readme with new files

* chore: module and examples renamed

* chore: release notes and version bump

---------

Co-authored-by: Josh Hammer <josh.hammer@oracle.com>
  • Loading branch information
andrecorreaneto and Halimer authored Jul 24, 2024
1 parent 59ba070 commit 2fea341
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 37 deletions.
56 changes: 44 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,55 @@
# Contributing to the CIS OCI Terraform Modules
# Contributing to this repository

*Copyright (c) 2023, Oracle and/or its affiliates.*
We welcome your contributions! There are multiple ways to contribute.

*Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.*
## Opening issues

To post feedback, submit feature ideas or report bugs, please use the Issues section in this repository.
For bugs or enhancement requests, please file a GitHub issue unless it's
security related. When filing a bug remember that the better written the bug is,
the more likely it is to be fixed. If you think you've found a security
vulnerability, do not raise a GitHub issue and follow the instructions in our
[security policy](./SECURITY.md).

Pull requests can be made under [The Oracle Contributor Agreement](https://oca.opensource.oracle.com/) (OCA).
## Contributing code

For pull requests to be accepted, the bottom of your commit message must have the following line using your name and e-mail address as it appears in the OCA Signatories list.
We welcome your code contributions. Before submitting code via a pull request,
you will need to have signed the [Oracle Contributor Agreement][OCA] (OCA) and
your commits need to include the following line using the name and e-mail
address you used to sign the OCA:

```
Signed-off-by: Your Name <you@example.org>
```text
Signed-off-by: Your Name <you@example.org>
```

This can be automatically added to pull requests by committing with:
This can be automatically added to pull requests by committing with `--sign-off`
or `-s`, e.g.

```sh
git commit --signoff
```text
git commit --signoff
```

Only pull requests from committers that can be verified as having signed the OCA can be accepted.
Only pull requests from committers that can be verified as having signed the OCA
can be accepted.

## Pull request process

1. Ensure there is an issue created to track and discuss the fix or enhancement
you intend to submit.
1. Fork this repository.
1. Create a branch in your fork to implement the changes. We recommend using
the issue number as part of your branch name, e.g. `1234-fixes`.
1. Ensure that any documentation is updated with the changes that are required
by your change.
1. Ensure that any samples are updated if the base image has been changed.
1. Submit the pull request. *Do not leave the pull request blank*. Explain exactly
what your changes are meant to do and provide simple steps on how to validate.
your changes. Ensure that you reference the issue you created as well.
1. We will assign the pull request to 2-3 people for review before it is merged.

## Code of conduct

Follow the [Golden Rule](https://en.wikipedia.org/wiki/Golden_Rule). If you'd
like more specific guidelines, see the [Contributor Covenant Code of Conduct][COC].

[OCA]: https://oca.opensource.oracle.com
[COC]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
4 changes: 2 additions & 2 deletions LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Oracle and/or its affiliates.
Copyright (c) 2023 Oracle and/or its affiliates.

The Universal Permissive License (UPL), Version 1.0

Expand Down Expand Up @@ -32,4 +32,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CIS OCI Landing Zone Governance Modules
# OCI Landing Zones Governance Modules

![Landing Zone logo](./landing_zone_300.png)

Expand All @@ -24,15 +24,26 @@ The modules in this collection are designed for flexibility, are straightforward

Using these modules does not require a user extensive knowledge of Terraform or OCI resource types usage. Users declare a JSON object describing the OCI resources according to each module’s specification and minimal Terraform code to invoke the modules. The modules generate outputs that can be consumed by other modules as inputs, allowing for the creation of independently managed operational stacks to automate your entire OCI infrastructure.

## Help

Open an [issue]() in this repository.

## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).

This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md).

## Security

Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process.

## License
Copyright (c) 2023, Oracle and/or its affiliates.

Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
Copyright (c) 2023,2024 Oracle and/or its affiliates.

*Replace this statement if your project is not licensed under the UPL*

See [LICENSE](./LICENSE) for more details.
Released under the Universal Permissive License v1.0 as shown at
<https://oss.oracle.com/licenses/upl/>.

## Known Issues
None.
14 changes: 6 additions & 8 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
# January 15, 2024 Release Notes - 0.1.2
# July 24, 2024 Release Notes - 0.1.3
## Updates
1. Aligned [README.md](./README.md) structure to Oracle's GitHub organizations requirements.

# January 15, 2024 Release Notes - 0.1.2
## New
1. A module for budgets is available. It manages budgets based on compartments or cost-tracking tags and alert messages based on specific thresholds.

## Updated
## Updates
1. The Tags module can now declare an external dependency on IAM compartments.


# July 03, 2023 Release Notes - 0.1.1

## Updated
## Updates
1. [Release Metadata](#0-1-1-metadata)

### <a name="0-1-1-metadata">Release Metadata</a>
Managed resources are tagged with release metadata.


# March 23, 2023 Release Notes - 0.1.0

## New
1. [Initial Release](#0-1-0-initial)

### <a name="0-1-0-initial">Initial Release</a>
Module for tags.
38 changes: 38 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Reporting security vulnerabilities

Oracle values the independent security research community and believes that
responsible disclosure of security vulnerabilities helps us ensure the security
and privacy of all our users.

Please do NOT raise a GitHub Issue to report a security vulnerability. If you
believe you have found a security vulnerability, please submit a report to
[secalert_us@oracle.com][1] preferably with a proof of concept. Please review
some additional information on [how to report security vulnerabilities to Oracle][2].
We encourage people who contact Oracle Security to use email encryption using
[our encryption key][3].

We ask that you do not use other channels or contact the project maintainers
directly.

Non-vulnerability related security issues including ideas for new or improved
security features are welcome on GitHub Issues.

## Security updates, alerts and bulletins

Security updates will be released on a regular cadence. Many of our projects
will typically release security fixes in conjunction with the
Oracle Critical Patch Update program. Additional
information, including past advisories, is available on our [security alerts][4]
page.

## Security-related information

We will provide security related information such as a threat model, considerations
for secure use, or any known security issues in our documentation. Please note
that labs and sample code are intended to demonstrate a concept and may not be
sufficiently hardened for production use.

[1]: mailto:secalert_us@oracle.com
[2]: https://www.oracle.com/corporate/security-practices/assurance/vulnerability/reporting.html
[3]: https://www.oracle.com/security-alerts/encryptionkey.html
[4]: https://www.oracle.com/security-alerts/
2 changes: 1 addition & 1 deletion budgets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CIS OCI Landing Zone Budgets Module
# OCI Landing Zones Budgets Module

![Landing Zone logo](../landing_zone_300.png)

Expand Down
2 changes: 1 addition & 1 deletion budgets/examples/compartment-based-budget/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CIS OCI Budgets Module Example - Compartment Based Budget
# OCI Landing Zones Budgets Module Example - Compartment Based Budget

This example shows how to manage budgets in Oracle Cloud Infrastructure using the [CIS Landing Zone Budgets module](../..). The configuration provided by this example creates a budget for a specific target compartment. The budget starts in the first day of the current month.

Expand Down
2 changes: 1 addition & 1 deletion budgets/examples/minimal-config-budget/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CIS OCI Budgets Module Example - Minimal Configuration (Root Compartment Budget)
# OCI Landing Zones Budgets Module Example - Minimal Configuration (Root Compartment Budget)

This example shows how to manage budgets in Oracle Cloud Infrastructure using the [CIS Landing Zone Budgets module](../..). The configuration provided by this example omits all optional attributes in the input variable.
As a result, the monthly recurring budget starting in the budget create day is created for the tenancy Root compartment.
Expand Down
2 changes: 1 addition & 1 deletion budgets/examples/tag-based-budget/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CIS OCI Budgets Module Example - Tag Based Budget
# OCI Landing Zones Budgets Module Example - Tag Based Budget

This example shows how to manage budgets in Oracle Cloud Infrastructure using the [CIS Landing Zone Budgets module](../..). The configuration provided by this example creates a budget for a specific cost tracking tag. The budget starts in the budget creation day (as *day_of_month_to_begin* is undefined). An alert message is sent if the consumption exceeds the absolute value specified by *threshold_value* attribute.

Expand Down
2 changes: 1 addition & 1 deletion release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion tags/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CIS OCI Landing Zone IAM Tags Module
# OCI Landing Zones Tags Module

![Landing Zone logo](../landing_zone_300.png)

Expand Down
4 changes: 2 additions & 2 deletions tags/examples/external-dependency/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CIS OCI Tags Module Example - Vision Tags with External Dependencies
# OCI Landing Zones Tags Module Example - Vision Tags with External Dependencies

This example shows how to manage defined tags in Oracle Cloud Infrastructure for a hypothetical Vision entity using the [CIS Landing Zone Tags module](../..). It is functionally equivalent to the [vision example](../vision/). The difference is that it takes compartment dependencies from a file that sits in OCI Object Storage bucket.
This example shows how to manage defined tags in Oracle Cloud Infrastructure for a hypothetical Vision entity using the [OCI Landing Zones Tags module](../..). It is functionally equivalent to the [vision example](../vision/). The difference is that it takes compartment dependencies from a file that sits in OCI Object Storage bucket.

As this example needs to read from an OCI Object Storage bucket, the following extra permissions are required for the executing user, in addition to the permissions required by the [tags module](../..) itself.

Expand Down
4 changes: 2 additions & 2 deletions tags/examples/vision/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CIS OCI Tags Module Example - Vision Tags
# OCI Landing Zones Tags Module Example - Vision Tags

This example shows how to manage defined tags in Oracle Cloud Infrastructure for a hypothetical Vision entity using the [CIS Landing Zone Tags module](../..).
This example shows how to manage defined tags in Oracle Cloud Infrastructure for a hypothetical Vision entity using the [OCI Landing Zones Tags module](../..).

The following resources are created in this example:

Expand Down

0 comments on commit 2fea341

Please sign in to comment.