Releases: thalassa-cloud/client-go
Releases · thalassa-cloud/client-go
v0.32.1
v0.32.0
v0.31.1
v0.31.0
Changelog
- e211908: feat(auth): added support for exchanging an external OIDC JWT for a Thalassa Cloud API bearer token as auth method (@thojkooi)
- 3287297: Merge pull request #92 from thalassa-cloud/auth-oidc-token-exch (@thojkooi)
- eb69f23: feat(auth): support OIDC token exchange to read subject token from file (@thojkooi)
- 9a892d9: Merge pull request #93 from thalassa-cloud/auth-oidc-token-exch-file (@thojkooi)
v0.30.0
Changelog
- 0c62b78: chore(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (@dependabot[bot])
- 6da09b4: chore(deps): bump github.com/go-resty/resty/v2 from 2.17.1 to 2.17.2 (@dependabot[bot])
- 3e96b14: Merge pull request #83 from thalassa-cloud/dependabot/go_modules/golang.org/x/oauth2-0.35.0 (@thojkooi)
- ae1cbbd: Merge pull request #86 from thalassa-cloud/dependabot/go_modules/github.com/go-resty/resty/v2-2.17.2 (@thojkooi)
- 2301697: chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 (@dependabot[bot])
- be9137f: Merge pull request #88 from thalassa-cloud/dependabot/go_modules/golang.org/x/oauth2-0.36.0 (@thojkooi)
- c2a767f: chore(deps): bump golang.org/x/time from 0.14.0 to 0.15.0 (@dependabot[bot])
- 27b181c: Merge pull request #87 from thalassa-cloud/dependabot/go_modules/golang.org/x/time-0.15.0 (@thojkooi)
- 998af84: feat(dbaas): add DatabaseSizeBytes field to DbCluster for total database size (@thojkooi)
- b1bcc86: Merge pull request #89 from thalassa-cloud/dbaas-cluster-dbsize (@thojkooi)
- 6aa8a0e: feat(iaas): add FloatingIP methods and types (currently beta behind feature gate) (@thojkooi)
- f489132: Merge pull request #90 from thalassa-cloud/floating-ips (@thojkooi)
- 41048c0: refactor(reservedips): rename floating ip to reserved ips (@thojkooi)
- 7b3fb80: Merge pull request #91 from thalassa-cloud/rename-to-reservedips (@thojkooi)
v0.29.3
v0.29.2
v0.29.1
v0.29.0
Changelog
- c5c3cd9: fix(targetgroups): allow attaching endpoints (@thojkooi)
- 22dee59: feat(iam): add OIDC federated identities client methods (@thojkooi)
- ce74b53: feat(dbaas): list pg databases in cluster (@thojkooi)
- 051408c: feat(dbaas): list pg grants and return grant on create (@thojkooi)
- f47bab1: feat(dbaas): list pg roles and return role on create (@thojkooi)
- 8218a0f: feat(dbaas): list backup schedules for cluster (@thojkooi)
- 6a3b573: Merge pull request #81 from thalassa-cloud/dbaas-update (@thojkooi)