Skip to content

Commit 37195d8

Browse files
committed
Finalize changelog and release for version v4.90.0
1 parent ef17686 commit 37195d8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.90.0 (Unreleased)
2+
3+
### Added
4+
- Support for EM Warehouse resourceUsage API Addendum
5+
- Support for File Filter Devops
6+
- Support for Cloud Advisor - Organizations Support
7+
- Changes for usage proxy service
8+
- Support for Add Configuration variables to MDS
9+
110
## 4.89.0 (August 17, 2022)
211

312
### Added

internal/globalvar/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"log"
88
)
99

10-
const Version = "4.89.0"
11-
const ReleaseDate = "2022-08-17"
10+
const Version = "4.90.0"
11+
const ReleaseDate = "2022-08-24"
1212

1313
func PrintVersion() {
1414
log.Printf("[INFO] terraform-provider-oci %s\n", Version)

website/oci.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4587,6 +4587,9 @@
45874587
<li>
45884588
<a href="/docs/providers/oci/r/mysql_mysql_backup.html">oci_mysql_mysql_backup</a>
45894589
</li>
4590+
<li>
4591+
<a href="/docs/providers/oci/r/mysql_mysql_configuration.html">oci_mysql_mysql_configuration</a>
4592+
</li>
45904593
<li>
45914594
<a href="/docs/providers/oci/r/mysql_mysql_db_system.html">oci_mysql_mysql_db_system</a>
45924595
</li>

0 commit comments

Comments
 (0)