Commit Graph

5393 Commits

Author SHA1 Message Date
zhzhuang-zju 3412a8ab2c Add release notes of v1.8.6, v1.9.5, v1.10.3
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-07-18 15:05:30 +08:00
karmada-bot 1bf93364af
Merge pull request #5204 from liangyuanpeng/statefulset_generation
Align federated StatefulSet's observedGeneration semantics with its native
2024-07-18 11:13:10 +08:00
karmada-bot a389fa2f8b
Merge pull request #5167 from whitewindmills/kruise-ds-generation
Align federated daemonsets.apps.kruise.io observedGeneration semantics with its native
2024-07-18 10:27:10 +08:00
karmada-bot a87ec2a61a
Merge pull request #5190 from mohamedawnallah/testKarmadactlGetCommand
test/e2e/karmadactl_test.go: test get command
2024-07-17 15:43:10 +08:00
Mohamed Awnallah d2a47dde53
test/e2e/karmadactl_test.go: test get command
In this commit, we test `karmadactl get` command
on existing resource, non-existing resource, and
invalid resource type.

Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
2024-07-17 09:44:31 +03:00
karmada-bot a5934ab78e
Merge pull request #5192 from mohamedawnallah/testKarmadactlVersionCommand
test/e2e/karmadactl_test.go: test version command
2024-07-17 14:15:10 +08:00
Mohamed Awnallah 1fc977e38c
test/e2e/karmadactl_test.go: test version command
In this commit, we test `karmadactl version` command to
make sure it return valid information and return error
when invalid flag is provided.

Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
2024-07-17 06:40:45 +03:00
karmada-bot a5070c758b
Merge pull request #5188 from XiShanYongYe-Chang/fix-residual-work-in-mcs
Fix the issue of residual work in the MultiClusterService feature.
2024-07-17 11:09:10 +08:00
karmada-bot 7bbe9987b3
Merge pull request #5140 from zhzhuang-zju/security-insight
add security-insights.yml
2024-07-17 11:08:10 +08:00
karmada-bot 7f57502e2a
Merge pull request #5195 from mohamedawnallah/testKarmadactlLogsCommand
test/e2e/karmadactl_test.go: test logs command
2024-07-17 10:26:10 +08:00
zhzhuang-zju 7a55f03e58 add security-insights.yml
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
2024-07-17 10:19:15 +08:00
karmada-bot 8736fae16e
Merge pull request #5209 from liangyuanpeng/karmada_apiserver_1.29
Update karmada-apiserve and kube-controller-manager to v1.29.6 by default.
2024-07-17 09:27:09 +08:00
Lan Liang 70cb862478 Update karmada-apiserve and kube-controller-manager to v1.29.6 by default.
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-07-16 14:01:19 +00:00
karmada-bot 8859cb944b
Merge pull request #5146 from RainbowMango/pr_bump_k8s_1302
Bump Kubernetes dependencies to v1.30.2
2024-07-16 16:26:08 +08:00
Lan Liang 0de6b285c8 Align federated StatefulSet's observedGeneration semantics with its native
Signed-off-by: Lan Liang <gcslyp@gmail.com>
2024-07-16 05:09:01 +00:00
Mohamed Awnallah 09ec78933d test/e2e/karmadactl_test.go: test logs command
In this commit, we test `karmadactl logs` command
on existing cluster, existing pod, non-existing pod,
non-existing cluster, and invalid input.

