Skip to content

Commit be38af7

Browse files
authored
chore: Backport (03/26/2026) (#1280)
2 parents 3a9e131 + 35cd69a commit be38af7

File tree

94 files changed

+3722
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+3722
-324
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: "[Feature]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
paths-ignore: [docs/**, "**.md", "**.mdx", "**.png", "**.jpg"]
1414

1515
env:
16-
GO_VERSION: '1.24.13'
16+
GO_VERSION: '1.25.8'
1717
CERT_MANAGER_VERSION: 'v1.16.2'
1818

1919
jobs:

.github/workflows/code-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
# Common versions
17-
GO_VERSION: "1.24.13"
17+
GO_VERSION: "1.25.8"
1818

1919
jobs:
2020
detect-noop:
@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v6.0.2
8080

8181
- name: Set up Helm
82-
uses: azure/setup-helm@v4
82+
uses: azure/setup-helm@v5
8383
with:
8484
version: v3.17.0
8585

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
15+
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
1616
with:
1717
egress-policy: audit
1818

.github/workflows/pr-title-lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
name: PR Title Checker
2+
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
27
on:
38
pull_request:
49
types:

.github/workflows/release.yml

Whitespace-only changes.

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
MEMBER_AGENT_IMAGE_NAME: member-agent
1919
REFRESH_TOKEN_IMAGE_NAME: refresh-token
2020

21-
GO_VERSION: '1.24.13'
21+
GO_VERSION: '1.25.8'
2222

2323
jobs:
2424
export-registry:

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
paths-ignore: [docs/**, "**.md", "**.mdx", "**.png", "**.jpg"]
1818

1919
env:
20-
GO_VERSION: '1.24.13'
20+
GO_VERSION: '1.25.8'
2121

2222
jobs:
2323
detect-noop:

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
run:
22
timeout: 15m
3-
go: '1.24.13'
3+
go: '1.25.8'
44

55
linters-settings:
66
stylecheck:

MAINTAINERS.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# The KubeFleet Maintainers
22

3-
| Maintainer | Organization | GitHub Username |
4-
|-------------|--------------|-------------------------------------------------------|
5-
| Ryan Zhang | Microsoft | [@ryanzhang-oss](https://github.com/ryanzhang-oss) |
6-
| Zhiying Lin | Microsoft | [@zhiying-lin](https://github.com/zhiying-lin) |
7-
| Chen Yu | Microsoft | [@michaelawyu](https://github.com/michaelawyu) |
3+
| Maintainer | Organization | GitHub Username |
4+
|----------------|--------------|----------------------------------------------------|
5+
| Ryan Zhang | Microsoft | [@ryanzhang-oss](https://github.com/ryanzhang-oss) |
6+
| Zhiying Lin | Microsoft | [@zhiying-lin](https://github.com/zhiying-lin) |
7+
| Chen Yu | Microsoft | [@michaelawyu](https://github.com/michaelawyu) |
8+
| Wei Weng | Microsoft | [@weng271190436](https://github.com/weng271190436) |
9+
| Yetkin Timocin | Microsoft | [@ytimocin](https://github.com/ytimocin) |
10+
| Simon Waight | Microsoft | [@sjwaight](https://github.com/sjwaight) |

0 commit comments

Comments
 (0)