Releases: kwadie/bq-backup-manager
Releases · kwadie/bq-backup-manager
v0.9.1
v0.9.0
- Lookup project parent folder ID to determine folder-level fallback policy
- Remove cloud_scheduler_sa variable in Terraform and compute it dynamically
- Set default additional_backup_operation_project to empty list
What's Changed
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- GCS as backup policy store
- Firestore as backup policy store (POC only)
- Bug fixes in monitoring views
- Propagating app name from Terraform to services to align app logs with log sink filters
Full Changelog: v0.7.2...v0.8.0
v0.7.2
- Added design notes to README
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Readme updates after using GCS as backup policy store
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- GCS as backup policy store
- Firestore as backup policy store (POC only)
- Bug fixes in monitoring views
- Propagating app name from Terraform to services to align app logs with log sink filters
What's Changed
- Revert "Feature/gcs policy store" by @kwadie in #79
- Use GCS as backup policy store by @kwadie in #80
Full Changelog: v0.6.0...v0.7.0
v0.5.0
What's Changed
- Feature/run jobs on source projects by @kwadie in #77
- Separating backup storage project from backup operation project via two backup policy fields
- Backup operations could be running on one project but stored on a different project
- If the backup_operation_project is not set, the source table project will be used to run the backup operation
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
- Add BigQuery transit internal errors as retryable
- Logging exception code and reason
- Checking for table creation time before using time travel to avoid errors. Skip table otherwise.
What's Changed
Full Changelog: v0.3.1...v0.4.0