Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.10
Choose a base ref
...
head repository: kubernetes/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.11
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 8, 2023

  1. update-vendor: update vendored go.sums

    Run of ./hack/update-vendor.sh
    
    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    
    Kubernetes-commit: 61254725a43ce127f1ffe99b0df766415e2e7aa8
    puerco authored and k8s-publishing-bot committed Jun 8, 2023
    Copy the full SHA
    8ef5365 View commit details

Commits on Jun 12, 2023

  1. Merge pull request #118556 from puerco/bump-1.25-go-1.19.10

    [release-1.25] releng/go: Update images, deps and ver to go 1.19.10
    
    Kubernetes-commit: 8826d7ee3fb80fc4d85ad8e9e50cbab14233ecf9
    k8s-publishing-bot committed Jun 12, 2023
    Copy the full SHA
    7d66159 View commit details

Commits on Jun 14, 2023

  1. Copy the full SHA
    f8e97a3 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 go.mod
  2. +2 −2 go.sum
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ go 1.19
require (
github.com/gogo/protobuf v1.3.2
github.com/stretchr/testify v1.8.0
k8s.io/apimachinery v0.0.0-20230506005852-75464993cc05
k8s.io/apimachinery v0.25.11
)

require (
@@ -34,4 +34,4 @@ require (
sigs.k8s.io/yaml v1.2.0 // indirect
)

replace k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230506005852-75464993cc05
replace k8s.io/apimachinery => k8s.io/apimachinery v0.25.11
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -83,8 +83,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/apimachinery v0.0.0-20230506005852-75464993cc05 h1:034ZEBiA099Vnr3F7pqVRl3Y0LR2AAGhI3l+kTDB2VU=
k8s.io/apimachinery v0.0.0-20230506005852-75464993cc05/go.mod h1:PJ+6cm50BMETqCCJx1RXQIXaq937SUdAq2vVKCGDZXU=
k8s.io/apimachinery v0.25.11 h1:2EhfdrSAMvBxsswvOGCEymKk4ZnHZkranuZqdR0rsO4=
k8s.io/apimachinery v0.25.11/go.mod h1:IFwbcNi3gKkfDhuy0VYu3+BwbxbiIov3p6FR8ge1Epc=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.70.1 h1:7aaoSdahviPmR+XkS7FyxlkkXs6tHISSG03RxleQAVQ=
k8s.io/klog/v2 v2.70.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=