Skip to content

Commit

Permalink
add info extract from addon
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmathia committed Jan 31, 2024
1 parent 8b1176f commit f29d977
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 2 deletions.
97 changes: 97 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,3 +937,100 @@ Kexa/rules/rules-with-var.yaml was changed
package-lock.json was changed


## 1.12.2-SNAPSHOT.33.8b1176f

### Files added: 10

.github/ISSUE_TEMPLATE/bug_report.md was added

.github/ISSUE_TEMPLATE/feature_request.md was added

CODE_OF_CONDUCT.md was added

CONTRIBUTING.md was added

Kexa/rules/awsSetRules.yaml was added

Kexa/rules/rules-with-var.yaml was added

Kexa/services/addOn/imports/awsPackage.import.ts was added

Kexa/services/addOn/imports/scripts/awsPackageInstall.script.sh was added

Kexa/services/addOn/imports/scripts/azurePackageInstall.script.sh was added

SECURITY.md was added

### Files changed: 35

.github/ISSUE_TEMPLATE/bug_report.md was changed

.github/ISSUE_TEMPLATE/feature_request.md was changed

CODE_OF_CONDUCT.md was changed

CONTRIBUTING.md was changed

Kexa/rules/awsSetRules.yaml was changed

Kexa/rules/rules-with-var.yaml was changed

Kexa/services/addOn/imports/awsPackage.import.ts was changed

Kexa/services/addOn/imports/scripts/awsPackageInstall.script.sh was changed

Kexa/services/addOn/imports/scripts/azurePackageInstall.script.sh was changed

SECURITY.md was changed

.github/workflows/ci.yml was changed

CHANGELOG.md was changed

Kexa/__tests__/rules/test1/rule-test.yaml was changed

Kexa/__tests__/rules/test2/rule-test.yaml was changed

Kexa/__tests__/rules/test2/rule-test2.yaml was changed

Kexa/__tests__/rules/test3/rule-test.yaml was changed

Kexa/models/aws/config.models.ts was changed

Kexa/models/aws/ressource.models.ts was changed

Kexa/rules/Economy.yaml was changed

Kexa/rules/OperationalExcellence.yaml was changed

Kexa/rules/Security.yaml was changed

Kexa/rules/rulesByProvider/awsSetRules.yaml was changed

Kexa/services/addOn/awsGathering.service.ts was changed

Kexa/services/addOn/azureGathering.service.ts was changed

Kexa/services/addOn/display/awsDisplay.service.ts was changed

Kexa/services/addOn/imports/azurePackage.import.ts was changed

Kexa/services/addOn/save/amazonS3Save.service.ts was changed

Kexa/services/analyse.service.ts was changed

Kexa/services/manageVarEnvironnement.service.ts was changed

Kexa/services/updateCapability.service.ts was changed

README.md was changed

VERSION was changed

capacity.json was changed

package-lock.json was changed

package.json was changed


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.2-SNAPSHOT.30.2d3d2cb
1.12.2-SNAPSHOT.33.8b1176f
3 changes: 3 additions & 0 deletions capacity.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@
"RDSClient.DBProxyTargets",
"RDSClient.DBRecommendations",
"RDSClient.DBSecurityGroups",
"RDSClient.DBShardGroups",
"RDSClient.DBSnapshotAttributes",
"RDSClient.DBSnapshotTenantDatabases",
"RDSClient.DBSnapshots",
Expand Down Expand Up @@ -622,6 +623,7 @@
"CodeBuildClient.Builds",
"CodeBuildClient.BuildsForProject",
"CodeBuildClient.CuratedEnvironmentImages",
"CodeBuildClient.Fleets",
"CodeBuildClient.Projects",
"CodeBuildClient.ReportGroups",
"CodeBuildClient.Reports",
Expand Down Expand Up @@ -958,6 +960,7 @@
"CloudTrailClient.EventDataStores",
"CloudTrailClient.ImportFailures",
"CloudTrailClient.Imports",
"CloudTrailClient.InsightsMetricData",
"CloudTrailClient.PublicKeys",
"CloudTrailClient.Queries",
"CloudTrailClient.Tags",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
"typescript": "^4.9.5"
},
"name": "Kexa",
"version": "1.12.2-SNAPSHOT.30.2d3d2cb",
"version": "1.12.2-SNAPSHOT.33.8b1176f",
"main": "./build/index.js",
"scripts": {
"postinstall": "node-config-ts",
Expand Down

0 comments on commit f29d977

Please sign in to comment.