-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge dev into master (#5557)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Artun Duman <[email protected]> Co-authored-by: Artun Duman <[email protected]> Co-authored-by: Cameron Meissner <[email protected]> Co-authored-by: Sylvain Boily <[email protected]> Co-authored-by: lilypan26 <[email protected]> Co-authored-by: Lily Pan <[email protected]> Co-authored-by: r2k1 <[email protected]> Co-authored-by: beilei <[email protected]> Co-authored-by: Ganeshkumar Ashokavardhanan <[email protected]> Co-authored-by: aks-node <[email protected]> Co-authored-by: Jason Jung <[email protected]> Co-authored-by: wenhug <[email protected]> Co-authored-by: Wen Huang <[email protected]> Co-authored-by: Tim Wright <[email protected]> Co-authored-by: Chou Hu <[email protected]> Co-authored-by: Devinwong <[email protected]> Co-authored-by: Junjie Zhang <[email protected]> Co-authored-by: Alison <[email protected]> Co-authored-by: Zachary <[email protected]> Co-authored-by: Zachary Bailey <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xinhe Li <[email protected]> Co-authored-by: Henry Li <[email protected]> Co-authored-by: Henry Li <[email protected]> Co-authored-by: Mikołaj Umański <[email protected]> Co-authored-by: Mikolaj Umanski <[email protected]> Co-authored-by: aks-node-assistant <[email protected]> Co-authored-by: anujmaheshwari1 <[email protected]> Co-authored-by: anujmaheshwari1 <[email protected]> Co-authored-by: aks-node-sig-release-assistant[bot] <190555641+aks-node-sig-release-assistant[bot]@users.noreply.github.com> Co-authored-by: Behzad Mirkhanzadeh <[email protected]> Co-authored-by: Ben Brady <[email protected]> Co-authored-by: Anlan Du <[email protected]> Co-authored-by: Andy Zhang <[email protected]> Co-authored-by: John Payne <[email protected]> Co-authored-by: Dallas Delaney <[email protected]> Co-authored-by: Santhosh Prabhu <[email protected]> Co-authored-by: Zachary Bailey <[email protected]> Co-authored-by: Nan Liu <[email protected]>
- Loading branch information
1 parent
632c07d
commit 79d2559
Showing
796 changed files
with
21,147 additions
and
15,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Buf CI | ||
on: | ||
push: | ||
paths: | ||
- "aks-node-controller/proto/**" | ||
- "aks-node-controller/buf.yaml" | ||
- ".github/workflows/buf.yaml" | ||
pull_request: | ||
types: [opened, synchronize, reopened, labeled, unlabeled] | ||
paths: | ||
- "aks-node-controller/proto/**" | ||
- "aks-node-controller/buf.yaml" | ||
- ".github/workflows/buf.yaml" | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
jobs: | ||
buf: | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bufbuild/buf-action@v1 | ||
with: | ||
input: aks-node-controller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.