Skip to content

Commit 8f248fc

Browse files
v1.8.2 Changelog update (#1119)
* Changelog update * Update CHANGELOG.md (#1120) * Update CHANGELOG.md * Update online_archive docs (#1121) * Update online_archive.html.markdown Collection_type_fix * Update online_archive.html.markdown (#1122) * Update online_archives.html.markdown (#1123) * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Zuhair Ahmed <[email protected]>
1 parent c62f352 commit 8f248fc

File tree

5 files changed

+57
-5
lines changed

5 files changed

+57
-5
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v1.8.1
2-
since-tag=v1.8.0
1+
future-release=v1.8.2
2+
since-tag=v1.8.1
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## [v1.8.2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.8.2) (2023-3-29)
4+
5+
[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.8.1...v1.8.2)
6+
7+
**Enhancements:**
8+
9+
- Support for "TIMESERIES" Collection Type in [`mongodbatlas_online_archive`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/online_archive) [\#1114](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1114) - INTMDB-648
10+
- Support for new "DATADOG" regions in [`mongodbatlas_third_party_integration`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/third_party_integration) [\#1105](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1105) - INTMDB-638
11+
12+
**Bug Fixes:**
13+
14+
- Error in unsetting auto_scaling in [`mongodbatlas_advanced_cluster`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/advanced_cluster) [\#1112](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1112) - INTMDB-617
15+
- Update Status Codes in [`mongodbatlas_search_index`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/search_index) [\#1104](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1104) - INTMDB-687
16+
- [`mongodbatlas_project_ip_access_list`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/project_ip_access_list) comment should be optional [\#1103](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1103) - INTMDB-637
17+
- Plan fails if API key created by [`mongodbatlas_api_key`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/api_key) resource is deleted outside of Terraform [\#1097](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1097) - INTMDB-581
18+
- Google Cloud Terraform Provider Test Version Upgrade Refactoring [\#1098](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1098) - INTMDB-359
19+
20+
21+
**Closed Issues:**
22+
23+
- mongodbatlas\_federated\_settings\_org\_role\_mapping INVALID\_ATTRIBUTE [\#1110](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1110)
24+
- Errors when creating or importing timeseries online archive [\#1081](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1081)
25+
- Unexpected EOF [\#1083](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1083)
26+
- mongodbatlas\_access\_list\_api\_key creation fails after api\_key creation [\#1075](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1075)
27+
- Panic when creating AWS privatelink endpoint [\#1067](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1067)
28+
- error getting project 403 \(request IP\_ADDRESS\_NOT\_ON\_ACCESS\_LIST\) even if whitelisted IP [\#1048](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1048)
29+
- Crash during the changes for `mongodbatlas_cloud_backup_schedule` interval with dynamic blocks. [\#1041](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1041)
30+
- Regression in 1.8.0: mongodbatlas\_third\_party\_integration marks "type" attribute as deprecated [\#1032](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1032)
31+
- Cannot reference `container_id` for `mongodbatlas_advanced_cluster` [\#1008](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1008)
32+
- ERROR: Datadog API key must consist of 32 hexadecimal digits [\#1001](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1001)
33+
- num\_shards value changed to 1 [\#970](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/970)
34+
- Segmentation Fault in TerraForm Provider [\#969](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/969)
35+
- Import statements are broken in documentation and help commands in the Terraform provider are outdated. [\#956](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/956)
36+
- Invitation handling is not working after user accepted invitation. [\#945](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/945)
37+
- bi\_connector settings don't work in mongodbatlas\_advanced\_cluster [\#893](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/893)
38+
- Sensitive information exposed as resource Id - mongodbatlas\_x509\_authentication\_database\_user [\#884](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/884)
39+
- plugin crashes during apply: panic: runtime error: invalid memory address or nil pointer dereference [\#866](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/866)
40+
41+
**Merged Pull Requests:**
42+
43+
- Release staging v.1.8.2 [\#1115](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1115) ([martinstibbe](https://github.com/martinstibbe))
44+
- Chore\(deps\): Bump github.com/aws/aws-sdk-go from 1.44.221 to 1.44.226 [\#1109](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1109) ([dependabot[bot]](https://github.com/apps/dependabot))
45+
- Chore\(deps\): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.1 [\#1108](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1108) ([dependabot[bot]](https://github.com/apps/dependabot))
46+
- Chore\(deps\): Bump github.com/zclconf/go-cty from 1.12.1 to 1.13.1 [\#1107](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1107) ([dependabot[bot]](https://github.com/apps/dependabot))
47+
- Chore\(deps\): Bump actions/setup-go from 3 to 4 [\#1106](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1106) ([dependabot[bot]](https://github.com/apps/dependabot))
48+
- Chore\(deps\): Bump github.com/hashicorp/hcl/v2 from 2.16.1 to 2.16.2 [\#1101](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1101) ([dependabot[bot]](https://github.com/apps/dependabot))
49+
- Chore\(deps\): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 [\#1100](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1100) ([dependabot[bot]](https://github.com/apps/dependabot))
50+
- Chore\(deps\): Bump github.com/aws/aws-sdk-go from 1.44.216 to 1.44.221 [\#1099](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1099) ([dependabot[bot]](https://github.com/apps/dependabot))
51+
- Chore\(deps\): Bump github.com/aws/aws-sdk-go from 1.40.56 to 1.44.216 [\#1094](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1094) ([dependabot[bot]](https://github.com/apps/dependabot))
52+
- Chore\(deps\): Bump go.mongodb.org/atlas from 0.21.0 to 0.23.1 [\#1092](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1092) ([dependabot[bot]](https://github.com/apps/dependabot))
53+
- Chore\(deps\): Bump golang.org/x/net from 0.1.0 to 0.7.0 [\#1071](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1071) ([dependabot[bot]](https://github.com/apps/dependabot))
54+
355
## [v1.8.1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.8.1) (2023-3-7)
456

557
[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.8.0...v1.8.1)

website/docs/d/online_archive.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data "mongodbatlas_online_archive" "test" {
3333
## Attributes reference
3434
* `db_name` - Name of the database that contains the collection.
3535
* `coll_name` - Name of the collection.
36-
* `collection_name` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
36+
* `collection_type` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
3737
* `criteria` - Criteria to use for archiving data.
3838
* `criteria.type` - Type of criteria (DATE, CUSTOM)
3939
* `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expire_after_days` parameter.

website/docs/d/online_archives.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each object in the results array represents an online archive with the following
4242
* `archive_id` - ID of the online archive.
4343
* `db_name` - Name of the database that contains the collection.
4444
* `coll_name` - Name of the collection.
45-
* `collection_name` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
45+
* `collection_type` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
4646
* `criteria` - Criteria to use for archiving data.
4747
* `criteria.type` - Type of criteria (DATE, CUSTOM)
4848
* `criteria.date_field` - Name of an already indexed date field from the documents. Data is archived when the current date is greater than the value of the date field specified here plus the number of days specified via the `expire_after_days` parameter.

website/docs/r/online_archive.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ resource "mongodbatlas_online_archive" "test" {
7676
* `cluster_name` - (Required) Name of the cluster that contains the collection.
7777
* `db_name` - (Required) Name of the database that contains the collection.
7878
* `coll_name` - (Required) Name of the collection.
79-
* `collection_name` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
79+
* `collection_type` - Classification of MongoDB database collection that you want to return, "TIMESERIES" or "STANDARD". Default is "STANDARD".
8080
* `criteria` - (Required) Criteria to use for archiving data.
8181
* `partition_fields` - (Recommended) Fields to use to partition data. You can specify up to two frequently queried fields to use for partitioning data. Note that queries that don’t contain the specified fields will require a full collection scan of all archived documents, which will take longer and increase your costs. To learn more about how partition improves query performance, see [Data Structure in S3](https://docs.mongodb.com/datalake/admin/optimize-query-performance/#data-structure-in-s3). The value of a partition field can be up to a maximum of 700 characters. Documents with values exceeding 700 characters are not archived.
8282
* `paused` - (Optional) State of the online archive. This is required for pausing an active or resume a paused online archive. The resume request will fail if the collection has another active online archive.

0 commit comments

Comments
 (0)