What's Changed
Features
- Add backup to mariadb
- Add
ionoscloud_contracts
data source
Fixes
- Fix InMemoryDB overrides other location values with
de/fra
. - Error on
FAILED
forcdn
,api_gateway
,dataplatform
,inmemorydb
,mariadb
,nfs
,mongo
resources - Fix #813 by adding
ForceNew: true
for all attributes forionoscloud_pg_database
resource - Instantiate new http clients for each product (instead of http.Default client) so that insecure mode and certificate can be set independently
- Retrieve accessKey and secretKey from the config file if they are not found
- Check if url is found in locationToURL before overwriting endpoint for certificate manager
- Keep the VM autoscaling group in state if the action fails
- Fix VM Autoscaling tests and examples
Refactor
- Use VM Autoscaling bundle product instead of sdk-go-vm-autoscaling
- Use MariaDB bundle product instead of sdk-go-dbaas-mariadb
- Use Mongo bundle product instead of sdk-go-dbaas-mongo
- Use Dataplatform bundle product instead of sdk-go-dataplatform
- Use PostgreSQL bundle product instead of sdk-go-dbaas-postgres
- Update
sdk-go-dbaas-postgres
to versionv1.1.4
and use the new sdk methods for PG versions (done before bundle integration)
Documentation
- Add better documentation for dedicated core for servers
- Add example for
user
fieldpassword_wo
write only field.
What's Changed (autogenerated)
- refactor: use bundle for mongo by @rmocanu-ionos in #755
- doc: better docs for dedicated core by @cristiGuranIonos in #807
- refactor: use bundle for mariadb by @rmocanu-ionos in #758
- refactor: Dataplatform bundle integration by @adeatcu-ionos in #806
- feat: Upgrade PgSQL SDK version and use new methods for PgSQL versions by @adeatcu-ionos in #810
- Refactor: object storage to bundle by @glimberea in #809
- feat: move postgresql to sdk-go-bundle by @cristiGuranIonos in #749
- fix: Add 'ForceNew: true' for PgSQL database resource by @adeatcu-ionos in #814
- fix: nfs cluster test by @cciopa-ionos in #816
- doc: fix inmemorydb url generation(dep update), bump mongo, psql by @cristiGuranIonos in #817
- Use bundle for vmautoscaling by @rmocanu-ionos in #791
- fix: don't overwrite url if not found in locationToURL by @rmocanu-ionos in #820
- feat: data source nodes doc and test by @cristiGuranIonos in #824
- Fix objectstorage auth fileconfig by @rmocanu-ionos in #821
- fix: create new http clients for each product by @rmocanu-ionos in #822
- fix: error on failed state by @cristiGuranIonos in #825
- feat: add ionoscloud_contracts data source by @cristiGuranIonos in #823
- doc: add example using password_wo for user resource by @cristiGuranIonos in #808
- fix: revert psql error on failed status by @cristiGuranIonos in #826
- chore: remove warnings when there is no object storage auth by @rmocanu-ionos in #827
- feat: kafka version 3.8.0 by @mimihalescu in #815
Full Changelog: v6.7.6...v6.7.7