This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Commit 23ecbe3
committed
fix(deps): update required_provider to latest for the deployable architecture solution
1 parent 444ce4c commit 23ecbe3
File tree
6 files changed
+22
-22
lines changed- solutions
- quickstart
- standard
6 files changed
+22
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
Submodule common-dev-assets updated 39 files
- .github/workflows/ci.yml+1-1
- .gitignore+1
- .secrets.baseline+21-3
- README.md+30-1
- common-go-assets/common-permanent-resources.yaml+55-25
- commonRenovateConfig.json+20-39
- 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+250
- examples/Dockerfile+3-1
- examples/mock_tf_code/main.tf+14
- examples/mock_tf_code/variables.tf+5
- module-assets/.pre-commit-config.yaml+220-179
- module-assets/Makefile-4
- module-assets/ci/.typos.toml+5
- module-assets/ci/install-deps.sh+168-26
- 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-17
- module-assets/ci/submoduleVersionCheck.sh+1-1
- module-assets/ci/terraformConfigInspect.py+2-2
- module-assets/ci/terraformDocGoMod.py+3-5
- module-assets/ci/terraformDocOverview.py+28-14
- module-assets/ci/terraformDocs.py+3-3
- module-assets/ci/terraformDocsUtils.py+4-4
- module-assets/ci/validateIbmCatalogJson.py+223
- module-assets/ci/validateJsonTemplate.py+20-9
- module-assets/docker.env-6
- pipeline-assets/contanerize.sh+8-2
- pipeline-assets/image_vuln_scan.sh+27-21
- renovate.json-13
- scripts/update-multiple-repos/updateRepos.sh+1-1
- scripts/update-source/requirements.txt+2-2
- scripts/update-source/run-update-src.py+2-2
- shared-pipeline/report.sh+28
- shared-pipeline/setup.sh+27
- stack-assets/.pre-commit-config.yaml+3-6
- stack-assets/stack-updater/requirements.txt+4-4
- stack-assets/stack-updater/update_stack_definition.py+4-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments