Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kubernetes/dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Apr 8, 2024
2 parents 62d3bc5 + a5f28e4 commit 6becc85
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=match,pattern=\d+\.\d+\.\d+
type=sha
- uses: docker/[email protected]
- uses: docker/setup-buildx-action@v3.2.0
- uses: docker/setup-buildx-action@v3.3.0
with:
config: .github/buildkitd.toml
- uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=match,pattern=\d+\.\d+\.\d+
type=sha
- uses: docker/[email protected]
- uses: docker/setup-buildx-action@v3.2.0
- uses: docker/setup-buildx-action@v3.3.0
with:
config: .github/buildkitd.toml
- uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-metrics-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=match,pattern=\d+\.\d+\.\d+
type=sha
- uses: docker/[email protected]
- uses: docker/setup-buildx-action@v3.2.0
- uses: docker/setup-buildx-action@v3.3.0
with:
config: .github/buildkitd.toml
- uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
type=match,pattern=\d+\.\d+\.\d+
type=sha
- uses: docker/[email protected]
- uses: docker/setup-buildx-action@v3.2.0
- uses: docker/setup-buildx-action@v3.3.0
with:
config: .github/buildkitd.toml
- uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- working-directory: modules/web
run: yarn
- run: PATH=$PATH:$GOPATH/bin make coverage
- uses: codecov/codecov-action@v4.1.1
- uses: codecov/codecov-action@v4.2.0
with:
directory: ./.tmp
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion modules/common/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
toolchain go1.22.0

require (
github.com/apache/skywalking-eyes v0.5.0
github.com/apache/skywalking-eyes v0.6.0
github.com/cosmtrek/air v1.51.0
github.com/golangci/golangci-lint v1.57.2
k8s.io/code-generator v0.29.2
Expand Down
4 changes: 2 additions & 2 deletions modules/common/tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/alingse/asasalint v0.0.11 h1:SFwnQXJ49Kx/1GghOFz1XGqHYKp21Kq1nHad/0WQ
github.com/alingse/asasalint v0.0.11/go.mod h1:nCaoMhw7a9kSJObvQyVzNTPBDbNpdocqrSP7t/cW5+I=
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
github.com/apache/skywalking-eyes v0.5.0 h1:X41jAhmnJazHuR5mOGt1nZA7mFaAluf9mvB1JBzr5xI=
github.com/apache/skywalking-eyes v0.5.0/go.mod h1:rwVEbfh8GovISedSOc7nHGrcnkQ7sfTc31iYU5hSpEE=
github.com/apache/skywalking-eyes v0.6.0 h1:qlEE8Wgy6fKXusxAOrI7ANNdO9vKfiGNczI6kygMR4o=
github.com/apache/skywalking-eyes v0.6.0/go.mod h1:rwVEbfh8GovISedSOc7nHGrcnkQ7sfTc31iYU5hSpEE=
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c h1:651/eoCRnQ7YtSjAnSzRucrJz+3iGEFt+ysraELS81M=
github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
Expand Down
10 changes: 5 additions & 5 deletions modules/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"@angular/cli": "16.2.0",
"@angular/compiler-cli": "16.2.1",
"@angular/language-service": "16.2.1",
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.3",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/register": "7.23.7",
"@cypress/webpack-preprocessor": "6.0.1",
"@graphql-mesh/cli": "0.89.8",
Expand All @@ -104,7 +104,7 @@
"@types/jest": "29.5.12",
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.3",
"@types/node": "20.12.5",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"codelyzer": "6.0.2",
Expand All @@ -129,13 +129,13 @@
"lodash-es": "4.17.21",
"minimatch": "9.0.4",
"minimist": "1.2.8",
"ng-extract-i18n-merge": "2.11.1",
"ng-extract-i18n-merge": "2.11.2",
"node-gyp": "10.1.0",
"prettier": "3.2.5",
"q": "1.5.1",
"raw-loader": "4.0.2",
"run-node": "2.0.0",
"sass": "1.72.0",
"sass": "1.74.1",
"sass-loader": "14.1.1",
"semver": "7.6.0",
"source-map-explorer": "2.5.3",
Expand Down
Loading

0 comments on commit 6becc85

Please sign in to comment.