Skip to content

Releases: kwadie/bq-backup-manager

v0.9.1

26 Apr 15:13
720d7e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

19 Apr 18:01
d87f9a6
Compare
Choose a tag to compare
  • 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

  • Fix/fallback for folders op project by @kwadie in #82

Full Changelog: v0.8.0...v0.9.0

v0.8.0

18 Apr 13:16
c8dedcd
Compare
Choose a tag to compare

What's Changed

  • Fix for messed up commit history for adding gcs as backup policy store by @kwadie in #81
  • 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

18 Apr 10:31
Compare
Choose a tag to compare
  • Added design notes to README

Full Changelog: v0.7.1...v0.7.2

v0.7.1

18 Apr 08:43
Compare
Choose a tag to compare

Readme updates after using GCS as backup policy store

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Apr 08:29
d5b2a54
Compare
Choose a tag to compare
  • 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

10 Apr 19:51
Compare
Choose a tag to compare

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

06 Apr 08:44
eee566a
Compare
Choose a tag to compare
  • Adding internal BigQuery error as retryable based on exception.reason

v0.4.0

23 Mar 18:12
46f7d60
Compare
Choose a tag to compare
  • 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

  • Feature/fix bq internal error and time travel by @kwadie in #74

Full Changelog: v0.3.1...v0.4.0

v0.3.1

16 Mar 14:52
Compare
Choose a tag to compare

BUG FIX: Dispatcher listing project IDs and not names