You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,20 @@
1
+
## 6.7.1
2
+
### Refactor
3
+
- Move postgresql to sdk-go-bundle.
4
+
1
5
## 6.7.0
2
6
### Fixes
3
7
- Fix [#735](https://github.com/ionos-cloud/terraform-provider-ionoscloud/issues/735) by reading all values for `api_subnet_allow_list`, not only non-nill values.
8
+
- Fix [#748](https://github.com/ionos-cloud/terraform-provider-ionoscloud/issues/748) by removing unecessary error check
9
+
- S3 key creation fails with 422 if s3 key not found. Add function to check for that specific response from the API.
4
10
### Features
5
11
- Add new read-only attribute: `ipv4_cidr_block` to `ionoscloud_lan` resource and data source.
6
-
- Make `volume` optional for `ionoscloud_server` resource
12
+
- Make `volume` optional for `ionoscloud_server` resource.
7
13
-`name` attribute for `ionoscloud_auto_certificate` resource is now required.
8
14
- Move postgresql to sdk-go-bundle.
15
+
- Add `allow_replace` field to `ionoscloud_pg_cluster` resource.
16
+
### Docs
17
+
- Changed dead link in MongoDB cluster docs.
9
18
10
19
## 6.6.9
11
20
### Features
@@ -1025,9 +1034,3 @@ FEATURES:
1025
1034
https://nfs.us-las.ionos.com (Las Vegas, USA)
1026
1035
https://nfs.us-ewr.ionos.com (Newark, USA)
1027
1036
https://nfs.us-mci.ionos.com (Lenexa, USA)
1028
-
1029
-
### Fixes:
1030
-
- Changed Dead link in MongoDB cluster docs
1031
-
1032
-
### Features:
1033
-
- Add `allow_replace` field to `ionoscloud_pg_cluster` resource.
returngenericOpenAPIError.StatusCode() ==422&&strings.Contains(genericOpenAPIError.Error(), "[VDC-21-2] The access key cannot be found, please double-check the key id and try again.")
0 commit comments