Skip to content

Commit

Permalink
Bump up version to 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare authored and kavya498 committed Jan 31, 2025
1 parent 446b3b9 commit eeca33a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeca33a

Please sign in to comment.