Skip to content

Commit

Permalink
Merge branch 'master' into satellite-storage-terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushsss1 authored Sep 11, 2023
2 parents 9c2295f + dc026df commit 82021ce
Show file tree
Hide file tree
Showing 9 changed files with 42,732 additions and 38,024 deletions.
28 changes: 23 additions & 5 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.mod|go.sum|.*.map|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-08-30T11:57:03Z",
"generated_at": "2023-09-01T17:36:43Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -2060,31 +2060,31 @@
"hashed_secret": "deab23f996709b4e3d14e5499d1cc2de677bfaa8",
"is_secret": false,
"is_verified": false,
"line_number": 1551,
"line_number": 1560,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "20a25bac21219ffff1904bde871ded4027eca2f8",
"is_secret": false,
"is_verified": false,
"line_number": 2204,
"line_number": 2213,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "b732fb611fd46a38e8667f9972e0cde777fbe37f",
"is_secret": false,
"is_verified": false,
"line_number": 2223,
"line_number": 2232,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "1f5e25be9b575e9f5d39c82dfd1d9f4d73f1975c",
"is_secret": false,
"is_verified": false,
"line_number": 2488,
"line_number": 2497,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -2147,6 +2147,24 @@
"verified_result": null
}
],
"ibm/service/database/resource_ibm_database_mongodb_sharding_test.go": [
{
"hashed_secret": "75074b1c70e165b25d1a07655ce513f0053018dc",
"is_secret": false,
"is_verified": false,
"line_number": 141,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "10c28f9cf0668595d45c1090a7b4a2ae98edfa58",
"is_secret": false,
"is_verified": false,
"line_number": 173,
"type": "Secret Keyword",
"verified_result": null
}
],
"ibm/service/database/resource_ibm_database_mongodb_test.go": [
{
"hashed_secret": "10c28f9cf0668595d45c1090a7b4a2ae98edfa58",
Expand Down
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
# 1.57.0-beta0 (Sep 05, 2023)

Features
* Support IAM Trusted Profile
- **Resources**
- ibm_iam_trusted_profile_identity
- **Datasources**
- ibm_iam_trusted_profile_identity
- ibm_iam_trusted_profile_identities

* Support IAM Identity Enterprise Templates
- **Resources**
- ibm_iam_account_settings_template
- ibm_iam_trusted_profile_template
- ibm_iam_account_settings_template_assignment
- ibm_iam_account_settings_template_assignment
- **Datasources**
- ibm_iam_account_settings_template
- ibm_iam_trusted_profile_template
- ibm_iam_account_settings_template_assignment
- ibm_iam_trusted_profile_template_assignment

* * Support IAM Access Group Templates
- **Resources**
- ibm_iam_access_group_template
- ibm_iam_access_group_template_version
- ibm_iam_access_group_template_assignment

- **Datasources**
- ibm_iam_access_group_template_versions
- ibm_iam_access_group_template_assignment

Enhancements
* Support `instance_crn` argument for ibm_cd_toolchain_tool_securitycompliance ([4746](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4746))
* Remove `whitelist` argument for ibm_database ([4714](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4714))
* Remove deprecated share target resource and data sources ([4739](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4739))
* fix force_new to resource fields for ibm_iam_trusted_profile_identity ([4762](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4762))
* CD Toolchain SCC tool param description update ([4753](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4753))
* enhancement(File-share): GA Preview, beta SDK upgraded ([4770](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4770))
* feat: support new target_account_contexts field in Catalog Management ([4773](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4773))
* ODF Example Doc Update ([4757](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4757))
* Feature(File-share-GA): Promoting File share from Beta to GA ([4759](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4759))

BugFixes
* Fix documentation of Secrets Manager private certificate resource ([4760](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4760))
* Update iam_access_group_members.html.markdown ([4760](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4760))
* fix(tekton): Trigger updates ([4731](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4731))
* feat: Fixed TGW Route report update issue dependency: None ([4777](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4777))

# 1.56.2 (Aug 29, 2023)

BugFixes
* upgrades to new beta SDK version which has updated version date for vpc api ([4770](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4770))

# 1.56.1 (Aug 21, 2023)

BugFixes
* Fix adding of schematics tags if they are service/access tags ([4755](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4755))
* allow workspace type 1.4 for schematic ([4756](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4756))

# 1.56.0 (Aug 08, 2023)

Removal
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ exclude (
github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc2
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
k8s.io/client-go v12.0.0+incompatible
)
)
Loading

0 comments on commit 82021ce

Please sign in to comment.