-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): major update opensearchproject/opensearch-dashboards docker tag to v3 - abandoned #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅
|
Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
---|---|---|---|---|---|---|
✅ BASH | shellcheck | 5 | 0 | 0 | 0.15s | |
shfmt | 5 | 1 | 0 | 0.01s | ||
✅ COPYPASTE | jscpd | yes | no | no | 1.49s | |
✅ DOCKERFILE | hadolint | 2 | 0 | 0 | 0.06s | |
✅ JSON | jsonlint | 4 | 0 | 0 | 0.15s | |
prettier | 4 | 1 | 0 | 0.76s | ||
✅ JSON | v8r | 4 | 0 | 0 | 3.09s | |
✅ REPOSITORY | git_diff | yes | no | no | 0.02s | |
✅ REPOSITORY | grype | yes | no | no | 28.27s | |
✅ REPOSITORY | syft | yes | no | no | 1.85s | |
✅ REPOSITORY | trivy | yes | no | no | 9.43s | |
✅ REPOSITORY | trivy-sbom | yes | no | no | 0.15s | |
✅ REPOSITORY | trufflehog | yes | no | no | 4.3s | |
prettier | 19 | 1 | 2 | 0.81s | ||
✅ YAML | v8r | 19 | 0 | 0 | 5.88s | |
yamllint | 19 | 6 | 0 | 0.69s |
Detailed Issues
⚠️ JSON / prettier - 1 error
Checking formatting...
[warn] config/pgadmin/servers.json
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] config/opensearch/security/config.yml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
⚠️ BASH / shfmt - 1 error
diff config/keycloak/keycloak_custom_role_creation.sh.orig config/keycloak/keycloak_custom_role_creation.sh
--- config/keycloak/keycloak_custom_role_creation.sh.orig
+++ config/keycloak/keycloak_custom_role_creation.sh
@@ -13,7 +13,7 @@
# Build the roles_definition_substitution string for $(env:DEMO_ROLES_DEFINITION)
roles_definition_substitution=""
for role in "${roles_array[@]}"; do
- roles_definition_substitution+="{\"name\":\"$role\"},"
+ roles_definition_substitution+="{\"name\":\"$role\"},"
done
# Remove the trailing comma
roles_definition_substitution="${roles_definition_substitution%,}"
@@ -21,7 +21,7 @@
# Build the client_roles_substitution string for $(env:DEMO_CLIENT_ROLES) using a loop
client_roles_substitution="["
for role in "${roles_array[@]}"; do
- client_roles_substitution+="\"$role\","
+ client_roles_substitution+="\"$role\","
done
# Remove the trailing comma
client_roles_substitution="${client_roles_substitution%,}"
@@ -29,7 +29,7 @@
# Perform substitutions and save to output file
sed -e "s/\$(env:DEMO_ROLES_DEFINITION)/$roles_definition_substitution/g" \
- -e "s/\$(env:DEMO_CLIENT_NAME)/$DEMO_CLIENT_NAME/g" \
- -e "s/\$(env:DEMO_CLIENT_SECRET)/$DEMO_CLIENT_SECRET/g" \
- -e "s/\$(env:DEMO_CLIENT_ROLES)/$client_roles_substitution/g" \
- "$input_file" > "$output_file"
\ No newline at end of file
+ -e "s/\$(env:DEMO_CLIENT_NAME)/$DEMO_CLIENT_NAME/g" \
+ -e "s/\$(env:DEMO_CLIENT_SECRET)/$DEMO_CLIENT_SECRET/g" \
+ -e "s/\$(env:DEMO_CLIENT_ROLES)/$client_roles_substitution/g" \
+ "$input_file" >"$output_file"
⚠️ YAML / yamllint - 6 errors
.github/workflows/e2e.yaml
4:1 warning truthy value should be one of [false, true] (truthy)
.github/workflows/megalinter.yaml
4:1 warning truthy value should be one of [false, true] (truthy)
config/opensearch/security/config.yml
41:23 error no new line character at the end of file (new-line-at-end-of-file)
config/opensearch_dashboards/opensearch_dashboards.yml
32:14 warning truthy value should be one of [false, true] (truthy)
docker-compose/kafka.yaml
79:8 warning missing starting space in comment (comments)
docker-compose/timescaledb.yaml
1:1 warning missing document start "---" (document-start)
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false
)
- Documentation: Custom Flavors
- Command:
npx [email protected] --custom-flavor-setup --custom-flavor-linters BASH_SHELLCHECK,BASH_SHFMT,COPYPASTE_JSCPD,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,REPOSITORY_GIT_DIFF,REPOSITORY_GRYPE,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R
b70e4c7
to
d032f74
Compare
…ards-opensearchproject-opensearch-dashboards-3.x
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
2.19.3
->3.2.0
Release Notes
opensearch-project/OpenSearch-Dashboards (opensearchproject/opensearch-dashboards)
v3.2.0
Compare Source
💥 Breaking Changes
Deprecations
🛡 Security
📈 Features/Enhancements
🐛 Bug Fixes
source = *
when query starts withshow *
(#10260)🚞 Infrastructure
📝 Documentation
@ps48
) as a maintainer (#9976)🛠 Maintenance
// @​ts-expect-error
instead of ts_error_baseline (#9931)🪛 Refactoring
🔩 Tests
v3.1.0
Compare Source
💥 Breaking Changes
Deprecations
🛡 Security
[email protected]
as a nested dependency (#9838)📈 Features/Enhancements
isDisabled
andgetTooltip
(#9696)🐛 Bug Fixes
🚞 Infrastructure
📝 Documentation
🛠 Maintenance
🪛 Refactoring
🔩 Tests
v3.0.0
Compare Source
💥 Breaking Changes
Deprecations
🛡 Security
📈 Features/Enhancements
🐛 Bug Fixes
🚞 Infrastructure
📝 Documentation
🛠 Maintenance
🪛 Refactoring
🔩 Tests
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 12pm and before 4pm every weekday" in timezone Europe/Copenhagen.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.