Skip to content

Commit 02eea6d

Browse files
authored
chore: Fixes backport release issues (#3734)
* Revert "chore: Updates CHANGELOG.md header for v1.41.1 release" This reverts commit 0170bfe. * Revert "chore: Update example links in registry docs for v1.41.1 release" This reverts commit 1935050. * fixes branch * Revert "chore: Updates CHANGELOG.md header for v1.41.1 release" This reverts commit 0170bfe. * Revert "chore: Update example links in registry docs for v1.41.1 release" This reverts commit 1935050. * Revert "chore: Update SSDLC report for v1.41.1" This reverts commit 83598de. * branch for ssdlc report * add 1.41.1 in changelog * correct changelog
1 parent 101d12f commit 02eea6d

File tree

74 files changed

+140
-159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+140
-159
lines changed

.github/templates/run-script-and-commit/action.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ inputs:
2828
description: "Path to the repository."
2929
default: ""
3030
required: false
31-
31+
branch:
32+
description: "Branch to checkout."
33+
default: ""
34+
required: false
3235
runs:
3336
using: "composite"
3437
steps:
@@ -37,6 +40,7 @@ runs:
3740
with:
3841
fetch-depth: 0
3942
token: ${{ inputs.apix_bot_pat }}
43+
ref: ${{ inputs.branch }}
4044

4145
- name: Set up Go
4246
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5

.github/workflows/release-v1.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }}
7070
gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }}
7171
passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }}
72+
branch: master-v1
7273

7374
update-changelog-header:
7475
needs:
@@ -93,6 +94,7 @@ jobs:
9394
remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }}
9495
gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }}
9596
passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }}
97+
branch: master-v1
9698

9799
create-tag:
98100
runs-on: ubuntu-latest
@@ -241,3 +243,4 @@ jobs:
241243
remote: https://svc-apix-bot:${{ secrets.APIX_BOT_PAT }}@github.com/${{ github.repository }}
242244
gpg_private_key: ${{ secrets.APIX_BOT_GPG_PRIVATE_KEY }}
243245
passphrase: ${{ secrets.APIX_BOT_PASSPHRASE }}
246+
branch: master-v1

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## (Unreleased)
22

3+
BUG FIXES:
4+
5+
* resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725))
6+
37
## 1.41.1 (October 01, 2025)
48

59
BUG FIXES:
610

7-
* resource/mongodbatlas_advanced_cluster: Allows upgrade from tenant and flex cluster to dedicated NVMe with backup enabled ([#3725](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3725))
11+
* provider: Fixes STS region resolution when using cross-region authentication ([#3718](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/3718))
812

913
## 2.0.1 (October 01, 2025)
1014

compliance/v1.41.1/ssdlc-compliance-1.41.1.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/data-sources/alert_configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ output "alert_output" {
3434
```
3535

3636
Refer to the following for a full example on using this data_source as a tool to import all resources:
37-
* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/atlas-alert-configurations)
37+
* [atlas-alert-configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/atlas-alert-configurations)
3838

3939
## Argument Reference
4040

docs/data-sources/privatelink_endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data "mongodbatlas_privatelink_endpoint" "test" {
2828
```
2929

3030
### Available complete examples
31-
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
31+
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
3232

3333
## Argument Reference
3434

docs/data-sources/privatelink_endpoint_service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ data "mongodbatlas_privatelink_endpoint_service" "test" {
7878
```
7979

8080
### Available complete examples
81-
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
81+
- [Setup private connection to a MongoDB Atlas Cluster with AWS VPC](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
8282

8383
## Argument Reference
8484

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ We ship binaries but do not prioritize fixes for the following operating system
296296
## Examples from MongoDB and the Community
297297

298298
<!-- NOTE: the below examples link is updated during the release process, when doing changes in the following sentence verify scripts/update-examples-reference-in-docs.sh is not impacted-->
299-
We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples)
299+
We have [example configurations](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples)
300300
in our GitHub repo that will help both beginner and more advanced users.
301301

302302
Have a good example you've created and want to share?

docs/resources/access_list_api_key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "mongodbatlas_access_list_api_key" "test" {
3737
```
3838

3939
### Further Examples
40-
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_api_key)
40+
- [Create Programmatic API Key](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_api_key)
4141

4242
## Argument Reference
4343

docs/resources/advanced_cluster.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -449,20 +449,20 @@ output "endpoint_service_connection_string" {
449449
# Example return string: connection_string = "mongodb+srv://cluster-atlas-pl-0.ygo1m.mongodb.net"
450450
```
451451
Refer to the following for full privatelink endpoint connection string examples:
452-
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/gcp)
453-
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/azure)
454-
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
455-
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)
452+
* [GCP Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/gcp)
453+
* [Azure Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/azure)
454+
* [AWS, Private Endpoint](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster)
455+
* [AWS, Regionalized Private Endpoints](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_privatelink_endpoint/aws/cluster-geosharded)
456456

457457

458458
### Further Examples
459-
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
460-
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
461-
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/global-cluster)
462-
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/multi-cloud)
463-
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
464-
- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv)
465-
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v1.41.1/examples/migrate_cluster_to_advanced_cluster/basic)
459+
- [Asymmetric Sharded Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/asymmetric-sharded-cluster)
460+
- [Auto-Scaling Per Shard](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/auto-scaling-per-shard)
461+
- [Global Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/global-cluster)
462+
- [Multi-Cloud](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/multi-cloud)
463+
- [Tenant Upgrade](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/tenant-upgrade)
464+
- [Version Upgrade with Pinned FCV](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/mongodbatlas_advanced_cluster/version-upgrade-with-pinned-fcv)
465+
- [Migrate Cluster to Advanced Cluster](https://github.com/mongodb/terraform-provider-mongodbatlas/tree/v2.0.1/examples/migrate_cluster_to_advanced_cluster/basic)
466466

467467
## Argument Reference
468468

0 commit comments

Comments
 (0)