Skip to content

Commit

Permalink
Merge branch 'master' into network-port-attach
Browse files Browse the repository at this point in the history
  • Loading branch information
ismirlia authored Jul 12, 2024
2 parents 35001ae + 2a53ac3 commit dcadea8
Show file tree
Hide file tree
Showing 32 changed files with 596 additions and 217 deletions.
38 changes: 23 additions & 15 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": "2024-06-12T11:20:44Z",
"generated_at": "2024-07-02T05:46:14Z",
"plugins_used": [
{
"name": "ArtifactoryDetector"
Expand Down Expand Up @@ -388,7 +388,15 @@
"hashed_secret": "4397a44a17c075e20d9ece07c77dc3b9d5dfee5f",
"is_secret": false,
"is_verified": false,
"line_number": 771,
"line_number": 671,
"type": "Hex High Entropy String",
"verified_result": null
},
{
"hashed_secret": "fee1353e695650dc351f00a305402c2a9c10e57d",
"is_secret": false,
"is_verified": false,
"line_number": 749,
"type": "Hex High Entropy String",
"verified_result": null
}
Expand Down Expand Up @@ -750,23 +758,23 @@
"hashed_secret": "731438016c5ab94431f61820f35e3ae5f8ad6004",
"is_secret": false,
"is_verified": false,
"line_number": 473,
"line_number": 478,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "12da2e35d6b50c902c014f1ab9e3032650368df7",
"is_secret": false,
"is_verified": false,
"line_number": 479,
"line_number": 484,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "813274ccae5b6b509379ab56982d862f7b5969b6",
"is_secret": false,
"is_verified": false,
"line_number": 1231,
"line_number": 1262,
"type": "Base64 High Entropy String",
"verified_result": null
}
Expand Down Expand Up @@ -836,15 +844,15 @@
"hashed_secret": "da8cae6284528565678de15e03d461e23fe22538",
"is_secret": false,
"is_verified": false,
"line_number": 1900,
"line_number": 1903,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "1a0334cfa65f4be58b9d914b8e96e9d9478bfbac",
"is_secret": false,
"is_verified": false,
"line_number": 3290,
"line_number": 3293,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -854,15 +862,15 @@
"hashed_secret": "c8b6f5ef11b9223ac35a5663975a466ebe7ebba9",
"is_secret": false,
"is_verified": false,
"line_number": 2117,
"line_number": 2143,
"type": "Secret Keyword",
"verified_result": null
},
{
"hashed_secret": "8abf4899c01104241510ba87685ad4de76b0c437",
"is_secret": false,
"is_verified": false,
"line_number": 2123,
"line_number": 2149,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -1106,7 +1114,7 @@
"hashed_secret": "3046d9f6cfaaeea6eed9bb7a4ab010fe49b0cfd4",
"is_secret": false,
"is_verified": false,
"line_number": 242,
"line_number": 243,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -1950,7 +1958,7 @@
"hashed_secret": "884a58e4c2c5d195d3876787bdc63af6c5af2924",
"is_secret": false,
"is_verified": false,
"line_number": 633,
"line_number": 638,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -1960,7 +1968,7 @@
"hashed_secret": "884a58e4c2c5d195d3876787bdc63af6c5af2924",
"is_secret": false,
"is_verified": false,
"line_number": 1621,
"line_number": 1661,
"type": "Secret Keyword",
"verified_result": null
}
Expand All @@ -1980,7 +1988,7 @@
"hashed_secret": "988ff3bd9a74260f3e32e115fdd6535aaa5c531a",
"is_secret": false,
"is_verified": false,
"line_number": 1204,
"line_number": 2221,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down Expand Up @@ -4241,7 +4249,7 @@
],
"website/docs/r/cis_ruleset.html.markdown": [
{
"hashed_secret": "4397a44a17c075e20d9ece07c77dc3b9d5dfee5f",
"hashed_secret": "fee1353e695650dc351f00a305402c2a9c10e57d",
"is_secret": false,
"is_verified": false,
"line_number": 22,
Expand All @@ -4251,7 +4259,7 @@
],
"website/docs/r/cis_ruleset_rule.html.markdown": [
{
"hashed_secret": "4397a44a17c075e20d9ece07c77dc3b9d5dfee5f",
"hashed_secret": "fee1353e695650dc351f00a305402c2a9c10e57d",
"is_secret": false,
"is_verified": false,
"line_number": 19,
Expand Down
85 changes: 85 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,88 @@
# 1.67.1 (July 05, 2024)
BugFixes
* Error: The terraform-provider-ibm_v1.67.0 plugin crashed! ([5485](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5485))
* Fix for adding retention rule issue for existing bucket ([5481](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5481))


# 1.67.0 (July 02, 2024)
Features
* Support MQCloud
- **Datasources**
- ibm_mqcloud_queue_manager_options

* Support VPC
- **Datasources**
- ibm_is_vpn_gateway_connection_local_cidrs
- ibm_is_vpn_gateway_connection_peer_cidrs

* Support Cloud Logs
- **Datasources**
- ibm_logs_dashboard_folders
- ibm_logs_data_usage_metrics
- ibm_logs_enrichment
- ibm_logs_data_access_rule
- **Resources**
- ibm_logs_dashboard_folders
- ibm_logs_data_usage_metrics
- ibm_logs_enrichment
- ibm_logs_data_access_rule

* Support Transite Gateway
- **Resources**
- ibm_tg_connection_rgre_tunnel

* Support Power VS
- **Datasources**
- ibm_pi_available_hosts
- ibm_pi_host_group
- ibm_pi_host_groups
- ibm_pi_host
- ibm_pi_hosts
- **Resources**
- ibm_pi_host_group


Enhancements
* Adding default prefixfiletr for TGW connection dependency ([5406](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5406))
* Add ams channels config support to keystore resource ([5411](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5411))
* fix(CatalogManagement): remove deprecated arguments not supported in latest sdk ([5405](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5405))
* support for terraform v1.6 in schematics workspace ([5405](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5405))
* support Management Data Events in COS ([5277](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5277))
* Support for vpn advanced configurations ([5407](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5407))
* support for snapshot crn ([5399](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5399))
* enhancement(sg): added filters on sg data source ([5390](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5390))
* Billing and Metring for images- BM3PI ([5419](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5419))
* Support for protocol state filtering mode in VNI protocol ([5428](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5428))
* Support for confidential compute profiles in instance and instance template ([5430](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5430))
* Project service: support for ca-tor region, support for auto_deploy feature ([5430](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5430))
* Transit Gateway: Adding new connection type Redundant GRE to the transite gateway ([5433](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5433))
* Support deploymentTarget for Power Instance ([5446](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5446))
* Datasource ibm_catalog_cm by Private Catalog Name ([5434](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5434))
* Add host_id to Power SPP ([5447](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5447))
* Add initialize fault attribute to nil on first read ([5420](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5420))
* Allow resizing kubernetes service worker-pools to 0 ([5460](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5460))
* Fix managed ruleset apis ([5417](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5417))
* Image import for Power Image ([5448](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5448))
* UI 35145 os image user data format ([5467](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5467))

BugFixes
* store_value argument ignored when creating a service api key ([4615](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4615))
* Adding PAG changes ([5421](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5421)
* Fix logs resources and support dashboard_folder resource ([5426](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5426))
* Fix policy references bug in AG templates ([5427](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5427))
* ibm_cos_bucket doesn't have the right value for s3_endpoint_public when endpoint_type is set to private ([5404](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5404))
* doc update for vni in instance and shares ([5429](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5429))
* Update tagging logic in volume attachments in is_instance ([5029](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5029))
* fix(MQ on Cloud): options data source ([5438](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5438))
* Update doc for vm no storage ([5445](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5445))
* IAM user invite always shows force new due to case sensitive of email address ([5462](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5462))
* fix(lb): Lb pool member target_id update fix ([5457](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5457))
* Added an empty check on protocol_state_filtering_mode ([5468](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5468))
* fix(vpngwc): bug fix for local and peer ([5458](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5458))
* Updated docs for confidential compute mode in is_instance ([5477](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5477))
* fix admin_state_up default issue on vpn_gateway_connection ([5479](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/5479))


# 1.67.0-beta1 (Jun 19, 2024)

BugFixes
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/IBM/logs-go-sdk v0.3.0
github.com/IBM/networking-go-sdk v0.47.1
github.com/IBM/platform-services-go-sdk v0.62.11
github.com/IBM/project-go-sdk v0.3.4
github.com/IBM/project-go-sdk v0.3.5
github.com/IBM/push-notifications-go-sdk v0.0.0-20210310100607-5790b96c47f5
github.com/IBM/scc-go-sdk/v5 v5.1.6
github.com/IBM/schematics-go-sdk v0.2.3
Expand Down Expand Up @@ -101,7 +101,7 @@ require (
github.com/eapache/queue v1.1.0 // indirect
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/frankban/quicktest v1.14.3 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
Expand Down Expand Up @@ -131,11 +131,11 @@ require (
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.5.1 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
Expand Down Expand Up @@ -173,7 +173,7 @@ require (
github.com/libopenstorage/secrets v0.0.0-20220823020833-2ecadaf59d8a // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Expand Down
Loading

0 comments on commit dcadea8

Please sign in to comment.