Skip to content

Conversation

@liggitt
Copy link
Member

@liggitt liggitt commented Aug 31, 2023

What type of PR is this?

/kind bug
/kind regression

What this PR does / why we need it:

Fixes #120326

Does this PR introduce a user-facing change?

Fixes a 1.28 regression handling negative index json patches

/assign @Jefftree

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. kind/bug Categorizes issue or PR as related to a bug. kind/regression Categorizes issue or PR as related to a regression from a prior release. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. labels Aug 31, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: liggitt

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. area/apiserver area/cloudprovider area/dependency Issues or PRs related to dependency changes area/kube-proxy area/kubectl sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. sig/network Categorizes an issue or PR as relevant to SIG Network. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/storage Categorizes an issue or PR as relevant to SIG Storage. and removed do-not-merge/needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Aug 31, 2023
skitt added a commit to skitt/kubernetes that referenced this pull request May 28, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>
k8s-publishing-bot pushed a commit to kubernetes/apimachinery that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/api that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/client-go that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/code-generator that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/component-base that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/component-helpers that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/apiserver that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/kube-aggregator that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/sample-apiserver that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/sample-controller that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/apiextensions-apiserver that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/metrics that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/cli-runtime that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/sample-cli-plugin that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/kube-proxy that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/cri-client that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/kubelet that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/kube-scheduler that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/controller-manager that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/cloud-provider that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/kube-controller-manager that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/cluster-bootstrap that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/csi-translation-lib that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/kubectl that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/pod-security-admission that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/dynamic-resource-allocation that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
k8s-publishing-bot pushed a commit to kubernetes/endpointslice that referenced this pull request May 29, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes/kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
@liggitt liggitt deleted the json-patch branch July 21, 2024 18:38
YamasouA pushed a commit to YamasouA/kubernetes that referenced this pull request Jul 24, 2024
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
kubernetes#120327 for context).

Signed-off-by: Stephen Kitt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/apiserver area/cloudprovider area/dependency Issues or PRs related to dependency changes area/kube-proxy area/kubectl cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. kind/regression Categorizes issue or PR as related to a regression from a prior release. lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a `priority/foo` label and requires one. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/architecture Categorizes an issue or PR as relevant to SIG Architecture. sig/auth Categorizes an issue or PR as relevant to SIG Auth. sig/cli Categorizes an issue or PR as relevant to SIG CLI. sig/cloud-provider Categorizes an issue or PR as relevant to SIG Cloud Provider. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. sig/instrumentation Categorizes an issue or PR as relevant to SIG Instrumentation. sig/network Categorizes an issue or PR as relevant to SIG Network. sig/node Categorizes an issue or PR as relevant to SIG Node. sig/storage Categorizes an issue or PR as relevant to SIG Storage. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

evanphx/json-patch used by 1.28 drops a fix included in 1.27

4 participants