Skip to content

Commit be0d580

Browse files
authored
Releasing version 4.61.0
Releasing version 4.61.0
2 parents a643f34 + 12a195a commit be0d580

File tree

11,671 files changed

+102690
-102675
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,671 files changed

+102690
-102675
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 4.61.0 (Unreleased)
2+
3+
### Added
4+
support for - Cluster Network: new optional parameter to Update API
5+
- Support for EM managed host support for Solaris/SunOS in OPSI
6+
- Support for structured streaming for Data Flow
7+
- Documention change for Cross Region ADG
8+
19
## 4.60.0 (January 19, 2022)
210

311
### Added

examples/dataflow/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ resource "oci_dataflow_application" "tf_application" {
9191
#description = var.application_description
9292
#freeform_tags = var.application_freeform_tags
9393
#logs_bucket_uri = var.application_logs_bucket_uri}"
94+
type = "BATCH"
9495
archive_uri = var.application_archive_uri
9596
#parameters {
9697
#Required

examples/opsi/database_insight/database_insight.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ variable "database_insight_entity_source" {
4848
}
4949

5050
variable "database_insight_fields" {
51-
default = ["databaseName", "databaseType", "compartmentId", "databaseDisplayName", "freeformTags", "definedTags", "systemTags"]
51+
default = ["databaseName", "databaseType", "compartmentId", "databaseDisplayName", "freeformTags", "definedTags"]
5252
}
5353

5454
variable "database_insight_freeform_tags" {

examples/opsi/exadata_insight/exadata_insight.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ variable "private_key_path" {}
88
variable "region" {}
99
variable "compartment_ocid" {}
1010
variable "enterprise_manager_bridge_ocid" {}
11-
variable "enterprise_manager_entity_id" {}
12-
variable "enterprise_manager_id" {}
11+
variable "em_exadata_enterprise_manager_entity_id" {}
12+
variable "em_exadata_enterprise_manager_id" {}
1313

1414
provider "oci" {
1515
tenancy_ocid = var.tenancy_ocid
@@ -59,8 +59,8 @@ variable "resource_status" {
5959
resource "oci_opsi_exadata_insight" "test_exadata_insight" {
6060
compartment_id = var.compartment_ocid
6161
enterprise_manager_bridge_id = var.enterprise_manager_bridge_ocid
62-
enterprise_manager_entity_identifier = var.enterprise_manager_entity_id
63-
enterprise_manager_identifier = var.enterprise_manager_id
62+
enterprise_manager_entity_identifier = var.em_exadata_enterprise_manager_entity_id
63+
enterprise_manager_identifier = var.em_exadata_enterprise_manager_id
6464
entity_source = var.exadata_insight_entity_source
6565
defined_tags = "${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "${var.exadata_insight_defined_tags_value}")}"
6666
freeform_tags = var.exadata_insight_freeform_tags

examples/opsi/host_insight/em_host_insight/em_host_insight.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ variable "private_key_path" {}
99
variable "region" {}
1010
variable "compartment_ocid" {}
1111
variable "enterprise_manager_bridge_ocid" {}
12-
variable "enterprise_manager_entity_id" {}
13-
variable "enterprise_manager_id" {}
12+
variable "em_host_enterprise_manager_entity_id" {}
13+
variable "em_host_enterprise_manager_id" {}
1414

1515
provider "oci" {
1616
tenancy_ocid = var.tenancy_ocid
@@ -55,8 +55,8 @@ variable "resource_status" {
5555
resource "oci_opsi_host_insight" "test_host_insight" {
5656
compartment_id = var.compartment_ocid
5757
enterprise_manager_bridge_id = var.enterprise_manager_bridge_ocid
58-
enterprise_manager_entity_identifier = var.enterprise_manager_entity_id
59-
enterprise_manager_identifier = var.enterprise_manager_id
58+
enterprise_manager_entity_identifier = var.em_host_enterprise_manager_entity_id
59+
enterprise_manager_identifier = var.em_host_enterprise_manager_id
6060
entity_source = var.host_insight_entity_source
6161
defined_tags = "${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "${var.host_insight_defined_tags_value}")}"
6262
freeform_tags = var.host_insight_freeform_tags

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/hashicorp/hcl2 v0.0.0-20190618163856-0b64543c968c
88
github.com/hashicorp/terraform-exec v0.13.3
99
github.com/hashicorp/terraform-plugin-sdk v1.17.2
10-
github.com/oracle/oci-go-sdk/v55 v55.1.0
10+
github.com/oracle/oci-go-sdk/v56 v56.0.0
1111
github.com/stretchr/testify v1.7.0
1212
golang.org/x/mod v0.4.2
1313
gopkg.in/yaml.v2 v2.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQ
302302
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
303303
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
304304
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
305-
github.com/oracle/oci-go-sdk/v55 v55.1.0 h1:3Tb+n9pGlFUHw7QxJB7r5SwXb5FeBPeWbjfy8Srl1mU=
306-
github.com/oracle/oci-go-sdk/v55 v55.1.0/go.mod h1:mqUhFKiUBX1++zSLVB8Hy/9mBcNo7lqWfkWMAiVOPDw=
305+
github.com/oracle/oci-go-sdk/v56 v56.0.0 h1:7DkRYkckAOFu3Z019v/e10tGt5QuyCVAob/Il9HoSyo=
306+
github.com/oracle/oci-go-sdk/v56 v56.0.0/go.mod h1:kDJAL3HEAF+4oQR8GfaOkY6rz2kU3/kZ6vYJnJXSCkA=
307307
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
308308
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
309309
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

internal/acctest/oci_sweeper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"testing"
1212

1313
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
14-
oci_identity "github.com/oracle/oci-go-sdk/v55/identity"
14+
oci_identity "github.com/oracle/oci-go-sdk/v56/identity"
1515

1616
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
1717

internal/acctest/provider_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
2020
"github.com/stretchr/testify/assert"
2121

22-
oci_common "github.com/oracle/oci-go-sdk/v55/common"
22+
oci_common "github.com/oracle/oci-go-sdk/v56/common"
2323

2424
tf_client "github.com/terraform-providers/terraform-provider-oci/internal/client"
2525
"github.com/terraform-providers/terraform-provider-oci/internal/provider"

internal/acctest/test_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"github.com/hashicorp/terraform-plugin-sdk/helper/resource"
2929
"github.com/hashicorp/terraform-plugin-sdk/helper/schema"
3030
"github.com/hashicorp/terraform-plugin-sdk/terraform"
31-
oci_common "github.com/oracle/oci-go-sdk/v55/common"
31+
oci_common "github.com/oracle/oci-go-sdk/v56/common"
3232

3333
tf_client "github.com/terraform-providers/terraform-provider-oci/internal/client"
3434
tf_provider "github.com/terraform-providers/terraform-provider-oci/internal/provider"

0 commit comments

Comments
 (0)