Skip to content

Commit 9c91f3c

Browse files
committed
Finalize changelog and release for version v4.79.0
1 parent 960fba7 commit 9c91f3c

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.79.0 (Unreleased)
2+
3+
### Added
4+
- BM Platform Config Support
5+
- Support for private endpoint in resource manager
6+
### Bug Fix
7+
- Resolve terraform not dropping resolver rules and view and async polling
8+
19
## 4.78.0 (June 01, 2022)
210

311
### 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.78.0"
11-
const ReleaseDate = "2022-06-02"
10+
const Version = "4.79.0"
11+
const ReleaseDate = "2022-06-08"
1212

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

website/oci.erb

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,9 +2094,6 @@
20942094
<li>
20952095
<a href="/docs/providers/oci/r/data_safe_set_security_assessment_baseline.html">oci_data_safe_set_security_assessment_baseline</a>
20962096
</li>
2097-
<li>
2098-
<a href="/docs/providers/oci/r/data_safe_set_security_assessment_baseline.html">oci_data_safe_set_security_assessment_baseline</a>
2099-
</li>
21002097
<li>
21012098
<a href="/docs/providers/oci/r/data_safe_set_user_assessment_baseline.html">oci_data_safe_set_user_assessment_baseline</a>
21022099
</li>
@@ -5135,19 +5132,31 @@
51355132
<a href="#">Data Sources</a>
51365133
<ul class="nav nav-auto-expand">
51375134
<li>
5138-
<a href="/docs/providers/oci/d/resourcemanager_stacks.html">oci_resourcemanager_stacks</a>
5135+
<a href="/docs/providers/oci/d/resourcemanager_private_endpoint.html">oci_resourcemanager_private_endpoint</a>
5136+
</li>
5137+
<li>
5138+
<a href="/docs/providers/oci/d/resourcemanager_private_endpoint_reachable_ip.html">oci_resourcemanager_private_endpoint_reachable_ip</a>
5139+
</li>
5140+
<li>
5141+
<a href="/docs/providers/oci/d/resourcemanager_private_endpoints.html">oci_resourcemanager_private_endpoints</a>
51395142
</li>
51405143
<li>
51415144
<a href="/docs/providers/oci/d/resourcemanager_stack.html">oci_resourcemanager_stack</a>
51425145
</li>
51435146
<li>
51445147
<a href="/docs/providers/oci/d/resourcemanager_stack_tf_state.html">oci_resourcemanager_stack_tf_state</a>
51455148
</li>
5149+
<li>
5150+
<a href="/docs/providers/oci/d/resourcemanager_stacks.html">oci_resourcemanager_stacks</a>
5151+
</li>
51465152
</ul>
51475153
</li>
51485154
<li<%= sidebar_current("docs-oci-resourcemanager-resources") %>>
51495155
<a href="#">Resources</a>
51505156
<ul class="nav nav-auto-expand">
5157+
<li>
5158+
<a href="/docs/providers/oci/r/resourcemanager_private_endpoint.html">oci_resourcemanager_private_endpoint</a>
5159+
</li>
51515160
</ul>
51525161
</li>
51535162
</ul>

0 commit comments

Comments
 (0)