Features
- New Product: MongoDB:
Resources
:- ionoscloud_mongo_cluster
- ionoscloud_mongo_user
Data Sources
:- ionoscloud_mongo_cluster
- ionoscloud_mongo_user
⚠️ Note: DBaaS - MongoDB is currently in the Early Access (EA) phase. We recommend keeping usage and testing to non-production critical applications.
Please contact your sales representative or support for more information.
- New Product: Certificate Manager:
Resources
:- ionoscloud_certificate
Data Sources
:- ionoscloud_certificate
Enhancement:
- Increase go version to 1.18
- Update dependencies to latest versions
- Update Ionos Cloud GO SDK v6.1.3. Release notes here v6.1.3
- Update SDK GO DBaaS Postgres to v1.0.4. Release notes here v1.0.4
ssh_key_path
will now allow the keys to be passed directly also. In the future, will be renamed tossh_keys
. Fixes [issue].(#307)
Fixes
- Reproduces rarely: sometimes the
nic
resource is not found after creation. As a fix we added a retry for 5 minutes to be able to get the NIC. The retry will keep trying if the response isnot found
(404) - Cube server creation. Some attributes were not populated - name, boot_cdrom, availability_zone
- Crash on update of k8s version when we have a value without
.
Documentation
- add links to documentation for
cube
andenterprise
fields to fix 320.
What's Changed
- feat: update dependencies and increase go version to 1.18 by @cristiGuranIonos in #306
- fix: test workflow and add warning to lan not found by @cristiGuranIonos in #309
- Fix/workflow from go mod by @cristiGuranIonos in #310
- fix: retry for 5 minutes on nic not found after creation by @cristiGuranIonos in #311
- fix: delete all test cases that had missing steps by @adeatcu-ionos in #313
- Feat: allow ssh keys directly in ssh key path by @cristiGuranIonos in #314
- feat: implemented resource and datasource mongo cluster and user res… by @gabisavu-ionos in #312
- fix: cube server creation was missing name and other attributes by @cristiGuranIonos in #316
- feat: add dbaas tests workflow, once every 2 days. change compute tes… by @cristiGuranIonos in #317
- feat: add certificate manager res and datasource by @cristiGuranIonos in #287
- fix: mongo client init by @cristiGuranIonos in #318
- fix: AVAILABLE instead of Available by @cristiGuranIonos in #319
- fix: crash on update of k8s version by @cristiGuranIonos in #321
- fix: add links to documentation for
cube
andenterprise
server fi… by @cristiGuranIonos in #322
New Contributors
- @adeatcu-ionos made their first contribution in #313
Full Changelog: v6.3.1...v6.3.2