Signed-off-by: Mohamed Awnallah <mohamedmohey2352@gmail.com>
2024-07-15 10:32:42 +00:00
karmada-bot d4c58906ef
Merge pull request #5200 from karmada-io/dependabot/github_actions/aquasecurity/trivy-action-0.24.0
Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0
2024-07-15 16:05:08 +08:00
dependabot[bot] 69a55c357b
Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.23.0...0.24.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-07-15 05:36:56 +00:00
changzhen fc73d6759e Fix the issue of residual work in the MultiClusterService feature.
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-07-13 19:02:28 +08:00
RainbowMango e8164eeebd Adopt controller-runtime braking changes: generics support PR2783
Adopt controller-runtime breaking changes: make decoder as interface. PR2736

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-07-13 16:49:01 +08:00
RainbowMango 448b967421 Update crd gen
update swagger

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-07-13 16:48:51 +08:00
RainbowMango 7e7d8f6b9a adopt deepcopy-gen breaking changes
Adopt register-gen breaking changes
adopt conversion-gen breaking change
Adopt client-gen breaking changes
adopt list-gen breaking changes
Adopt informer-gen breaking changes
Adopt openapi-gen breaking changes
Adopt go-to-protobuff breaking changes

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-07-13 16:48:18 +08:00
RainbowMango 2aaaa48d2b Bump Kubernetes dependencies to v1.30.2
Bump controller-runtime to v0.18.4 and update vendor

Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-07-13 16:48:07 +08:00
karmada-bot d3adcf68ef
Merge pull request #5165 from whitewindmills/ds-generation
Align federated DaemonSet's observedGeneration semantics with its native
2024-07-13 16:31:06 +08:00
karmada-bot b2c15df342
Merge pull request #5186 from XiShanYongYe-Chang/replace-recommandOptions-with-needed-subset-options
replace RecommendedOptions with needed subset options in karmada-search component
2024-07-13 14:15:06 +08:00
changzhen d79ea8b1cc replace RecommendedOptions with needed subset options in karmada-search component
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-07-13 11:33:12 +08:00
karmada-bot 3bf57c580f
Merge pull request #5184 from XiShanYongYe-Chang/replace-recommandOptions-with-needed-subset
replace RecommendedOptions with needed subset options in karmada-aggregate-apiserver component
2024-07-13 10:41:06 +08:00
karmada-bot 7f0961f06c
Merge pull request #5177 from RainbowMango/pr_adopt_deprecated_addtoscheme
Adopt deprecated AddToScheme functions
2024-07-12 17:50:05 +08:00
changzhen 1a8d8f4829 replace RecommendedOptions with needed subset options in AA component
Signed-off-by: changzhen <changzhen5@huawei.com>
2024-07-12 17:20:30 +08:00
karmada-bot fdc29c7470
Merge pull request #5127 from guozheng-shen/feat-ca
feat: karmadactl add ca-cert-path and ca-key-path opts
2024-07-12 14:41:05 +08:00
karmada-bot 2ae45926bb
Merge pull request #4620 from a7i/amir/managed-by-label
`karmadactl`: Add the reserved label `karmada.io/system` to resources created by the `join` command
2024-07-12 12:20:05 +08:00
Amir Alavi 284dd278db
set karmada.io/system label to all member cluster registration resources
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
2024-07-11 14:42:30 -04:00
guozheng-shen 43bb7c75ce feat: karmadactl add ca-cert-path and ca-key-path opts
Signed-off-by: guozheng-shen <179826407@qq.com>
2024-07-11 21:30:44 +08:00
karmada-bot a2e782836d
Merge pull request #5169 from whitewindmills/karmadactl-metrics-port
Expose metrics port for karmadactl installation
2024-07-11 17:19:04 +08:00
RainbowMango 5d14b8d254 Adopt deprecated AddToScheme functions
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2024-07-11 15:09:13 +08:00
whitewindmills 6158fd8af5 Expose metrics port for karmadactl installation
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-07-11 11:16:03 +08:00
karmada-bot 71de3dc022
Merge pull request #5168 from whitewindmills/helm-metrics-port
Expose metrics port for helm installation
2024-07-11 09:24:04 +08:00
whitewindmills bc5f2a6edf Expose metrics port for helm installation
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-07-10 19:06:35 +08:00
karmada-bot 798227586e
Merge pull request #5139 from wangxf1987/ft/expose-port
Expose containing port of serving metrics
2024-07-10 18:03:04 +08:00
karmada-bot ae45a5a597
Merge pull request #5164 from whitewindmills/update-cluster-printcolumns
Add more columns for cluster
2024-07-10 17:35:04 +08:00
whitewindmills c493c58fe9 Align federated daemonsets.apps.kruise.io observedGeneration semantics with its native
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-07-10 17:22:27 +08:00
whitewindmills 82aad4eee2 Align federated DaemonSet's observedGeneration semantics with its native
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-07-10 16:31:05 +08:00
karmada-bot 15df251200
Merge pull request #5144 from mszacillo/sort-clusterinfo
GroupClusters should sort by score and availableReplica count
2024-07-10 14:53:03 +08:00
hejunhua c3b854de62 Add more columns for cluster
Signed-off-by: whitewindmills <jayfantasyhjh@gmail.com>
2024-07-10 14:25:33 +08:00
karmada-bot 625d8a5b77
Merge pull request #5154 from RainbowMango/pr_fix_mockgen_imports
Fix mockgen generated files not group imports issue
2024-07-09 17:32:03 +08:00
karmada-bot ffdc58cbba
Merge pull request #5057 from veophi/generation/cloneset
Align federated CloneSet's observedGeneration semantics with its native
2024-07-09 09:40:03 +08:00
mszacillo 01be91b9db GroupClusters should sort by score and availableReplica count
Signed-off-by: mszacillo <mszacillo@bloomberg.net>
2024-07-08 17:14:19 -04:00
karmada-bot 828461ad63
Merge pull request #5069 from aditya7302/ci-schedule-token-permission
Define top level Permission for ci-schedule workflow
2024-07-08 16:27:02 +08:00
karmada-bot 5e54964f09
Merge pull request #5153 from whitewindmills/pp-finalizers
Transplant propagation policy finalizer to karmada-webhook
2024-07-08 14:55:02 +08:00
veophi f2ad6e599a fix cloneset observed generation logic
Signed-off-by: veophi <sunweixiang@xiaohongshu.com>
2024-07-08 11:47:51 +08:00