Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.1.28

    v0.1.28
    
    CI:
    - add test job to ci script
  • v0.1.27

    v0.1.27
    
    Documentation:
    - update readme with new published version
    
    CI:
    - fix tag push detection in deploy job
  • v0.1.26

    v0.1.26
    
    Bug fixes:
    - replace deprecated datastore.admin role with datastore.owner for CI/CD service account
  • v0.1.25

    v0.1.25
    
    Refactors:
    - restructure project and add terraform module guidelines
    
    Documentation:
    - refactor README to clarify bootstrap module relationship
  • v0.1.24

    v0.1.24
    
    Features:
    - update google provider to >7.0
  • v0.1.23

    v0.1.23
    
    Features:
    - remove unnecessary outputs
    - implement simplified permission strategy and test project setup
    
    Refactors:
    - integrate with GCP Bootstrap module and remove standalone functionality
  • v0.1.22

    v0.1.22
    
    Bug fixes:
    - terraform: resolve Artifact Registry API enablement dependency issues
  • v0.1.21

    v0.1.21
    
    Features:
    - remove unnecessary region variable for state bucket
    - dev: add environment prefix to Firestore database names
    - use a single Firestore database per project to take advantage of the free tier
    - add codename variable for environment resource naming
    - dev: prefix Cloud Run service name with dev- for environment isolation
    - infra: add Firestore database to dev environment and update docker repo
    
    Bug fixes:
    - resolve duplicate output definitions and update bucket references
    - properly handle state bucket region for unambiguous bucket identification
    
    Refactors:
    - declare state bucket as resource instead of data source
    - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region
    - rename codename variable to project_name
    
    Documentation:
    - clean up docs
    - rewrite README for professional Terraform registry presentation
    - update conventional commits rule for Terraform module project
    - infra: update next steps description for docker repository
    
    Build system:
    - build a new version with agileflow
    - build images on tag instead of main
    - update AgileFlow template
    - update AgileFlow template
    
    Reverts:
    - change back to data source approach with region validation
  • v0.1.20

    v0.1.20
    
    Features:
    - remove unnecessary region variable for state bucket
    - dev: add environment prefix to Firestore database names
    - use a single Firestore database per project to take advantage of the free tier
    - add codename variable for environment resource naming
    - dev: prefix Cloud Run service name with dev- for environment isolation
    - infra: add Firestore database to dev environment and update docker repo
    
    Bug fixes:
    - resolve duplicate output definitions and update bucket references
    - properly handle state bucket region for unambiguous bucket identification
    
    Refactors:
    - declare state bucket as resource instead of data source
    - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region
    - rename codename variable to project_name
    - terraform: rename platform module to base
    
    Documentation:
    - rewrite README for professional Terraform registry presentation
    - update conventional commits rule for Terraform module project
    - infra: update next steps description for docker repository
    
    Build system:
    - build images on tag instead of main
    - update AgileFlow template
    - update AgileFlow template
    
    Code style:
    - format main.tf
    
    Reverts:
    - change back to data source approach with region validation
  • v0.1.19

    v0.1.19
    
    Features:
    - remove unnecessary region variable for state bucket
    - dev: add environment prefix to Firestore database names
    - use a single Firestore database per project to take advantage of the free tier
    - add codename variable for environment resource naming
    - dev: prefix Cloud Run service name with dev- for environment isolation
    - infra: add Firestore database to dev environment and update docker repo
    
    Bug fixes:
    - resolve duplicate output definitions and update bucket references
    - properly handle state bucket region for unambiguous bucket identification
    - fix provider configuration across modules
    
    Refactors:
    - declare state bucket as resource instead of data source
    - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region
    - rename codename variable to project_name
    - terraform: rename platform module to base
    
    Documentation:
    - rewrite README for professional Terraform registry presentation
    - update conventional commits rule for Terraform module project
    - infra: update next steps description for docker repository
    
    Build system:
    - update AgileFlow template
    - update AgileFlow template
    
    Code style:
    - format main.tf
    
    Reverts:
    - change back to data source approach with region validation
  • v0.1.18

    v0.1.18
    
    Features:
    - remove unnecessary region variable for state bucket
  • v0.1.17

    v0.1.17
    
    Bug fixes:
    - resolve duplicate output definitions and update bucket references
    - properly handle state bucket region for unambiguous bucket identification
    
    Refactors:
    - declare state bucket as resource instead of data source
    - rename terraform_state_bucket_name to state_bucket_name and add state_bucket_region
    - rename codename variable to project_name
    
    Reverts:
    - change back to data source approach with region validation
  • v0.1.16

    v0.1.16
    
    Features:
    - dev: add environment prefix to Firestore database names
  • v0.1.15

    v0.1.15
    
    Features:
    - use a single Firestore database per project to take advantage of the free tier
    - add codename variable for environment resource naming
  • v0.1.14

    v0.1.14
    
    Features:
    - dev: prefix Cloud Run service name with dev- for environment isolation
    
    Documentation:
    - rewrite README for professional Terraform registry presentation
  • v0.1.13

    v0.1.13
    
    Features:
    - infra: add Firestore database to dev environment and update docker repo
    
    Refactors:
    - terraform: rename platform module to base
    
    Documentation:
    - update conventional commits rule for Terraform module project
    - infra: update next steps description for docker repository
  • v0.1.12

    628dcb50 · style: format main.tf ·
    v0.1.12
    
    Bug fixes:
    - fix provider configuration across modules
    
    Code style:
    - format main.tf
  • v0.1.11

    v0.1.11
    
    Features:
    - add Google Artifact Registry
    - add Google Artifact Registry
    
    Chores:
    - move bootstrap to platform
  • v0.1.10

    v0.1.10
    
    Features:
    - test to see if multiple modules could be deployed from here
  • v0.1.9

    v0.1.9
    
    Refactors:
    - clean up and improve Terraformscripts