Naoki Oketani
Naoki Oketani
If npm audit returns non-zero status code, Action should run `npm audit fix` and open a Pull Request.
I'd like to update strip-ansi to 7.0.0. [email protected] is pure ESM, and so the way using the module has changed. ## reproduce Edit the package.json as below. ```diff diff --git...
**What would you like to be added**: Update package version. ``` npm version major|minor|patch ``` Update `dist/index.js`. ``` npm run all ``` Update README and `.github/workflows/daily.yml` to use the latest...
**What would you like to be added**: **Why is this needed**: [email protected] is outdated.
**What would you like to be added**: Action triggered by PR creates a comment if `npm audit` found vulnerabilities. When additional commit resolves the problem, the comment should be removed....
**What would you like to be added**: Enable eslint rule: @typescript-eslint/explicit-member-accessibility **Why is this needed**: The rule is temporarily off.
Statefulset in apps/v1beta1 is deprecated in Kubernetes v1.16. https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ It is used as below. ``` $ git grep apps/v1beta1 example/StatefulSet/mongo-statefulset.yaml:apiVersion: apps/v1beta1 ``` Currently, GKE is using v1.14 or v1.15, and...
https://grafana.com/grafana/plugins/grafana-kubernetes-app Overview > Documentation > Installation ``` NG) grafana-cli plugins install kubernetes-app OK) grafana-cli plugins install grafana-kubernetes-app ```
### Problem `public/plugins/grafana-kubernetes-datasource/img/logo.svg` not found http://localhost:3000/datasources/new  http://localhost:3000/datasources  ### Proposed Solution Update links to `public/plugins/grafana-kubernetes-app/img/logo.svg`.