Skip to content

Commit 140d33f

Browse files
v1.9.0 changelog (#1147)
* Update .github_changelog_generator * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Create 1.9.0-upgrade-guide.html.markdown * Back to uppercase * Update CHANGELOG.md * Update cloud_backup_schedule.html.markdown --------- Co-authored-by: Zuhair Ahmed <[email protected]>
1 parent 30ede80 commit 140d33f

6 files changed

+72
-13
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.2
2-
since-tag=v1.8.1
1+
future-release=v1.9.0
2+
since-tag=v1.8.2
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

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

3+
## [v1.9.0](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.9.0) (2023-4-27)
4+
5+
[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.8.2...v1.9.0)
6+
7+
**Enhancements:**
8+
9+
- New Feature: [Backup Compliance Policy](https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/) Support [\#1127](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1127) - INTMDB-587
10+
11+
**Bug Fixes:**
12+
13+
- Update resource [mongodbatlas_project](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/project) to detect null boolean values in project settings [\#1145](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1145) - INTMDB-789
14+
- Update on resource [mongodbatlas_search_index]([https://www.mongodb.com/docs/atlas/atlas-search/create-index/](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/search_index)) resource docs [\#1137](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1137) - DOCSP-28948
15+
- Removing resource [mongodbatlas_cluster](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cluster) `disk_size_gb` examples [\#1133](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1133)
16+
17+
**Closed issues:**
18+
19+
- mongodbatlas\_search\_index does not change name [\#1096](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1096)
20+
- Unhelpful error when importing advanced cluster using mongodbatlas\_cluster resource [\#1089](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1089)
21+
- Update Slack alert configuration fails with INTEGRATION\_FIELDS\_INVALID [\#1086](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1086)
22+
- Upgrade to terraform-plugin-sdk v2.25.0 [\#1080](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1080)
23+
- mongodbatlas\_project\_ip\_access\_list.comment should be optional [\#1079](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1079)
24+
- Can't unset auto\_scaling [\#1072](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1072)
25+
- mongodbatlas\_access\_list\_api\_key fails to import [\#1064](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1064)
26+
- Terraform plan fails if API key created by `mongodbatlas_api_key` resource is deleted outside of Terraform [\#1057](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1057)
27+
- mongodbatlas\_search\_index does not recreate when cluster\_name and project\_id fields change. [\#1053](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1053)
28+
- ERROR: Pager Duty API key must consist of 32 hexadecimal digits [\#1049](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/1049)
29+
- mongodbatlas\_alert\_configuration not detecting drift [\#999](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/999)
30+
- Provider insists on changing a sub-parameter even when no changes are necessary [\#997](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/997)
31+
- Type: TEAM alert notification not saved properly [\#971](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/971)
32+
- `app_id` In documentation is ambiguous for MongoDB Atlas Event Trigger [\#957](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/957)
33+
- Provider panic with `authentication_enabled=true` input [\#873](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/873)
34+
- Schema error when creating event\_trigger referring to Atlas App Services function [\#858](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/858)
35+
336
## [v1.8.2](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.8.2) (2023-3-30)
437

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

mongodbatlas/resource_mongodbatlas_cloud_backup_schedule_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,11 @@ func testAccMongoDBAtlasCloudBackupScheduleCopySettingsConfig(projectID, cluster
547547
}
548548
copy_settings {
549549
cloud_provider = "AWS"
550-
frequencies = ["hourly",
551-
"daily",
552-
"weekly",
553-
"monthly",
554-
"onDemand"]
550+
frequencies = ["HOURLY",
551+
"DAILY",
552+
"WEEKLY",
553+
"MONTHLY",
554+
"ON_DEMAND"]
555555
region_name = "US_EAST_1"
556556
replication_spec_id = mongodbatlas_cluster.my_cluster.replication_specs.*.id[0]
557557
should_copy_oplogs = false

website/docs/d/cloud_backup_schedule.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ In addition to all arguments above, the following attributes are exported:
102102
### Snapshot Distribution
103103
*
104104
* `cloud_provider` - Human-readable label that identifies the cloud provider that stores the snapshot copy. i.e. "AWS" "AZURE" "GCP"
105-
* `frequencies` - List that describes which types of snapshots to copy. i.e. "hourly" "daily" "weekly" "monthly" "onDemand"
105+
* `frequencies` - List that describes which types of snapshots to copy. i.e. "HOURLY" "DAILY" "WEEKLY" "MONTHLY" "ON_DEMAND"
106106
* `region_name` - Target region to copy snapshots belonging to replicationSpecId to. Please supply the 'Atlas Region' which can be found under https://www.mongodb.com/docs/atlas/reference/cloud-providers/ 'regions' link
107107
* `replication_spec_id` - Unique 24-hexadecimal digit string that identifies the replication object for a zone in a cluster. For global clusters, there can be multiple zones to choose from. For sharded clusters and replica set clusters, there is only one zone in the cluster. To find the Replication Spec Id, do a GET request to Return One Cluster in One Project and consult the replicationSpecs array https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#operation/returnOneCluster
108108
* `should_copy_oplogs` - Flag that indicates whether to copy the oplogs to the target region. You can use the oplogs to perform point-in-time restores.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: "mongodbatlas"
3+
page_title: "MongoDB Atlas Provider 1.9.0: Upgrade and Information Guide"
4+
sidebar_current: "docs-mongodbatlas-guides-190-upgrade-guide"
5+
description: |-
6+
MongoDB Atlas Provider 1.9.0: Upgrade and Information Guide
7+
---
8+
9+
# MongoDB Atlas Provider 1.9.0: Upgrade and Information Guide
10+
11+
The Terraform MongoDB Atlas Provider version 1.9.0 has one new and exciting feature.
12+
13+
**New Features:**
14+
- You can now enable and manage [Backup Compliance Policy](https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/) with resource [mongodbatlas_backup_compliance_policy](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/backup_compliance_policy). If you enable a Backup Compliance Policy, no user, regardless of role, will be able to delete a backup snapshot; see full list of [Prohibited Actions](https://www.mongodb.com/docs/atlas/backup/cloud-backup/backup-compliance-policy/#prohibited-actions). To disable a Backup Compliance Policy, the security or legal representative specified for the Backup Compliance Policy must contact MongoDB support.
15+
16+
17+
1.9.0 also includes general improvements, bug fixes, and several key documentation updates. See the [CHANGELOG](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md) for more specific information.
18+
19+
20+
### Helpful Links
21+
22+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
23+
24+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
25+
26+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

website/docs/r/cloud_backup_schedule.html.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ resource "mongodbatlas_cloud_backup_schedule" "test" {
168168
169169
copy_settings {
170170
cloud_provider = "AWS"
171-
frequencies = ["hourly",
172-
"daily",
173-
"weekly",
174-
"monthly",
175-
"onDemand"]
171+
frequencies = ["HOURLY",
172+
"DAILY",
173+
"WEEKLY",
174+
"MONTHLY",
175+
"ON_DEMAND"]
176176
region_name = "US_EAST_1"
177177
replication_spec_id = mongodbatlas_cluster.my_cluster.replication_specs.*.id[0]
178178
should_copy_oplogs = false

0 commit comments

Comments
 (0)