Fix a failing test#6038
Conversation
|
Skipping CI for Draft Pull Request. |
|
/kind bug |
TerryHowe
left a comment
There was a problem hiding this comment.
The 400 response makes more sense although this shouldn't really hit example.com
|
It seems to reproduce on the master branch. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: koba1t, TerryHowe, tsuzu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-sigs/kustomize](https://github.com/kubernetes-sigs/kustomize) | patch | `v5.8.0` → `v5.8.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)</summary> ### [`v5.8.1`](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.8.1) [Compare Source](kubernetes-sigs/kustomize@kustomize/v5.8.0...kustomize/v5.8.1) #### Introduction This release completes a fix for namespace propagation that occurred in v5.8.0. [#​6031 (comment)](kubernetes-sigs/kustomize#6031 (comment)) Also addressed the breaking changes introduced in helm v4. [#​6016](kubernetes-sigs/kustomize#6016) #### fix [#​5990](kubernetes-sigs/kustomize#5990): fix: allow empty patches files [#​6016](kubernetes-sigs/kustomize#6016): fix: support helm v4 beside v3 [#​6038](kubernetes-sigs/kustomize#6038): Fix a failing test [#​6044](kubernetes-sigs/kustomize#6044): Fix namespace propagation problem at v5.8.0 #### Dependencies [#​6057](kubernetes-sigs/kustomize#6057): Upgrade json-patch to v4.13.0 to remove pkg/errors dependency #### chore [#​6065](kubernetes-sigs/kustomize#6065): Update kyaml to v0.21.1 [#​6066](kubernetes-sigs/kustomize#6066): Update cmd/config to v0.21.1 [#​6067](kubernetes-sigs/kustomize#6067): Update api to v0.21.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Ni4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTYuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
While I'm executing tests, I've got an error like:
I'm not sure why is's caused, but it would be due to example.com-side changes.