@empire-builder-kit/nx 1.0.0-rc.24 → 1.0.0-rc.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empire-builder-kit/nx",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.26",
|
|
4
4
|
"description": "Nx generators, executors, and Blueprint contracts for Empire Builder Kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aws",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"provenance": false
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@empire-builder-kit/runtime": "1.0.0-rc.
|
|
129
|
+
"@empire-builder-kit/runtime": "1.0.0-rc.26",
|
|
130
130
|
"@aws-sdk/client-cloudwatch-logs": "^3.700.0",
|
|
131
131
|
"@aws-sdk/client-iam": "^3.700.0",
|
|
132
132
|
"@nx/devkit": "23.1.0",
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
"engines": {
|
|
155
155
|
"node": ">=22.13.0"
|
|
156
156
|
},
|
|
157
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "1e081e097cf990b72d0613cb1d8981c2482aab15"
|
|
158
158
|
}
|
|
@@ -2038,7 +2038,7 @@ jobs:
|
|
|
2038
2038
|
container-platform-staging:
|
|
2039
2039
|
name: native staging OCI \${{ matrix.platform }}
|
|
2040
2040
|
needs: [plan-staging, release-source-staging]
|
|
2041
|
-
if: \${{ (github.event_name == 'push' && 'deploy' || inputs.action) == 'deploy' &&
|
|
2041
|
+
if: \${{ always() && (github.event_name == 'push' && 'deploy' || inputs.action) == 'deploy' && needs.plan-staging.result == 'success' && needs.plan-staging.outputs.slice_projects != '' && needs.release-source-staging.result == 'success' }}
|
|
2042
2042
|
strategy:
|
|
2043
2043
|
fail-fast: false
|
|
2044
2044
|
matrix:
|
|
@@ -2176,7 +2176,7 @@ ${stagingReleaseCandidateDownloadSteps(downloadArtifactAction)} - name: Res
|
|
|
2176
2176
|
container-promote-production:
|
|
2177
2177
|
name: promote reviewed OCI indexes to production
|
|
2178
2178
|
needs: [plan-production, release-source-production]
|
|
2179
|
-
if: \${{ always() && needs.plan-production.result == 'success' && needs.release-source-production.result == 'success' &&
|
|
2179
|
+
if: \${{ always() && needs.plan-production.result == 'success' && needs.release-source-production.result == 'success' && needs.plan-production.outputs.slice_projects != '' }}
|
|
2180
2180
|
runs-on: ubuntu-latest
|
|
2181
2181
|
environment: production
|
|
2182
2182
|
permissions:
|
|
@@ -2369,7 +2369,7 @@ ${planRoleAuditJob('production', configureAwsAction)}${planRoleAuditJob('staging
|
|
|
2369
2369
|
(
|
|
2370
2370
|
needs.release-source-production.result == 'success' &&
|
|
2371
2371
|
(
|
|
2372
|
-
|
|
2372
|
+
needs.plan-production.outputs.slice_projects == '' ||
|
|
2373
2373
|
needs.container-promote-production.result == 'success'
|
|
2374
2374
|
)
|
|
2375
2375
|
)
|
|
@@ -2463,7 +2463,7 @@ ${infrastructureCandidateDownloadSteps(downloadArtifactAction, {
|
|
|
2463
2463
|
runId: '${{ needs.release-source-production.outputs.candidate_run_id }}',
|
|
2464
2464
|
verifiedStagingRunId: '${{ needs.release-source-production.outputs.verified_staging_run_id }}',
|
|
2465
2465
|
})} - name: Restore exact production container bindings
|
|
2466
|
-
if: env.EBK_ACTION == 'deploy' &&
|
|
2466
|
+
if: env.EBK_ACTION == 'deploy' && needs.plan-production.outputs.slice_projects != ''
|
|
2467
2467
|
env:
|
|
2468
2468
|
ACTIONS_ID_TOKEN_REQUEST_TOKEN: ''
|
|
2469
2469
|
ACTIONS_ID_TOKEN_REQUEST_URL: ''
|
|
@@ -2524,7 +2524,7 @@ ${planRoleAuditStep('main', 'verify')}
|
|
|
2524
2524
|
(github.event_name == 'push' && 'deploy' || inputs.action) != 'unlock' &&
|
|
2525
2525
|
(
|
|
2526
2526
|
(github.event_name == 'push' && 'deploy' || inputs.action) != 'deploy' ||
|
|
2527
|
-
|
|
2527
|
+
needs.plan-staging.outputs.slice_projects == '' ||
|
|
2528
2528
|
needs.container-assemble-staging.result == 'success'
|
|
2529
2529
|
)
|
|
2530
2530
|
runs-on: ubuntu-latest
|
|
@@ -2614,7 +2614,7 @@ ${planApplicationBindingCheck()} case "$AWS_PLAN_ROLE_ARN" in
|
|
|
2614
2614
|
ACTIONS_ID_TOKEN_REQUEST_URL: ''
|
|
2615
2615
|
run: pnpm nx run ${name}:workspace-health
|
|
2616
2616
|
${stagingReleaseCandidateDownloadSteps(downloadArtifactAction)} - name: Restore exact staging container bindings
|
|
2617
|
-
if: env.EBK_ACTION == 'deploy' &&
|
|
2617
|
+
if: env.EBK_ACTION == 'deploy' && needs.plan-staging.outputs.slice_projects != ''
|
|
2618
2618
|
env:
|
|
2619
2619
|
ACTIONS_ID_TOKEN_REQUEST_TOKEN: ''
|
|
2620
2620
|
ACTIONS_ID_TOKEN_REQUEST_URL: ''
|
|
@@ -2671,7 +2671,7 @@ ${planRoleAuditStep('develop', 'verify')}
|
|
|
2671
2671
|
needs.plan-staging.result == 'success' &&
|
|
2672
2672
|
(
|
|
2673
2673
|
(github.event_name == 'push' && 'deploy' || inputs.action) != 'deploy' ||
|
|
2674
|
-
|
|
2674
|
+
needs.plan-staging.outputs.slice_projects == '' ||
|
|
2675
2675
|
needs.container-assemble-staging.result == 'success'
|
|
2676
2676
|
) &&
|
|
2677
2677
|
(
|
|
@@ -2733,7 +2733,7 @@ ${stagingReleaseCandidateDownloadSteps(downloadArtifactAction)} - name: Res
|
|
|
2733
2733
|
name: infrastructure-plan-staging-\${{ github.run_id }}-\${{ github.run_attempt }}
|
|
2734
2734
|
path: .
|
|
2735
2735
|
- name: Restore exact staging container bindings
|
|
2736
|
-
if: env.EBK_ACTION == 'deploy' &&
|
|
2736
|
+
if: env.EBK_ACTION == 'deploy' && needs.plan-staging.outputs.slice_projects != ''
|
|
2737
2737
|
uses: ${downloadArtifactAction}
|
|
2738
2738
|
with:
|
|
2739
2739
|
name: container-release-staging-\${{ github.run_id }}-\${{ github.run_attempt }}
|
|
@@ -3325,7 +3325,7 @@ ${stagingReleaseCandidateDownloadSteps(downloadArtifactAction)} - name: Res
|
|
|
3325
3325
|
needs.plan-production.result == 'success' &&
|
|
3326
3326
|
(
|
|
3327
3327
|
(github.event_name == 'push' && 'deploy' || inputs.action) != 'deploy' ||
|
|
3328
|
-
|
|
3328
|
+
needs.plan-production.outputs.slice_projects == '' ||
|
|
3329
3329
|
needs.container-promote-production.result == 'success'
|
|
3330
3330
|
) &&
|
|
3331
3331
|
(
|
|
@@ -3470,7 +3470,7 @@ ${stagingReleaseCandidateDownloadSteps(downloadArtifactAction)} - name: Res
|
|
|
3470
3470
|
name: infrastructure-plan-production-\${{ github.run_id }}-\${{ github.run_attempt }}
|
|
3471
3471
|
path: .
|
|
3472
3472
|
- name: Restore exact production container bindings
|
|
3473
|
-
if: env.EBK_ACTION == 'deploy' &&
|
|
3473
|
+
if: env.EBK_ACTION == 'deploy' && needs.plan-production.outputs.slice_projects != ''
|
|
3474
3474
|
uses: ${downloadArtifactAction}
|
|
3475
3475
|
with:
|
|
3476
3476
|
name: container-release-production-\${{ github.run_id }}-\${{ github.run_attempt }}
|