Skip to content

Releases: terraform-google-modules/terraform-google-abfs

v0.9.0

27 Oct 14:38

Choose a tag to compare

v0.9.0 Pre-release
Pre-release

What's Changed

  • fix: using links within modules to template files to permit local `so…
  • feat: adopt the new google_secure_source_manager_hook resource.
  • feat: use different service accounts for each ABFS component to permi…
  • feat: expose the name of the GCS bucket as output in the server module
  • fix: use the project_id value supplied to the module instead of rel…
  • fix: refactor DDL comment and empty line removal
  • feat: add the possibility to add extra parameters to the ABFS command
  • fix: enable iam.googleapis.com for service account creation

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

v0.8.0

29 Sep 14:24

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

Full Changelog: v0.7.1...v0.8.0

v0.7.1

13 Aug 17:10

Choose a tag to compare

v0.7.1 Pre-release
Pre-release
support SQL comments

PiperOrigin-RevId: 794468000

v0.7.0

09 Jul 09:16

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

What's Changed

  • feat: add Git LFS support
  • refined output with gcloud command for spanner instance
  • exposing some variables from modules in example

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Jul 11:18

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

What's Changed

  • chore: bump ABFS modules from v0.5.0 to v0.6.0
  • providing terraform.tf with backend example
  • non-local referencing of modules
  • feat: remove ABFS data disk from the server module
    With the introduction of the new GCS/Spanner backend, the 10TB data disk on the ABFS server is now obsolete. This change will delete and recreate the ABFS server. Please make sure to update to v0.5.0 first.
  • added terraform.tf and upgraded provider version

Full Changelog: v0.5.0...v0.6.0

v0.5.0

23 Jun 09:55

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

What's Changed

  • fix: enable uniform bucket level access on the ABFS bucket
    terraform apply fails when the org policy constraints/storage.uniformBucketLevelAccess is enabled.

Full Changelog: v0.4.0...v0.5.0

v0.4.0

23 Jun 07:49

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

What's Changed

  • feat: introduce new GCS and Spanner backends

    Please apply the spanner database schema via gcloud --project [PROJECT_ID] spanner databases ddl update --instance abfs abfs --ddl-file ../../files/schemas/0.0.31-schema.sql once terraform apply is finished. The final command can be seen in the outputs.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Jun 10:15

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

What's Changed

  • feat: require an already existing service account

    Change example to require the id of an already existing service account instead of creating and managing it with the example. As the license is bound to the unique id of this service, a terraform destroy during the PoC phase leads to an invalid ABFS license.

    BREAKING CHANGE: remove the service account from terraform's state via terraform state rm google_service_account.abfs_server before the next terraform apply.

  • docs: update docs and module metadata by @kunzese in #3

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 May 15:16
d68a50c

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Pre-release - please be advised that this module is under heavy development at the moment.

What's Changed

  • feat: change abfs_puser_cos_image_ref to abfs_uploader_cos_image_ref by @kunzese in #1
  • fix: align with abfs --manifest-server by @kunzese in #2

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Apr 07:41
5e29516

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release - please be advised that this module is under heavy development at the moment.

Full Changelog: https://github.com/terraform-google-modules/terraform-google-abfs/commits/v0.1.0