Skip to content

Commit

Permalink
Bump up verison to 1.71.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Oct 28, 2024
1 parent 7534828 commit d5a0804
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1 deletion.
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,86 @@
# 1.71.0-beta1(Oct 27, 2024)
Features
* Support Power System
- **Resources**
- ibm_pi_network_interface
- ibm_pi_storage_tiers
- ibm_pi_network_address_group
- ibm_pi_network_address_group_member
- ibm_pi_network_security_group_action
- ibm_pi_network_security_group_member
- ibm_pi_network_security_group_rule
- ibm_pi_network_security_group
- **Datasources**
- ibm_pi_network_interface
- ibm_pi_network_interfaces
- ibm_pi_volume_snapshot
- ibm_pi_volume_snapshots
- ibm_pi_network_address_group
- ibm_pi_network_address_groups
- ibm_pi_network_security_group
- ibm_pi_network_security_groups
* Support Event Notification
- **Resources**
- ibm_en_webhook_template
- **Datasources**
- ibm_en_webhook_template
* Support Event Streams
- **Resources**
- ibm_event_streams_quota
- ibm_event_streams_schema_global_rule
- ibm_event_streams_mirroring_config
- **Datasources**
- ibm_event_streams_quota
- ibm_event_streams_schema_global_rule
- ibm_event_streams_mirroring_config
* Support VPC
- **Datasources**
- ibm_is_private_path_service_gateway
- ibm_is_private_path_service_gateway_account_policy
- ibm_is_private_path_service_gateway_account_policies
- ibm_is_private_path_service_gateways
- ibm_is_private_path_service_gateway_endpoint_gateway_binding
- ibm_is_private_path_service_gateway_endpoint_gateway_bindings
- **Resources**
- ibm_is_private_path_service_gateway_account_policy
- ibm_is_private_path_service_gateway
- ibm_is_private_path_service_gateway_revoke_account
- ibm_is_private_path_service_gateway_endpoint_gateway_binding_operations
- ibm_is_private_path_service_gateway_operations

Enhancements
* Granular CRN for images ([5646](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5646))
* Granular CRN for instance resources ([5647](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5647))
* granular CRN for volumes ([5651](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5651))
* Add GRS for volume data sources ([5671](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5671))
* Add GRS Attributes/Arguments to pi_volume resource ([5668](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5668))
* Add replication_pool_map to disaster recovery data sources ([5664](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5664))
* Add GRS ([5665](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5665))
* Add source checksum field to image data source ([5663](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5663))
* Add datacenter capability details ([5666](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5666))
* Update Storage Connection ([5667](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5667))
* Add support_systems for sap profile ([5670](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5670))
* Add GRS attributes to pi volume group data sources and related ([5673](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5673))
* Update documentation for ibm_resource_tag ([5700](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5700))
* Add Workspace NSG ([5727](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5727))
* Update database.html.markdown ([5717](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5717))
* Update partnercentersell service ([5721](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5721))
* add orphan_resource_on_delete argument to worker pool resources ([5705](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5705))
* Tekton pipeline re-generated with latest SDK generator ([5715](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5715))
* Added support for vpn gateway connection distribute traffic ([5733](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5733))
* feat(PPS): Add support for private path service gateway and private path load balancer ([5712](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5712))
* Added support for defined_performance changes in is_volume ([5694](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5694))
* feat(routing-table-crn): UI 37487 routing table crn and SDK migration PR ([5708](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5708))
* feat: CBR regenerate provider ([5724](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5724))
* added support for identifier in volume datasource ([5742](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5742))
* re-ordered catalog offering on is_snapshot(s) ([5741](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5741))
* fix on vpn gateway connection ([5737](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5737))
* update kp operations to use flex logger ([5732](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5732))

Bugfixes
* Fix Config Aggregator ([5723](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5723))
* fix rule_group resource panic ([5744](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5744))

# 1.71.0-beta0(Oct 20, 2024)
Features
* Support Power System
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.71.0-beta0"
const Version = "1.71.0-beta1"

// 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 d5a0804

Please sign in to comment.