Skip to content

Commit cd65e45

Browse files
CLOUDP-285964: Merge main
2 parents 6e3b711 + c875bcd commit cd65e45

Some content is hidden

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

47 files changed

+13413
-2675
lines changed

.github/workflows/release-postman.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_call:
44
inputs:
55
atlas_prod_base_url:
6-
description: 'Base URL of Atlas.'
6+
description: Base URL of Atlas
77
required: true
88
type: string
99
secrets: # all secrets are passed explicitly in this workflow
@@ -39,7 +39,8 @@ jobs:
3939
BASE_URL: ${{ inputs.atlas_prod_base_url }}
4040
working-directory: ./tools/postman
4141
run: |
42-
make transform_collection
42+
make transform_collection
43+
make transform_collection_test
4344
4445
- name: Upload Collection to Postman
4546
env:

.github/workflows/release-spec.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ jobs:
167167
release-changelog:
168168
name: Release API Changelog
169169
needs: release
170-
if: ${{ needs.release.outputs.changes_detected == 'true' }}
171170
uses: ./.github/workflows/release-changelog.yml
172171
secrets:
173172
api_bot_pat: ${{ secrets.api_bot_pat }}

changelog/changelog.json

Lines changed: 3260 additions & 0 deletions
Large diffs are not rendered by default.

changelog/changelog.yaml

Lines changed: 1955 additions & 0 deletions
Large diffs are not rendered by default.

changelog/internal/changelog-all.json

Lines changed: 3260 additions & 0 deletions
Large diffs are not rendered by default.

changelog/internal/changelog-all.yaml

Lines changed: 1955 additions & 0 deletions
Large diffs are not rendered by default.

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": "2024-12-06",
3-
"specRevision": "242018939c903b554d80a3ddb640394b701c7832",
4-
"specRevisionShort": "242018939c9",
2+
"runDate": "2024-12-16",
3+
"specRevision": "7b08cf46c4cb583405dd30e7713550a0715f90fb",
4+
"specRevisionShort": "7b08cf46c4c",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)