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
doc: Update index.md with versioning policy (#3546)
* Update index.md with versioning policy
* moving position of version policy section and adjusting title sizes
* addressing docs feedback
---------
Co-authored-by: stephen-cassil0 <[email protected]>
Copy file name to clipboardExpand all lines: docs/index.md
+71Lines changed: 71 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,77 @@ In addition to [generic `provider` arguments](https://www.terraform.io/docs/conf
172
172
173
173
For more information on configuring and managing programmatic API Keys see the [MongoDB Atlas Documentation](https://docs.atlas.mongodb.com/tutorial/manage-programmatic-access/index.html).
174
174
175
+
## MongoDB Atlas Provider Versioning Policy
176
+
177
+
In order to promote stability, predictability, and transparency, the MongoDB Atlas Terraform Provider will implement **semantic versioning** with a **scheduled release cadence**. Our goal is to deliver regular improvements to the provider without overburdening users with frequent breaking changes.
178
+
179
+
---
180
+
181
+
### Definition of Breaking Changes
182
+
183
+
Our definition of breaking changes aligns with the impact updates have on the customer:
184
+
185
+
Breaking changes are defined as any change that requires user intervention to address.
0 commit comments