Commit Graph

5234 Commits

Author SHA1 Message Date
RainbowMango 65d074c7ed Fix typo on concepts picture
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-06-11 15:36:26 +08:00
karmada-bot c426e975f1
Merge pull request #5015 from grosser/grosser/1.22
update to go 1.22
2024-06-11 09:16:39 +08:00
Michael Grosser 9a3bb2b7ae
update to go 1.22
Signed-off-by: Michael Grosser <michael@grosser.it>
2024-06-07 17:14:06 -07:00
karmada-bot 049ddc6d1f
Merge pull request #5020 from XiShanYongYe-Chang/remove=pp-namespce-name-labels
Remove pp/cpp namespace/name labels
2024-06-07 10:59:35 +08:00
karmada-bot b8bf8fc4d2
Merge pull request #5007 from XiShanYongYe-Chang/add-e2e-for-remedy
Add e2e for remedy
2024-06-06 20:39:35 +08:00
karmada-bot f2633a43a9
Merge pull request #5012 from mszacillo/unschedulable-plugin-fix
Account for unschedulable plugin result during maxreplica estimation
2024-06-06 10:13:35 +08:00
mszacillo 23c9dc9a1e Account for unschedulable plugin result during maxreplica estimation
Signed-off-by: mszacillo <mszacillo@bloomberg.net>
2024-06-05 09:43:48 -04:00
karmada-bot d05b92153b
Merge pull request #4998 from chaosi-zju/dev
fix demo for dependencyInterpretation
2024-06-05 10:50:34 +08:00
chaosi-zju 3c731e5d08 fix demo for dependencyInterpretation
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-06-04 11:50:30 +08:00
changzhen 64a5d0fa7a remove pp/cpp namespace/name labels
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-06-03 09:58:19 +08:00
karmada-bot 37dd12f459
Merge pull request #5013 from zhzhuang-zju/release1.9.2
Add release notes of v1.7.5, v1.8.4, v1.9.2
2024-06-03 09:48:32 +08:00
zhzhuang-zju 65356ed876 Add release notes of v1.7.5, v1.8.4, v1.9.2
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-06-02 16:46:06 +08:00
karmada-bot c181917f3c
Merge pull request #4981 from zhzhuang-zju/releasenote1.10
Add release notes of v1.10
2024-05-31 17:53:30 +08:00
zhzhuang-zju f2ba047128 Add release notes of v1.10
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-05-31 17:03:34 +08:00
changzhen 87a1938643 add e2e for remedy
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-31 16:56:57 +08:00
changzhen 26abce8b6a add e2e for remedy
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-31 15:46:33 +08:00
karmada-bot a8c672381c
Merge pull request #5005 from yanfeng1992/fix-register-clusternamespace
fix register cluster creates agent missing --cluster-namespace parameter
2024-05-30 21:51:29 +08:00
huangyanfeng 2a10b8b314 fix register cluster creates agent missing --cluster-namespace parameter
Signed-off-by: huangyanfeng <huangyanfeng1992@gmail.com>
2024-05-30 20:04:32 +08:00
karmada-bot eb4a10de96
Merge pull request #5004 from XiShanYongYe-Chang/fix-5003
fix upgrade error with #5003
2024-05-30 19:43:29 +08:00
changzhen 6edf69debb fix upgrade error with #5003
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-30 18:07:07 +08:00
karmada-bot 9c85fbddf9
Merge pull request #4997 from XiShanYongYe-Chang/remove-unused-id-label
remove unused id label in the dependencise distributor
2024-05-30 11:22:29 +08:00
karmada-bot 6058fe124f
Merge pull request #4989 from XiShanYongYe-Chang/fix-1741
Fix depended-by label value exceed 63 characters in dependencies-distributor
2024-05-29 14:39:28 +08:00
changzhen ffa2f8c8f6 remove unused id label in the dependencise distributor
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-29 14:27:32 +08:00
changzhen d7419fe1f8 fix depended-by label value exceed 63 characters
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-29 11:55:29 +08:00
karmada-bot c4ee8dbf78
Merge pull request #4992 from RainbowMango/pr_enable_deprecation_check
Enable deprecation check and bump golangci-lint to v1.59.0
2024-05-29 10:49:28 +08:00
karmada-bot 6fbdd9e7da
Merge pull request #4982 from XiShanYongYe-Chang/add-verify-dependencies-response
add verify for customized dependencies response
2024-05-28 23:46:28 +08:00
changzhen 8ec02ca39b add verify for all kinds of interpters with InterpretDependency operation
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-28 20:00:00 +08:00
RainbowMango c34d383fc6 Enable deprecation check, which was disabled during bump kubernetes to v1.27
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-05-28 16:01:02 +08:00
karmada-bot d676996b24
Merge pull request #4719 from liangyuanpeng/cleanup_k8sutils_pointer
Cleanup the deprecated package of  k8s.io/utils/pointer.
2024-05-28 15:35:27 +08:00
Lan Liang ed0f26c328 cleanup pointer, use ptr.Toto obtain a pointer, ptr.Deref to dereference a pointer.
The new k8s.io/utils/ptr package provides generic wrapper functions,
which can be used instead of type-specific pointer wrapper functions.
This replaces the latter with the former, and migrates other uses of
the deprecated pointer package to ptr in affacted files.

