Skip to content

Commit 7646810

Browse files
CLOUDP-292068: Merge conflict
2 parents 99f7709 + 724d315 commit 7646810

File tree

81 files changed

+677
-460
lines changed

Some content is hidden

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

81 files changed

+677
-460
lines changed

.github/workflows/changelog-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
changelog_entries=$(jq --arg start_date "${START_DATE}" --arg end_date "${END_DATE}" ' map(select(.date >= $start_date and .date <= $end_date))' changelog/internal/changelog-all.json)
6262
echo "${changelog_entries}" > entries.json
6363
- name: Upload entries for debugging
64-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
64+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
6565
with:
6666
name: changelog_entries_in_range
6767
retention-days: 1

.github/workflows/generate-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Generate Federated Spec
7575
run: .github/scripts/generate_federated_spec.sh
7676
- name: Upload artifact
77-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
77+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
7878
with:
7979
name: openapi-foas-${{ inputs.env }}
8080
path: |

.github/workflows/release-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
S3_BUCKET: ${{ inputs.aws_s3_bucket }}
103103
run: ./release-scripts/generate_changelog.sh
104104
- name: Upload revision and base folders for debugging
105-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
105+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
106106
with:
107107
name: base-revision-${{ inputs.env }}
108108
retention-days: 1

.github/workflows/release-spec-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# We upload the scripts in .github/scripts/* (defined only in main) so that they can be downloaded and reused
3939
# when releasing in all the branches.
4040
- name: Upload release scripts
41-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
41+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
4242
with:
4343
name: release-scripts
4444
retention-days: 1

.github/workflows/release-spec-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
sudo snap install yq
5858
yq -P '.' v1.json > v1.yaml
5959
- name: Upload artifact
60-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
60+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
6161
with:
6262
name: openapi-v1-${{ inputs.env }}
6363
path: |

.github/workflows/release-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
ref: ${{ inputs.branch }}
9898
token: ${{secrets.api_bot_pat}}
9999
- name: Upload current Specs and Changelog files
100-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
100+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
101101
with:
102102
name: base-${{ inputs.env }}
103103
retention-days: 1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@
2020
*.vscode
2121

2222
*.out
23+
**/*ipa-collector-results-combined.log

changelog/internal/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"runDate": "2025-01-14",
3-
"specRevision": "c779787120545e331d2f675991d16e888ebe050f",
4-
"specRevisionShort": "c7797871205",
2+
"runDate": "2025-01-15",
3+
"specRevision": "8c55e9157bca5fd7d1eccca4ba6159aa6d4f9aa5",
4+
"specRevisionShort": "8c55e9157bc",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

openapi/v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
253253
"title": "MongoDB Atlas Administration API",
254254
"version": "2.0",
255-
"x-xgen-sha": "c779787120545e331d2f675991d16e888ebe050f"
255+
"x-xgen-sha": "8c55e9157bca5fd7d1eccca4ba6159aa6d4f9aa5"
256256
},
257257
"paths": {
258258
"/api/atlas/v2": {

openapi/v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34614,7 +34614,7 @@ info:
3461434614
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3461534615
title: MongoDB Atlas Administration API
3461634616
version: "2.0"
34617-
x-xgen-sha: c779787120545e331d2f675991d16e888ebe050f
34617+
x-xgen-sha: 8c55e9157bca5fd7d1eccca4ba6159aa6d4f9aa5
3461834618
openapi: 3.0.1
3461934619
paths:
3462034620
/api/atlas/v2:

0 commit comments

Comments
 (0)