Commit Graph

6464 Commits

Author SHA1 Message Date
karmada-bot 15474e8b03
Merge pull request #6212 from seanlaii/bump-go-mockery
Bump mockery version to v2.53.3
2025-03-24 19:34:43 +08:00
wei-chenglai 6d0221bd26 Bump mockery to 2.53.3
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-23 23:03:04 -04:00
karmada-bot dc3a3305c7
Merge pull request #6225 from seanlaii/bump-go-net
Bump golang.org/x/net to 0.37.0
2025-03-24 10:50:43 +08:00
wei-chenglai e44362a51c Bump golang.org/x/net to 0.37.0
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-23 21:52:46 -04:00
karmada-bot 0235dc67c9
Merge pull request #6218 from seanlaii/bump-go-ci-lint
Bump golang to 1.23.7 and golangci-lint to 1.64.8
2025-03-24 09:25:42 +08:00
wei-chenglai d231a87aed Bump golang to 1.23.7 and golangci-lint to 1.64.8
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-22 13:03:28 -04:00
karmada-bot 85b745b38a
Merge pull request #6214 from jabellard/agent-fix
Fix segmentation violation error in `agent` component
2025-03-22 15:13:41 +08:00
karmada-bot 56b72f1a80
Merge pull request #6220 from warjiang/fix/typo-error
fix: typo error in karmadactl register
2025-03-21 11:46:40 +08:00
warjiang 8e4603af66 fix: typo error in karmadactl register
Signed-off-by: dingwenjiang <dingwenjiang@bytedance.com>
2025-03-21 10:51:25 +08:00
karmada-bot 6810e88643
Merge pull request #6043 from vie-serendipity/feat/suspend
feat: replace instruction annotation with work suspendDispatching field
2025-03-20 17:21:40 +08:00
karmada-bot 9a92463c8b
Merge pull request #6211 from RainbowMango/pr_orgnize_indexer
Update Works index with a unique name
2025-03-20 16:56:39 +08:00
karmada-bot 0713e4b9be
Merge pull request #6044 from kubeservice-stack/add-operator-metrics
feat: add operator build_info metrics and go runtime metrics
2025-03-20 16:31:41 +08:00
karmada-bot 2a25f5b555
Merge pull request #6145 from CharlesQQ/rate-limit-fix
add the ratelimiter options parameter for controllers that are missing it
2025-03-20 15:57:40 +08:00
dongjiang 276cb0d3d7
add build info and go runtime metrics
Signed-off-by: dongjiang <dongjiang1989@126.com>
Co-Authored-By: Copilot <175728472+Copilot@users.noreply.github.com>
2025-03-20 15:31:38 +08:00
chang.qiangqiang 2b109eb9df fix(detector): add ratelimiteroptions for controllers
Signed-off-by: chang.qiangqiang <chang.qiangqiang@immomo.com>
2025-03-20 15:00:42 +08:00
Joe Nathan Abellard c0525e8715 Fix segmentation violation error in karmada-agent component
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-03-19 22:03:18 -04:00
RainbowMango e3244462d7 Update Works index with a unique name
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2025-03-19 16:09:05 +08:00
karmada-bot b939368e08
Merge pull request #6206 from seanlaii/fix-local-up-cert
Fix the naming of the server certificate of karmada-scheduler-estimator
2025-03-19 15:07:39 +08:00
vie-serendipity 4b437e40f4 feat: replace instruction annotation with work suspendDispatching field
feat: rename workIndex and mv GetWorkSuspendDispatching to helper

feat: modify the style of Deprecated
Signed-off-by: vie-serendipity <2733147505@qq.com>

feat: label and annotate workloads even though work is suspended

Signed-off-by: vie-serendipity <2733147505@qq.com>

test: fix ut for CreateOrUpdateWork

