Skip to content

Commit

Permalink
chore(deps): update terraform oci to v6.13.0 (#17)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oci](https://registry.terraform.io/providers/oracle/oci)
([source](https://redirect.github.com/oracle/terraform-provider-oci)) |
required_provider | minor | `6.12.0` -> `6.13.0` |

---

### Release Notes

<details>
<summary>oracle/terraform-provider-oci (oci)</summary>

###
[`v6.13.0`](https://redirect.github.com/oracle/terraform-provider-oci/blob/HEAD/CHANGELOG.md#6130-October-09-2024)

[Compare
Source](https://redirect.github.com/oracle/terraform-provider-oci/compare/v6.12.0...v6.13.0)

##### Added

-   Desktop as a Service: Shape Flexibility
- Support for Operations Insights : Autonomous Database IAM based
connections
-   Support for Customer Facing Scalable agent upgrade | ExaCC and ExaCS
-   9/24- Support for ZPR v1
- Support for PV Support for Launch w/Multiple Attachments Support for
VMs
-   Support for Stack Monitoring Maintenance Windows
-   To Support for Depracate old apps admin user creation with password
-   Support for Desktop as a Service: Private Access
-   Support for Proxy Protocol on OCI LBaaS

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/anza-labs/infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 7c23bad commit 5701c68
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions terraform/oci/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/oci/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "6.12.0"
version = "6.13.0"
}
}
}

0 comments on commit 5701c68

Please sign in to comment.