Skip to content

Commit

Permalink
doc: Generates for v1.15.1 (#1919)
Browse files Browse the repository at this point in the history
* chore: Generates changelog for v1.15.1

* Update CHANGELOG.md

Co-authored-by: Leo Antoli <430982+lantoli@users.noreply.github.com>

* update with latest changes

* Update CHANGELOG.md

Co-authored-by: zach-carr <54542042+zach-carr@users.noreply.github.com>

---------

Co-authored-by: Leo Antoli <430982+lantoli@users.noreply.github.com>
Co-authored-by: Oriol Arbusi <oriol.abadal@mongodb.com>
Co-authored-by: zach-carr <54542042+zach-carr@users.noreply.github.com>
  • Loading branch information
4 people committed Feb 7, 2024
1 parent 3d5c0ee commit b170863
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github_changelog_generator
@@ -1,4 +1,4 @@
future-release=v1.15.0
since-tag=v1.14.0
future-release=v1.15.1
since-tag=v1.15.0
date-format=%Y-%m-%d
base=CHANGELOG.md
29 changes: 27 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,33 @@
# Changelog

## [v1.15.0-pre](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.15.0-pre) (2024-02-01)
## [v1.15.1](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.15.1) (2024-02-07)

[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.14.0...v1.15.0-pre)
[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.15.0...v1.15.1)

**Bug Fixes**

- fix: Sets `replication_specs` IDs when updating them. [\#1876](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1876) ([marcosuma](https://github.com/marcosuma))

**Internal Improvements**


- chore: Upgrades `privatelink_endpoint_service_data_federation_online_archive` resource to auto-generated SDK [\#1910](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1910) ([oarbusi](https://github.com/oarbusi))
- chore: Fixes test for `federated_settings_identity_provider` in QA environment [\#1912](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1912) ([oarbusi](https://github.com/oarbusi))
- chore: Upgrades `privatelink_endpoint_serverless` resource to auto-generated SDK [\#1908](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1908) ([oarbusi](https://github.com/oarbusi))
- chore: Fixes acceptance and migrations tests not running in CI [\#1907](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1907) ([lantoli](https://github.com/lantoli))
- chore: Upgrades `roles_org_id` resource to auto-generated SDK [\#1906](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1906) ([lantoli](https://github.com/lantoli))
- chore: Upgrades `teams` resource to auto-generated SDK [\#1905](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1905) ([oarbusi](https://github.com/oarbusi))
- doc: Fixes `mongodbatlas_privatelink_endpoint_service_data_federation_online_archives` doc [\#1903](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1903) ([nsmith78660](https://github.com/nsmith78660))
- doc: Fixes some of the typos within the `README.MD` for the PIT example [\#1902](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1902) ([nsmith78660](https://github.com/nsmith78660))
- chore: Upgrades `private_link_endpoint` resource to auto-generated SDK. [\#1901](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1901) ([marcosuma](https://github.com/marcosuma))
- test: Enables Acceptance test in CI for `mongodbatlas_federated_settings_identity_provider` [\#1895](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1895) ([oarbusi](https://github.com/oarbusi))
- chore: Upgrades `x509authentication_database_user` resource to auto-generated SDK [\#1884](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1884) ([lantoli](https://github.com/lantoli))
- chore: Bump marocchino/sticky-pull-request-comment from 2.8.0 to 2.9.0 [\#1916](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1916) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore: Bump tj-actions/verify-changed-files [\#1914](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1914) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v1.15.0](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.15.0) (2024-02-01)

[Full Changelog](https://github.com/mongodb/terraform-provider-mongodbatlas/compare/v1.14.0...v1.15.0)

**Breaking changes:**

Expand Down

0 comments on commit b170863

Please sign in to comment.