Signed-off-by: vie-serendipity <2733147505@qq.com>
2025-03-19 15:04:55 +08:00
karmada-bot bc305c6563
Merge pull request #6184 from zhzhuang-zju/releasenote-new
gencomponentdocs support module all to generate all karmada components docs
2025-03-19 14:55:39 +08:00
karmada-bot 678362ba9a
Merge pull request #6207 from karmada-io/dependabot/github_actions/aquasecurity/trivy-action-0.30.0
build(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
2025-03-17 14:16:37 +08:00
dependabot[bot] ad76f52c61
build(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 05:13:53 +00:00
wei-chenglai 9db68191c1 Fix the naming of the server certificate of karmada-scheduler-estimato
Signed-off-by: wei-chenglai <qazwsx0939059006@gmail.com>
2025-03-15 17:15:40 -04:00
karmada-bot 6dfe381395
Merge pull request #6193 from jabellard/leaf-cert-validatity-imp
Add Support to Configure Leaf Certificate Validity Period in Karmada Operator
2025-03-13 16:48:34 +08:00
Joe Nathan Abellard b192c9c0d3 Support for custom leaf cert validity period
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-03-11 22:55:20 -04:00
karmada-bot 63ad83dfdd
Merge pull request #6173 from RainbowMango/pr_nominate_code_owners
Nominate code owners
2025-03-12 09:31:33 +08:00
karmada-bot 2b88a74123
Merge pull request #6198 from XiShanYongYe-Chang/remove-extra-symbol
remove extra symbol '/' in the karmada-aggregated-apiserver.yaml
2025-03-11 15:21:32 +08:00
changzhen 03c10992fb remove extra symbol '/' in the karmada-aggregated-apiserver.yaml
Signed-off-by: changzhen <changzhen5@huawei.com>
2025-03-11 14:22:07 +08:00
karmada-bot d6cc0c22db
Merge pull request #6196 from zhzhuang-zju/documentation
add helm index v1.13.0
2025-03-10 14:22:32 +08:00
karmada-bot 178f193ec1
Merge pull request #6148 from ctripcloud/object-watcher-metrics
update object watcher metrics and simplify cluster object version recording
2025-03-10 14:12:31 +08:00
karmada-bot 2dab8e4013
Merge pull request #6176 from jabellard/leaf-cert-validatity
Proposal: Add Support to Configure Leaf Certificate Validity Period in Karmada Operator
2025-03-10 11:33:31 +08:00
karmada-bot d3cf9b90c1
Merge pull request #6180 from jabellard/operator-cert-issue
Fix issues with running multiple Karmada instances in the same namespace
2025-03-10 11:30:31 +08:00
zhzhuang-zju 2cc457e211 add helm index v1.13.0
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-03-10 11:28:29 +08:00
karmada-bot 47b469a7df
Merge pull request #6191 from husnialhamdani/remove-deprecated-ca-cert-path
chore: remove deprecated --ca-cert-path from karmadactl
2025-03-10 09:36:31 +08:00
zach593 d226ce11f3 update object watcher metrics and simplify cluster object version recording
Signed-off-by: zach593 <zach_li@outlook.com>
2025-03-09 00:52:48 +08:00
Husni Alhamdani abe724ad57 chore: remove deprecated --ca-cert-path from karmadactl
Signed-off-by: Husni Alhamdani <dhanielluis@gmail.com>
2025-03-08 23:06:32 +07:00
karmada-bot 8d43fe2365
Merge pull request #6190 from zhzhuang-zju/documentation
move Maintainers to community repo
2025-03-07 17:08:29 +08:00
zhzhuang-zju 3d19825af9 harmonize maintainers to the primary one
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-03-07 15:28:35 +08:00
Joe Nathan Abellard 5652025362 Address comments
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-03-06 15:28:05 -05:00
zhzhuang-zju 6654fee4af gencomponentdocs support module all to generate all karmada components docs
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2025-03-04 17:32:59 +08:00
karmada-bot 824bd8d3e0
Merge pull request #6183 from karmada-io/dependabot/github_actions/slsa-framework/slsa-github-generator-2.1.0
build(deps): bump slsa-framework/slsa-github-generator from 2.0.0 to 2.1.0
2025-03-03 17:35:25 +08:00
karmada-bot 925d6c5732
Merge pull request #6182 from karmada-io/dependabot/github_actions/nick-fields/retry-3.0.2
build(deps): bump nick-fields/retry from 3.0.1 to 3.0.2
2025-03-03 15:41:24 +08:00
dependabot[bot] 8ac876ae93
build(deps): bump slsa-framework/slsa-github-generator
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 05:21:23 +00:00
dependabot[bot] 27d6436edf
build(deps): bump nick-fields/retry from 3.0.1 to 3.0.2
Bumps [nick-fields/retry](https://github.com/nick-fields/retry) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/nick-fields/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](https://github.com/nick-fields/retry/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: nick-fields/retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 05:21:20 +00:00
Joe Nathan Abellard a6e4a4de24 Fix issues with running multiple Karmada instances in the same namespace
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-03-01 17:22:38 -05:00
Joe Nathan Abellard a80be33e4a Fix issues with running multiple Karmada instances in the same namespace
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-03-01 17:10:17 -05:00
Joe Nathan Abellard 83fbe65bb3 Add design doc
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-02-28 14:27:01 -05:00
Joe Nathan Abellard f121f39e4c Add design doc
Signed-off-by: Joe Nathan Abellard <contact@jabellard.com>
2025-02-28 08:22:12 -05:00
karmada-bot 3b6c0e0fa2
Merge pull request #6159 from tw-mnewman/6144
Allow configuring karmada-apiserver OIDC via Helm
2025-02-28 20:32:22 +08:00
karmada-bot ecc12b4ce8
Merge pull request #6164 from zhzhuang-zju/releasenote-new
publish v1.13.0, v1.12.4, v1.11.7, v1.10.11
2025-02-28 18:18:22 +08:00