v6.7.0
What's Changed:
6.7.0
Fixes
- Fix #735 by reading all values for
api_subnet_allow_list
, not only non-nill values. - Fix #748 by removing unecessary error check
- S3 key creation fails with 422 if s3 key not found. Add function to check for that specific response from the API.
Features
- Add new read-only attribute:
ipv4_cidr_block
toionoscloud_lan
resource and data source. - Make
volume
optional forionoscloud_server
resource. name
attribute forionoscloud_auto_certificate
resource is now required. (might be a minor breaking change)- Add
allow_replace
field toionoscloud_pg_cluster
resource.
Docs
- Changed dead link in MongoDB cluster docs.
What's Changed(auto-generated)
- doc: Remove 'upcoming-release' tag from CHANGELOG.md by @adeatcu-ionos in #734
- fix: Set 'api_subnet_allow_list' even if the list is empty by @adeatcu-ionos in #736
- Feat/extend location list by @cciopa-ionos in #737
- Changed dead link in MongoDB by @cciopa-ionos in #738
- fix: custom url doc by @cristiGuranIonos in #733
- feat: Add ipv4CIDRBlock attribute for LAN resource & data source by @adeatcu-ionos in #739
- feat: make volume optional for ionoscloud_server by @cristiGuranIonos in #742
- feat: Make 'name' attribute required for auto-certificates by @adeatcu-ionos in #740
- Added allow_replace to PSQL by @cciopa-ionos in #741
- test: Add
inMemoryDB
tag to the list ofDBaaS
periodic tests by @adeatcu-ionos in #743 - doc: Fix CHANGELOG.md by @adeatcu-ionos in #744
- Fix: Group membership gone missing after reapply by @cciopa-ionos in #754
- fix: add check for 422 response on s3 key not found by @cristiGuranIonos in #746
New Contributors
- @cciopa-ionos made their first contribution in #737
Full Changelog: v6.6.9...v6.7.0