Skip to content

Releases: GaloyMoney/galoy-infra

v0.4.0 Release

13 Sep 08:16
Compare
Choose a tag to compare

Features

  • Add stablesats_pg
  • Azure module for the platform module (#85)
  • Azure module for inception (#78)

Miscellaneous Tasks

  • Bump kubernetes to '1.21.14-gke.4300'
  • [breaking] Switch deploy_lndx_pg default to false (#86)

v0.3.8 Release

26 Aug 05:59
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Bump kubernetes to '1.21.14-gke.3000'

v0.3.7 Release

25 Aug 18:29
792f4f5
Compare
Choose a tag to compare

Bug Fixes

  • Title for platform_destroy role

Miscellaneous Tasks

  • Change comment (#84)
  • Remove whitespaces (#83)
  • Remove whitespaces (#82)

v0.3.6 Release

18 Aug 09:23
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Fix deprecated kube setting

v0.3.5 Release

17 Aug 09:54
906fb79
Compare
Choose a tag to compare

Features

  • Enable trace sampling (#80)

v0.3.4 Release

17 Aug 08:35
cef7fe7
Compare
Choose a tag to compare
Fix-bastion-errors (#79)

* fix: bos completion on the bastion
* fix: install gke-gcloud-auth-plugin with apt

v0.3.3 Release

16 Aug 08:24
cef7fe7
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Bump kubernetes to '1.21.14-gke.2700'

v0.3.2 Release

10 Aug 10:30
73f3f5d
Compare
Choose a tag to compare

Bug Fixes

  • Switch to installing gke auth plugin from apt (#76)
  • Enquote latest version before comparison with current version (#74)
  • Enquote param to hcledit (#73)
  • Make k8s bump commit message conventional (#72)

Miscellaneous Tasks

  • Remove gke auth installation for now (#77)
  • Bump kubernetes to '1.21.14-gke.2100'

v0.3.1 Release

25 Jul 09:49
Compare
Choose a tag to compare
Bump k8s to '"1.21.14-gke.700"'

v0.3.0 Release

22 Jul 12:47
7361bbd
Compare
Choose a tag to compare

Bug Fixes

  • Iam members were not added (#70)
  • [breaking] Nat to depend on inception roles (#69)
  • Bastion_image variable missing -lts
  • Gke gcloud auth plugin installation (#67)
  • Add gke-gcloud-auth-plugin to stay compatible with gke
  • [breaking] Bastion internet access needs nat (#63)

Miscellaneous Tasks

  • Add vault to bastion startup script (#71)
  • Update bastion image (#68)
  • Add permissions for router on inception roles (#66)
  • Bastion to depend on router nat explicitly (#65)

Before Rolling Out

Since it has a breaking change, you'd need to perform:

# Inside Inception
terraform import module.inception.google_compute_router.router <id>
terraform import module.inception.google_compute_router_nat.main <id>

# Inside Platform
terraform state rm module.platform.google_compute_router.router
terraform state rm module.platform.google_compute_router_nat.main