Skip to content

Commit de403f5

Browse files
committed
Finalize changelog and release for version v4.75.0
1 parent 52ca86c commit de403f5

File tree

4 files changed

+35
-3
lines changed

4 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.75.0 (Unreleased)
2+
3+
### Added
4+
- Support for securityzones
5+
- Updating state of closed ADG Standby to not show as Available
6+
- Support for Resource Usage Tracking
7+
### Bug Fix
8+
- Fixed the test cases for APIGateway Client mTLS feature
9+
110
## 4.74.0 (May 04, 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.74.0"
11-
const ReleaseDate = "2022-05-04"
10+
const Version = "4.75.0"
11+
const ReleaseDate = "2022-05-11"
1212

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

vendor/modules.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,3 @@ gopkg.in/yaml.v2
576576
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
577577
## explicit
578578
gopkg.in/yaml.v3
579-
# github.com/oracle/oci-go-sdk/v65 => ../../oracle/oci-go-sdk

website/oci.erb

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,24 @@
793793
<li>
794794
<a href="/docs/providers/oci/d/cloud_guard_responder_recipes.html">oci_cloud_guard_responder_recipes</a>
795795
</li>
796+
<li>
797+
<a href="/docs/providers/oci/d/cloud_guard_security_policies.html">oci_cloud_guard_security_policies</a>
798+
</li>
799+
<li>
800+
<a href="/docs/providers/oci/d/cloud_guard_security_policy.html">oci_cloud_guard_security_policy</a>
801+
</li>
802+
<li>
803+
<a href="/docs/providers/oci/d/cloud_guard_security_recipe.html">oci_cloud_guard_security_recipe</a>
804+
</li>
805+
<li>
806+
<a href="/docs/providers/oci/d/cloud_guard_security_recipes.html">oci_cloud_guard_security_recipes</a>
807+
</li>
808+
<li>
809+
<a href="/docs/providers/oci/d/cloud_guard_security_zone.html">oci_cloud_guard_security_zone</a>
810+
</li>
811+
<li>
812+
<a href="/docs/providers/oci/d/cloud_guard_security_zones.html">oci_cloud_guard_security_zones</a>
813+
</li>
796814
<li>
797815
<a href="/docs/providers/oci/d/cloud_guard_target.html">oci_cloud_guard_target</a>
798816
</li>
@@ -819,6 +837,12 @@
819837
<li>
820838
<a href="/docs/providers/oci/r/cloud_guard_responder_recipe.html">oci_cloud_guard_responder_recipe</a>
821839
</li>
840+
<li>
841+
<a href="/docs/providers/oci/r/cloud_guard_security_recipe.html">oci_cloud_guard_security_recipe</a>
842+
</li>
843+
<li>
844+
<a href="/docs/providers/oci/r/cloud_guard_security_zone.html">oci_cloud_guard_security_zone</a>
845+
</li>
822846
<li>
823847
<a href="/docs/providers/oci/r/cloud_guard_target.html">oci_cloud_guard_target</a>
824848
</li>

0 commit comments

Comments
 (0)