What's Changed
Fixes
- Increase max result limit of data sources for target groups (200) and IP blocks (1000), as a workaround for pagination issues.
- Add email filter for user data source, fixes pagination issues for users.
- Fix name validation for Dataplatform resources
- Change location for MongoDB tests to improve running time
- Change location for PgSQL tests to improve running time
Features
- Add new attribute for Dataplatform clusters:
lans
Known Issues
- For
ionoscloud_dataplatform_cluster
there is a known issue with the API that will be solved in the near future: the cluster status is not accurate, the status can beFAILED
when the cluster is successfully created and available. If you create a cluster and the creation fails because the cluster status isFAILED
, the cluster will be marked astainted
by Terraform, but you can runterraform untaint ionoscloud_dataplatform_cluster.<NAME_OF_THE_CLUSTER>
command and then you can use the cluster as you want.
Generated from git
- doc: Fix CHANGELOG.md by @adeatcu-ionos in #540
- Fix: Set server field for k8s cluster data sources by @cbeti-ionos in #539
- fix: Fix pagination issues for target groups, users and IP blocks by @adeatcu-ionos in #538
- feat: Add IONOS_TOKEN for all workflows by @adeatcu-ionos in #542
- test: Temporarily deactivate weekly tests by @adeatcu-ionos in #543
- fix: Fix name validation for Dataplatform resources by @adeatcu-ionos in #545
- test: Change location for MongoDB tests to improve running time by @adeatcu-ionos in #546
- test: Fix tests for PgSQL by @adeatcu-ionos in #548
- test: Fix MariaDB tests by @adeatcu-ionos in #544
- feat: Add 'lans' property for Dataplatform clusters by @adeatcu-ionos in #541
Full Changelog: v6.4.14...v6.4.15