Skip to content

Commit

Permalink
Bump up versio to 1.61.0-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Dec 20, 2023
1 parent 8034c13 commit 617aba3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
# 1.61.0-beta0 (Dec 20, 2023)
Features
* Support for MQ on Cloud
- **Datasources**
- ibm_mqcloud_queue_manager
- ibm_mqcloud_queue_manager_status
- ibm_mqcloud_application
- ibm_mqcloud_user
- ibm_mqcloud_keystore_certificate
- ibm_mqcloud_truststore_certificate
- **Resources**
- ibm_mqcloud_queue_manager
- ibm_mqcloud_application
- ibm_mqcloud_user
- ibm_mqcloud_keystore_certificate
- ibm_mqcloud_truststore_certificate
* Support for Secret Manager
- **Datasources**
- ibm_sm_service_credentials_secret_metadata
- ibm_sm_service_credentials_secret
- **Resources**
- ibm_sm_service_credentials_secret
* Support for VPC
- **Datasources**
- ibm_is_snapshot_consistency_group
- ibm_is_snapshot_consistency_groups
- **Resources**
- ibm_is_snapshot_consistency_group

Enhancements
* feat(Cloud Databases): Database user password complexity validation ([4931](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4931))
* Update pi_user_data to accept string input ([4974](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4974))
* support host_link_agent_endpoint for Satellite host ([4970](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4970))
* Add mtu and accessConfig flags to subnet create commands for terraform ([4690](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4690))
* feat(Cloud Databases): Redis Database User RBAC support ([4982](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4982))
* fix(Cloud Databases): fix Unwrap return value for go 1.18 compat ([4991](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4991))
* update issue fixed ibm_is_subnet_reserved_ip ([4988](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4988))
* Adding Flexible IOPS ([4992](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4992))
* Removing Support For Power VPN Create ([4993](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4993))
* Feature(share-crr): Share cross region replication ([4995](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4995))
* Enhancement: Added operating system attributes to is images datasources ([4998](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4998))
* added enhancement to one step delegate resolver in is_vpc ([5000](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5000))
* resolved delete issue for the floated nics on bm server ([5001](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5001))

BugFixes
* Fix IBM pi documentation bug ([4969](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4969))

# 1.60.1 (Nov 09, 2023)

BugFixes
* Regenerate Projects TF to fix generated doc and samples
([4961](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4961))

# 1.60.0 (Nov 29, 2023)
Features
* Support for Projects
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.60.0"
const Version = "1.61.0-beta0"

// 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 617aba3

Please sign in to comment.