diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad84273cc..aa512d4897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +# 1.75.0 (Jan 31, 2025) +* Support for Cloud logs + - **Datasources** + - ibm_logs_stream + - ibm_logs_streams + - **Resources** + - ibm_logs_stream +* Support for Power System + - **Datasources** + - ibm_pi_instance_snapshot +* Support for SDSaaS + - **Resources** + - ibm_sds_volume + - ibm_sds_host +Enhancements +* IBM Cloud Shell: re-gen provider for adopting the new error toolchain ([5904](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5904)) +* feat(PDNS): update custom resolver profile and views ([5625](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5625)) +* feat(CIS): Logpush to cloud logs and generic destination ([5872](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5872)) +* fix(PDNS): removal of custom resolver location resource ([5915](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5915)) +* Add custom service parameters and other gc flags parnercentersellv1 ([5900](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5900)) +* fix(PDNS): add a note for custom resolver location order change ([5921](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5921)) +* ODF 4.17 initial support ([5933](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5933)) +* feat: update vmware service ([5926](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5926)) +BugFixes +* Vpngwconn fix ([5917](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5917)) + # 1.75.0-beta1 (Jan 28, 2025) * Support for SDSaaS - **Resources** @@ -13,7 +39,7 @@ Enhancements * ODF 4.17 initial support ([5933](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5933)) * feat: update vmware service ([5926](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5926)) BugFixes -Vpngwconn fix ([5917](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5917)) +* Vpngwconn fix ([5917](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5917)) # 1.75.0-beta0 (Jan 10, 2025) diff --git a/version/version.go b/version/version.go index 0b1f64fccb..0ab0ce4b46 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.75.0-beta1" +const Version = "1.75.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string