[1.4] clone LbEndpoint to prevent data race (#22023)#22528
[1.4] clone LbEndpoint to prevent data race (#22023)#22528istio-testing merged 1 commit intoistio:release-1.4from
Conversation
(cherry picked from commit fdc6dd4)
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
|
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) ℹ️ Googlers: Go here for more info. |
|
@howardjohn: The following test failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
🎊 Thanks @howardjohn ! |
* authz: fix the validation for request.headers (istio#21284) * manual backport of 21513 (istio#21514) Signed-off-by: Rama Chavali <[email protected]> * Fix PSP sample file to allow NET_RAW. (istio#21533) * [release-1.4] remove use_downstream_protocol for gateway (istio#21727) * remove use_downstream_protocol for gateway * comment * writing Co-authored-by: Yan Xue <[email protected]> * Update dependencies (istio#21765) * Make iptables script and output consistent with golang (istio#21871) Co-authored-by: knrc <[email protected]> * [release-1.4] resign certificate (istio#22131) * resign certificate * test Co-authored-by: xuzhonghu <[email protected]> * Stop linting links of 1.4 branch (istio#22132) This is going to continue to break as istio.io changes. We already disabled this on 1.5/master. * [release-1.4] Build: Honor GOBUILDFLAGS variable also in test mode (istio#22171) We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio#22163 * Update base image for release 1.4 (istio#22165) * Fix GOBUILDFLAGS usage in codecov scripts (istio#22182) This variable needs to be set before used (set -u) and must not be quoted, otherwise it will become an empty arg for go test if it's empty. Co-authored-by: Jonh Wendell <[email protected]> * Update proxy to pickup fixes for ISTIO-SECURITY-2020-003. (istio#22257) * Fix extra .Value in deployment file for stackdriver tracing vars (istio#22506) Co-authored-by: gargnupur <[email protected]> * Update operator SHA (istio#22523) * clone LbEndpoint to prevent data race (istio#22023) (istio#22528) (cherry picked from commit fdc6dd4) Co-authored-by: Zhonghu Xu <[email protected]> * cni: update SHA (istio#22569) Signed-off-by: Yuchen Dai <[email protected]> * Make sure to use CNI 1.4 image when running tests under CNI (istio#23035) * Make sure to use CNI 1.4 image when running tests under CNI * Fix lint * [release-1.4] Update dependencies with update_deps.sh (istio#23010) * Update deps with update_deps.sh * Dep updates again * [release-1.4] Run update_deps.sh (istio#23051) * Run update_deps.sh Had to do go get istio.io/operator@5f8ecc70a0f4059bfd4d0f7867d4dc76407f2f08 since update_deps.sh was not updating it. * Run go mod tidy * Update with another cni change (istio#23061) * [release-1.4] Fix Gateway helm chart for helm 3 (istio#23077) * Fix Gateway helm chart for helm 3 Helm 3 threw an error that `$spec.sds` is not a function. Removing the parentheses led to the next problem: the and evaluates eager so `spec.sds.enabled` resulted in a `nil` exception. By nesting the if, the problem is resolved * Also fix the role Co-authored-by: Alex Nederlof <[email protected]> Co-authored-by: Yangmin Zhu <[email protected]> Co-authored-by: Rama Chavali <[email protected]> Co-authored-by: Oliver Liu <[email protected]> Co-authored-by: Istio Automation <[email protected]> Co-authored-by: Yan Xue <[email protected]> Co-authored-by: Jonh Wendell <[email protected]> Co-authored-by: knrc <[email protected]> Co-authored-by: xuzhonghu <[email protected]> Co-authored-by: John Howard <[email protected]> Co-authored-by: Eric Van Norman <[email protected]> Co-authored-by: Joshua Blatt <[email protected]> Co-authored-by: gargnupur <[email protected]> Co-authored-by: Yuchen Dai <[email protected]> Co-authored-by: jacob-delgado <[email protected]> Co-authored-by: Alex Nederlof <[email protected]>
* authz: fix the validation for request.headers (istio#21284) * manual backport of 21513 (istio#21514) Signed-off-by: Rama Chavali <[email protected]> * Fix PSP sample file to allow NET_RAW. (istio#21533) * [release-1.4] remove use_downstream_protocol for gateway (istio#21727) * remove use_downstream_protocol for gateway * comment * writing Co-authored-by: Yan Xue <[email protected]> * Update dependencies (istio#21765) * Make iptables script and output consistent with golang (istio#21871) Co-authored-by: knrc <[email protected]> * [release-1.4] resign certificate (istio#22131) * resign certificate * test Co-authored-by: xuzhonghu <[email protected]> * Stop linting links of 1.4 branch (istio#22132) This is going to continue to break as istio.io changes. We already disabled this on 1.5/master. * [release-1.4] Build: Honor GOBUILDFLAGS variable also in test mode (istio#22171) We already honor it in `go build`, we should do the same in `go test`. Manual backport of istio#22163 * Update base image for release 1.4 (istio#22165) * Fix GOBUILDFLAGS usage in codecov scripts (istio#22182) This variable needs to be set before used (set -u) and must not be quoted, otherwise it will become an empty arg for go test if it's empty. Co-authored-by: Jonh Wendell <[email protected]> * Update proxy to pickup fixes for ISTIO-SECURITY-2020-003. (istio#22257) * Fix extra .Value in deployment file for stackdriver tracing vars (istio#22506) Co-authored-by: gargnupur <[email protected]> * Update operator SHA (istio#22523) * clone LbEndpoint to prevent data race (istio#22023) (istio#22528) (cherry picked from commit fdc6dd4) Co-authored-by: Zhonghu Xu <[email protected]> * cni: update SHA (istio#22569) Signed-off-by: Yuchen Dai <[email protected]> * Make sure to use CNI 1.4 image when running tests under CNI (istio#23035) * Make sure to use CNI 1.4 image when running tests under CNI * Fix lint * [release-1.4] Update dependencies with update_deps.sh (istio#23010) * Update deps with update_deps.sh * Dep updates again * [release-1.4] Run update_deps.sh (istio#23051) * Run update_deps.sh Had to do go get istio.io/operator@5f8ecc70a0f4059bfd4d0f7867d4dc76407f2f08 since update_deps.sh was not updating it. * Run go mod tidy * Update with another cni change (istio#23061) * [release-1.4] Fix Gateway helm chart for helm 3 (istio#23077) * Fix Gateway helm chart for helm 3 Helm 3 threw an error that `$spec.sds` is not a function. Removing the parentheses led to the next problem: the and evaluates eager so `spec.sds.enabled` resulted in a `nil` exception. By nesting the if, the problem is resolved * Also fix the role Co-authored-by: Alex Nederlof <[email protected]> * Citadel completely ignores namespaces opted out. (istio#23223) * Add Kiali fix to Helm (istio#23445) * Update operator for istio/operator#777 (istio#23540) * bump base (istio#23655) * Update cni sha for release-1.4 branch (istio#24216) * [release-1.4] Update jquery and nodejs (istio#24407) * Add files from cherrypick * Update yaml files to pull 1.15.1 images Co-authored-by: Brian Avery <[email protected]> * Update proxy sha (istio#24721) * Bump bookinfo images * Update vendor Co-authored-by: Yangmin Zhu <[email protected]> Co-authored-by: Rama Chavali <[email protected]> Co-authored-by: Oliver Liu <[email protected]> Co-authored-by: Istio Automation <[email protected]> Co-authored-by: Yan Xue <[email protected]> Co-authored-by: knrc <[email protected]> Co-authored-by: xuzhonghu <[email protected]> Co-authored-by: John Howard <[email protected]> Co-authored-by: Eric Van Norman <[email protected]> Co-authored-by: Joshua Blatt <[email protected]> Co-authored-by: gargnupur <[email protected]> Co-authored-by: Yuchen Dai <[email protected]> Co-authored-by: jacob-delgado <[email protected]> Co-authored-by: Alex Nederlof <[email protected]> Co-authored-by: Brian Avery <[email protected]> Co-authored-by: Martin Ostrowski <[email protected]> Co-authored-by: stewartbutler <[email protected]> Co-authored-by: Istio Automation <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit fdc6dd4)
#22023