Skip to content

Commit eeca33a

Browse files
hkantarekavya498
authored andcommitted
Bump up version to 1.75.0
1 parent 446b3b9 commit eeca33a

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 1.75.0 (Jan 31, 2025)
2+
* Support for Cloud logs
3+
- **Datasources**
4+
- ibm_logs_stream
5+
- ibm_logs_streams
6+
- **Resources**
7+
- ibm_logs_stream
8+
* Support for Power System
9+
- **Datasources**
10+
- ibm_pi_instance_snapshot
11+
* Support for SDSaaS
12+
- **Resources**
13+
- ibm_sds_volume
14+
- ibm_sds_host
15+
Enhancements
16+
* IBM Cloud Shell: re-gen provider for adopting the new error toolchain ([5904](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5904))
17+
* feat(PDNS): update custom resolver profile and views ([5625](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5625))
18+
* feat(CIS): Logpush to cloud logs and generic destination ([5872](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5872))
19+
* fix(PDNS): removal of custom resolver location resource ([5915](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5915))
20+
* Add custom service parameters and other gc flags parnercentersellv1 ([5900](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5900))
21+
* fix(PDNS): add a note for custom resolver location order change ([5921](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5921))
22+
* ODF 4.17 initial support ([5933](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5933))
23+
* feat: update vmware service ([5926](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5926))
24+
BugFixes
25+
* Vpngwconn fix ([5917](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5917))
26+
127
# 1.75.0-beta1 (Jan 28, 2025)
228
* Support for SDSaaS
329
- **Resources**
@@ -13,7 +39,7 @@ Enhancements
1339
* ODF 4.17 initial support ([5933](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5933))
1440
* feat: update vmware service ([5926](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5926))
1541
BugFixes
16-
Vpngwconn fix ([5917](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5917))
42+
* Vpngwconn fix ([5917](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5917))
1743

1844
1945
# 1.75.0-beta0 (Jan 10, 2025)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// Version is the current provider main version
8-
const Version = "1.75.0-beta1"
8+
const Version = "1.75.0"
99

1010
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111
var GitCommit string

0 commit comments

Comments
 (0)