Skip to content

Commit

Permalink
chore(deps): update terraform oci to v6.20.0 (#26)
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.18.0` -> `6.20.0` |

---

### Release Notes

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

###
[`v6.20.0`](https://redirect.github.com/oracle/terraform-provider-oci/blob/HEAD/CHANGELOG.md#6200-December-11-2024)

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

##### Added

-   Support for Fleet Application Management Service v1.2
-   Support for BYOK for ADB-D
-   Support for Rollback Maintenance Cycle Feature
-   Support for Data Flow CascadeDeleteApplication API
-   Support for refresh DR Plans
-   Support for Private Access to a VB service instance

##### Bug Fix

-   Fix for the vm network update in place issue
-   Fix Instance Configuration Config Mapping
-   Fix for MySQL Cross Region Copy Backup Destroy
- Incorporated more workrequest status for createSchedule and
updateSchedule workflow
- Support for Wwether the volumes are preserved when a desktop pool is
deleted

###
[`v6.19.0`](https://redirect.github.com/oracle/terraform-provider-oci/blob/HEAD/CHANGELOG.md#6190-November-21-2024)

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

##### Added

-   README.md of service examples with magic button
-   Release for v6.18.0
-   Support for Add secretIds for sensitive connection attributes
-   Support for Oracle Cloud AI Service Generative AI Agent Service

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9kZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 89a9135 commit a79befc
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 @@ -8,7 +8,7 @@ terraform {
required_providers {
oci = {
source = "oracle/oci"
version = "6.18.0"
version = "6.20.0"
}
}
}

0 comments on commit a79befc

Please sign in to comment.