Skip to content

Commit 1bc7e03

Browse files
authored
doc: Adds upgrade guide for 1.25.0 release (#2939)
1 parent 547d773 commit 1bc7e03

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
page_title: "Upgrade Guide 1.25.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.25.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.25.0 has a number of new and exciting features.
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- You can now specify the Networking Access Type by using the `mongodbatlas_stream_connection` resource's `networking` attribute when the connection type is `Kafka`. To learn more, see [mongodbatlas_stream_connection](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/stream_connection) resource documentation.
12+
- You can now access a list of future inbound and outbound IP addresses associated with the clusters in your Atlas Project by using the `services.#.clusters.#.future_inbound` and `services.#.clusters.#.future_outbound` attributes in the `mongodbatlas_project_ip_addresses` data source. To learn more, see [mongodbatlas_project_ip_addresses](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/data-sources/project_ip_addresses) data source documentation.
13+
14+
## Deprecations and removals
15+
16+
- `tenant_id` attribute has been deprecated in `mongodbatlas_cloud_backup_snapshot_export_bucket` resource in favor of `mongodbatlas_cloud_provider_access_authorization.azure.tenant_id`.
17+
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.

0 commit comments

Comments
 (0)