File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.113.0 (Unreleased)
2
+
3
+ ### Added
4
+ - Support for GoldenGate Additional Connection Types R3
5
+ - Support for Custom shapes for the build runner
6
+ - Support for ADB-S: Cheaper Autonomous Data Guard
7
+ - Support for Pre Built Functions
8
+ ### Bug Fix
9
+ - Set compartment_id for oci_artifacts_container_configuration to fix state file inconsistency
10
+ - Test enabling resource discovery for core resources: oci_core_compute_capacity_reservation
11
+ - Edit Volume ID inside a VolumeGroup results the VG gets destoried
12
+ - Resource Discovery failing for DNS service with oci_dns_rrset resource
13
+
1
14
## 4.112.0 (March 15, 2023)
2
15
3
16
### Added
Original file line number Diff line number Diff line change 7
7
"log"
8
8
)
9
9
10
- const Version = "4.112 .0"
11
- const ReleaseDate = "2023-03-15 "
10
+ const Version = "4.113 .0"
11
+ const ReleaseDate = "2023-03-22 "
12
12
13
13
func PrintVersion () {
14
14
log .Printf ("[INFO] terraform-provider-oci %s\n " , Version )
Original file line number Diff line number Diff line change 3862
3862
< li >
3863
3863
< a href ="/docs/providers/oci/d/functions_functions.html "> oci_functions_functions</ a >
3864
3864
</ li >
3865
+ < li >
3866
+ < a href ="/docs/providers/oci/d/functions_pbf_listing.html "> oci_functions_pbf_listing</ a >
3867
+ </ li >
3868
+ < li >
3869
+ < a href ="/docs/providers/oci/d/functions_pbf_listing_triggers.html "> oci_functions_pbf_listing_triggers</ a >
3870
+ </ li >
3871
+ < li >
3872
+ < a href ="/docs/providers/oci/d/functions_pbf_listing_version.html "> oci_functions_pbf_listing_version</ a >
3873
+ </ li >
3874
+ < li >
3875
+ < a href ="/docs/providers/oci/d/functions_pbf_listing_versions.html "> oci_functions_pbf_listing_versions</ a >
3876
+ </ li >
3877
+ < li >
3878
+ < a href ="/docs/providers/oci/d/functions_pbf_listings.html "> oci_functions_pbf_listings</ a >
3879
+ </ li >
3865
3880
</ ul >
3866
3881
</ li >
3867
3882
< li <%= sidebar_current ( "docs-oci-functions-resources" ) %> >
You can’t perform that action at this time.
0 commit comments