Commit 68c8408
committed
fix(deps): update required_provider to latest for the deployable architecture solution
1 parent f313008 commit 68c8408
File tree
3 files changed
+27
-11
lines changed- solutions/fully-configurable
3 files changed
+27
-11
lines changedSubmodule common-dev-assets updated 29 files
- .github/workflows/ci.yml+1-1
- .gitignore+1
- .secrets.baseline+2-2
- README.md+30-1
- common-go-assets/common-permanent-resources.yaml+3-3
- commonRenovateConfig.json+20-37
- da-assets/da-dependency-updater/README.md+67
- da-assets/da-dependency-updater/requirements.txt+5
- da-assets/da-dependency-updater/update_da_dependencies.py+245
- examples/Dockerfile+1-1
- module-assets/.pre-commit-config.yaml+31-5
- module-assets/ci/.typos.toml+4
- module-assets/ci/install-deps.sh+19-9
- module-assets/ci/run-cra-scc-v2.sh+1-1
- module-assets/ci/run-cra.sh+1-1
- module-assets/ci/run-tests.sh+1-1
- module-assets/ci/submoduleVersionCheck.sh+1-1
- module-assets/ci/terraformDocOverview.py+3-3
- module-assets/ci/terraformDocsUtils.py+1-1
- module-assets/ci/validateIbmCatalogJson.py+48-1
- pipeline-assets/contanerize.sh+8-2
- pipeline-assets/image_vuln_scan.sh+27-21
- scripts/update-multiple-repos/updateRepos.sh+1-1
- scripts/update-source/requirements.txt+2-2
- shared-pipeline/report.sh+28
- shared-pipeline/setup.sh+27
- stack-assets/.pre-commit-config.yaml+2-2
- stack-assets/stack-updater/requirements.txt+2-2
- stack-assets/stack-updater/update_stack_definition.py+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
90 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
95 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
96 | 104 | | |
97 | 105 | | |
98 | 106 | | |
99 | 107 | | |
100 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
101 | 111 | | |
102 | 112 | | |
103 | 113 | | |
| |||
415 | 425 | | |
416 | 426 | | |
417 | 427 | | |
418 | | - | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
419 | 431 | | |
420 | 432 | | |
421 | 433 | | |
| |||
450 | 462 | | |
451 | 463 | | |
452 | 464 | | |
453 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
454 | 468 | | |
455 | 469 | | |
456 | 470 | | |
| |||
476 | 490 | | |
477 | 491 | | |
478 | 492 | | |
479 | | - | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
480 | 496 | | |
481 | 497 | | |
482 | 498 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments