Skip to content

Commit

Permalink
Bump up version to 1.74.0 (#5908)
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare authored Jan 9, 2025
1 parent 542efba commit 53dd152
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 1 deletion.
74 changes: 74 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,77 @@
# 1.74.0 (Jan 09, 2025)
* Support for Power System
- **Datasources**
- ibm_pi_virtual_serial_number
- ibm_pi_virtual_serial_numbers
- **Resources**
- ibm_pi_virtual_serial_number
* Support for VPC
- **Datasources**
- ibm_is_share_snapshot
- ibm_is_share_snapshots
- **Resources**
- ibm_is_share_snapshot
* Support for Backup Recovery
- **Datasources**
- ibm_backup_recovery_agent_upgrade_tasks
- ibm_backup_recovery_download_agent
- ibm_backup_recovery_search_indexed_object
- ibm_backup_recovery_object_snapshots
- ibm_backup_recovery_connectors_metadata
- ibm_backup_recovery_data_source_connections
- ibm_backup_recovery_data_source_connectors
- ibm_backup_recovery_search_objects
- ibm_backup_recovery_search_protected_objects
- ibm_backup_recovery_protection_group
- ibm_backup_recovery_protection_groups
- ibm_backup_recovery_protection_group_runs
- ibm_backup_recovery_protection_policies
- ibm_backup_recovery_protection_policy
- ibm_backup_recovery
- ibm_backup_recoveries
- ibm_backup_recovery_download_files
- ibm_backup_recovery_source_registrations
- ibm_backup_recovery_source_registration
- ibm_backup_recovery_download_indexed_files
- ibm_backup_recovery_protection_sources
- **Resources**
- ibm_backup_recovery_agent_upgrade_task
- ibm_backup_recovery_protection_group_run_request
- ibm_backup_recovery_data_source_connection
- ibm_backup_recovery_data_source_connector_patch
- ibm_backup_recovery_download_files_folders
- ibm_backup_recovery_restore_points
- ibm_backup_recovery_perform_action_on_protection_group_run_request
- ibm_backup_recovery_protection_group
- ibm_backup_recovery_protection_policy
- ibm_backup_recovery
- ibm_backup_recovery_source_registration
- ibm_backup_recovery_update_protection_group_run_request
- ibm_backup_recovery_connection_registration_token
* Support for Code Engine
- **Datasources**
- ibm_code_engine_allowed_outbound_destination
- **Resources**
- ibm_code_engine_allowed_outbound_destination

Enhancements
* New logging mechanism globaltagging ([5858](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5858))
* Secrets Manager docs update ([5857](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5857))
* Fix vul issues on multiple indirect dependencies ([5877](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5877))
* Power add host reference to host datasources ([5834](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5834))
* fix(Cloud Databases): always include host flavor with scaling requests ([5882](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5882))
* Fix supported patterns and extended tests ([5811](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5811))
* Revert "feat(Cloud Databases): Update Database Password Complexity Validation" ([5880](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5880))
* Remove SA notes for cluster networks for vpc ([5861](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5861))
* Upgraded App Configuration go admin SDK to latest version, Replaced plain fmt error function with flex error function ([5883](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5883))
* added enablement for error toolchain, added support for cron schedulerfor event-notifications resources ([5893](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5893))
* Adding Changes for F1888 Object Expiration Filtering ([5768](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5768))
* Diag Logging for schematics updated ([5851](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5851))

BugFixes
* fix(reservation): Reservation data source crash fix ([5879](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5879))
* Fix hanging after name update when vm shutdown, fix null pointer error when updating VOD ([5881](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5881))

# 1.74.0-beta0 (Jan 06, 2025)
* Support for Power System
- **Datasources**
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.74.0-beta0"
const Version = "1.74.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 53dd152

Please sign in to comment.