See kubernetes/utils#283 for details.

Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-05-28 05:32:33 +00:00
karmada-bot d62287fb79
Merge pull request #4984 from RainbowMango/pr_nominate_ownersconfig
nominate infra owners
2024-05-28 10:12:26 +08:00
karmada-bot 052fd2f189
Merge pull request #2723 from wzshiming/fix/cfssl
Bump cfssl
2024-05-27 14:24:26 +08:00
karmada-bot be1a4fbbe2
Merge pull request #4894 from chaosi-zju/reschedule-delete
support auto delete WorkloadRebalancer when time up
2024-05-27 11:34:26 +08:00
karmada-bot 293ba7b188
Merge pull request #4985 from whitewindmills/skip-deleting-binding
Skip schedule deleting bindings
2024-05-27 11:16:26 +08:00
Shiming Zhang fca8451ded Bump cfssl
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
2024-05-27 10:02:41 +08:00
chaosi-zju a8b4050ee7 support auto delete WorkloadRebalancer when time up.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-05-27 09:56:06 +08:00
karmada-bot 81acb31844
Merge pull request #4983 from XiShanYongYe-Chang/add-dependencies-finalizer-for-binding
add binding dependencies distributor finalizer to the independent binding
2024-05-25 17:08:24 +08:00
changzhen 89f8a1bf36 add binding dependencies distributor finalizer to the independent binding
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-25 15:45:35 +08:00
karmada-bot d465fcda72
Merge pull request #4980 from XiShanYongYe-Chang/update-binding-name-and-comments
cleanup: update relate binding name and comments for ease of understanding
2024-05-25 11:46:24 +08:00
changzhen 89088a6fe2 update relate binding name and comments for ease of understanding
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-05-25 10:55:31 +08:00
whitewindmills b43e93136a Skip schedule deleting bindings
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-05-24 17:19:10 +08:00
karmada-bot 2220124b4d
Merge pull request #4974 from karmada-io/dependabot/github_actions/aquasecurity/trivy-action-0.21.0
Bump aquasecurity/trivy-action from 0.20.0 to 0.21.0
2024-05-24 12:06:23 +08:00
RainbowMango 073d169931 nominate infra owners
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-05-24 11:44:35 +08:00
karmada-bot f414fa04b8
Merge pull request #4970 from liangyuanpeng/ci_k8s1.30
ci: add kubernetes 1.30
2024-05-24 11:07:24 +08:00
karmada-bot cee1c1a691
Merge pull request #4698 from chaosi-zju/reschedule
Proposal of introducing a rebalance mechanism to actively trigger rescheduling of resource
2024-05-24 09:09:23 +08:00
chaosi-zju 0e1922cb95 Proposal of introducing a rebalance mechanism to actively trigger rescheduling of resource.
Signed-off-by: chaosi-zju <chaosi@zju.edu.cn>
2024-05-23 19:42:02 +08:00
karmada-bot 0084c8a97e
Merge pull request #4973 from karmada-io/dependabot/docker/cluster/images/alpine-3.20.0
Bump alpine from 3.19.1 to 3.20.0 in /cluster/images
2024-05-23 16:09:23 +08:00
dependabot[bot] 1ae145c7f3
Bump aquasecurity/trivy-action from 0.20.0 to 0.21.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.20.0...0.21.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>
2024-05-23 06:40:08 +00:00
dependabot[bot] 2ad9c25a44
Bump alpine from 3.19.1 to 3.20.0 in /cluster/images
Bumps alpine from 3.19.1 to 3.20.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 06:40:06 +00:00
karmada-bot 33350b2f91
Merge pull request #4932 from liangyuanpeng/auto_bump_docker
chore: support auto bump container images with dependabot.
2024-05-23 14:39:23 +08:00