kubevela.github.io
kubevela.github.io copied to clipboard
KubeVela documentations and website (https://kubevela.io).
1 Golang version 1.17+ 2 Kubernetes version v1.20+ with ~/.kube/config configured. 3 ginkgo 1.14.0+ (just for E2E test) 4 golangci-lint 1.38.0+, it will install automatically if you run make, you...
resolve https://github.com/kubevela/kubevela.github.io/issues/1325
asciinema-player ^3.6.3 → ^3.7.1 mermaid ^10.7.0 → ^10.9.0 sass ^1.70.0 → ^1.75.0
### Description of your changes fix component name I have: - [x] Read and followed KubeVela's [contribution process](https://github.com/kubevela/kubevela/blob/master/contribute/create-pull-request.md). - [ ] Update `sidebar.js` if adding a new page. - [...
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry')...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
### Description of your changes Changed disabled to disable  I have: - [X] Read and followed KubeVela's [contribution process](https://github.com/kubevela/kubevela/blob/master/contribute/create-pull-request.md). - [ ] Update `sidebar.js` if adding a new page....
### Description of your changes Closes #1302 Update `.github/workflows/image.yml` to use environment file instead of deprecated `set-output` command. For more information, see: [https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) I found the workflow file that use...