summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4223 from wackxu/1.10-cherry-sfv1.10.3origin/release-1.10KubeEdge Bot2022-09-233-86/+45
|\ | | | | [cherry-pick]fix delete and create same name pod failed occasionally
| * fix delete and create same name pod failed occasionallywackxu2022-09-223-86/+45
|/ | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* Merge pull request #4211 from ↵KubeEdge Bot2022-09-211-1/+6
|\ | | | | | | | | wackxu/automated-cherry-pick-of-#3917-upstream-release-1.10 Automated cherry pick of #3917: fix sendresp stuck occasionally when sendsync receive select
| * fix sendresp stuck occasionally when sendsync receive select exitedwackxu2022-09-211-1/+6
|/ | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* Merge pull request #4208 from ↵KubeEdge Bot2022-09-216-79/+63
|\ | | | | | | | | gy95/automated-cherry-pick-of-#4187-upstream-release-1.10 Automated cherry pick of #4187: fix keadm_deprecated_e2e error
| * fix e2e failure not reportgy952022-09-216-90/+45
| | | | | | | | Signed-off-by: gy95 <guoyao17@huawei.com>
| * fix keadm_deprecated_e2e errorgy952022-09-211-1/+30
|/ | | | Signed-off-by: gy95 <guoyao17@huawei.com>
* Merge pull request #4205 from ↵KubeEdge Bot2022-09-203-3/+137
|\ | | | | | | | | vincentgoat/automated-cherry-pick-of-#3807-upstream-release-1.10 Automated cherry pick of #3807: Pod running on edge node has invalid serviceaccount token
| * Pod running on edge node has invalid serviceaccount tokenvincentgoat2022-09-203-3/+137
|/ | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* Merge pull request #4193 from ↵KubeEdge Bot2022-09-191-4/+1
|\ | | | | | | | | vincentgoat/automated-cherry-pick-of-#4192-upstream-release-1.10 Automated cherry pick of #4192: fix residual terminating pods problem after edge node
| * fix residual terminating pods problem after edge node reconnectedvincentgoat2022-09-191-4/+1
|/ | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* Merge pull request #4179 from tonyzaizai/release-1.10KubeEdge Bot2022-09-141-0/+11
|\ | | | | fix: Ignore the cache timestamp of the MachineInfo Metrics
| * fix: Ignore the cache timestamp of the MachineInfo Metricstl2022-09-131-0/+11
|/ | | | Signed-off-by: tl <tonyzaizai@kubesphere.io>
* Merge pull request #4039 from ↵v1.10.2KubeEdge Bot2022-07-1111-11/+23
|\ | | | | | | | | kevin-wangzefeng/cherry-pick-GHSA-vwm6-qc77-v2rh-v1.10 Cherry-pick GHSA-vwm6-qc77-v2rh: fix invalid request
| * Merge pull request from GHSA-vwm6-qc77-v2rhVincent Lin2022-07-1111-11/+23
|/ | | | | | | * fix invalid request Authored-by: vincentgoat <linguohui1@huawei.com> Signed-off-by: Kevin Wang <kevinwzf0126@gmail.com>
* Merge pull request #4031 from ↵KubeEdge Bot2022-07-113-7/+39
|\ | | | | | | | | vincentgoat/automated-cherry-pick-of-#3975-upstream-release-1.10 Automated cherry pick of #3975: Missing error check for unsafe method
| * Missing error check for unsafe methodvincentgoat2022-07-113-7/+39
| | | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | Merge pull request #4032 from ↵KubeEdge Bot2022-07-115-26/+23
|\ \ | | | | | | | | | | | | vincentgoat/automated-cherry-pick-of-#3972-upstream-release-1.10 Automated cherry pick of #3972: update deprecate dependency
| * | verify vendor and vendor licensesvincentgoat2022-07-111-1/+0
| | | | | | | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
| * | update deprecate dependencyvincentgoat2022-07-114-25/+23
| |/ | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | Merge pull request #4030 from ↵KubeEdge Bot2022-07-115-8/+38
|\ \ | | | | | | | | | | | | vincentgoat/automated-cherry-pick-of-#3976-upstream-release-1.10 Automated cherry pick of #3976: Possible type confusions
| * | Possible type confusionsvincentgoat2022-07-115-8/+38
| |/ | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | Merge pull request #4029 from ↵KubeEdge Bot2022-07-114-3/+28
|\ \ | | | | | | | | | | | | vincentgoat/automated-cherry-pick-of-#4000-upstream-release-1.10 Automated cherry pick of #4000: fix possible nil pointer of message
| * | fix possible nil pointer of messagevincentgoat2022-07-114-3/+28
| |/ | | | | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* | Merge pull request #4028 from ↵KubeEdge Bot2022-07-1117-163/+153
|\ \ | |/ |/| | | | | vincentgoat/automated-cherry-pick-of-#3994-upstream-release-1.10 Automated cherry pick of #3994: fix complex parameters
| * fix complex parametersvincentgoat2022-07-1117-163/+153
|/ | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* Merge pull request #3979 from gy95/release-1.10KubeEdge Bot2022-06-251-1/+4
|\ | | | | fix release crossbuild arm-linux-gnueabihf-gcc miss
| * fix release crossbuild arm-linux-gnueabihf-gcc missgy952022-06-231-1/+4
|/ | | | Signed-off-by: gy95 <guoyao17@huawei.com>
* Merge pull request #3966 from ↵v1.10.1KubeEdge Bot2022-06-232-1/+85
|\ | | | | | | | | gy95/automated-cherry-pick-of-#3943-upstream-release-1.10 Automated cherry pick of #3943: add release ci
| * add release cigy952022-06-232-1/+85
|/ | | | Signed-off-by: gy95 <guoyao17@huawei.com>
* Merge pull request #3947 from ↵KubeEdge Bot2022-06-216-22/+20
|\ | | | | | | | | vincentgoat/automated-cherry-pick-of-#3899-upstream-release-1.10 Automated cherry pick of #3899: fix fuzzer extract message error
| * fix fuzzer extract message errorvincentgoat2022-06-206-22/+20
|/ | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* Merge pull request #3831 from ↵KubeEdge Bot2022-05-091-1/+12
|\ | | | | | | | | gy95/automated-cherry-pick-of-#3826-upstream-release-1.10 Automated cherry pick of #3826: fix Remove container failed
| * fix Remove container failedgy952022-05-071-1/+12
|/ | | | Signed-off-by: gy95 <guoyao17@huawei.com>
* Merge pull request #3819 from ↵KubeEdge Bot2022-04-281-7/+6
|\ | | | | | | | | vincentgoat/automated-cherry-pick-of-#3815-upstream-release-1.10 Automated cherry pick of #3815: Pods configure imagePullSecret but doesn't exist in
| * Pods configure imagePullSecret but doesn't exist in kubernetes clustervincentgoat2022-04-281-7/+6
|/ | | | Signed-off-by: vincentgoat <linguohui1@huawei.com>
* Merge pull request #3741 from ↵KubeEdge Bot2022-03-261-1/+1
|\ | | | | | | | | Shelley-BaoYue/automated-cherry-pick-of-#3730-upstream-release-1.10 Automated cherry pick of #3730: set deleteResource func param allowsOptions true
| * set deleteResource func param allowsOptions trueShelley-BaoYue2022-03-261-1/+1
|/ | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* Merge pull request #3726 from ↵KubeEdge Bot2022-03-223-3/+3
|\ | | | | | | | | fisherxu/automated-cherry-pick-of-#3723-upstream-release-1.10 Automated cherry pick of #3723: support armhf
| * support armhffisherxu2022-03-223-3/+3
|/ | | | Signed-off-by: fisherxu <xufei40@huawei.com>
* Merge pull request #3710 from ↵KubeEdge Bot2022-03-151-4/+12
|\ | | | | | | | | Shelley-BaoYue/automated-cherry-pick-of-#3670-upstream-release-1.10 Automated cherry pick of #3670: fix concurrent map iteration and map write bug
| * fix concurrent map iteration and map write bugShelley-BaoYue2022-03-151-4/+12
|/ | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* Merge pull request #3703 from ↵KubeEdge Bot2022-03-141-24/+46
|\ | | | | | | | | Shelley-BaoYue/automated-cherry-pick-of-#3693-upstream-release-1.10 Automated cherry pick of #3693: add subresource field in application
| * add subresource field in applicationShelley-BaoYue2022-03-141-24/+46
|/ | | | Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
* Merge pull request #3685 from ↵KubeEdge Bot2022-03-111-0/+35
|\ | | | | | | | | wackxu/automated-cherry-pick-of-#3665-upstream-release-1.10 Automated cherry pick of #3665: fix readinessProbe and startupProbe do not work after upgrade
| * fix readinessProbe and startupProbe do not work after upgrade k8s versionx004255952022-03-111-0/+35
|/ | | | Signed-off-by: wackxu <xushiwei5@huawei.com>
* Merge pull request #3651 from ↵v1.10.0KubeEdge Bot2022-03-081-2/+2
|\ | | | | | | | | fisherxu/automated-cherry-pick-of-#3647-upstream-release-1.10 Automated cherry pick of #3647: update default version in keadm to v1.10
| * update default version in keadm to v1.10fisherxu2022-03-081-2/+2
|/ | | | Signed-off-by: fisherxu <xufei40@huawei.com>
* Merge pull request #3648 from ↵KubeEdge Bot2022-03-075-0/+265
|\ | | | | | | | | gy95/automated-cherry-pick-of-#3537-upstream-release-1.10 Automated cherry pick of #3537: add reset-beta command for keadm
| * add reset-beta command for keadmgy952022-03-075-0/+265
|/ | | | Signed-off-by: gy95 <guoyao17@huawei.com>