Skip to content

Commits

Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 7, 2023

  1. Copy the full SHA
    0c64592 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request #122206 from xmudrii/update-distroless-1.21.5

    Bump distroless-iptables to v0.4.2
    k8s-ci-robot committed Dec 6, 2023
    Copy the full SHA
    89dfbeb View commit details
    Browse the repository at this point in the history
  2. Bump distroless-iptables to v0.4.2

    Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
    xmudrii committed Dec 6, 2023
    Copy the full SHA
    0ca3089 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122201 from xmudrii/go1.21.5-1.20.12

    [go] Bump images, dependencies and versions to go 1.21.5
    k8s-ci-robot committed Dec 6, 2023
    Copy the full SHA
    9e028b4 View commit details
    Browse the repository at this point in the history
  4. [go] Bump images, dependencies and versions to go 1.21.5

    Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
    xmudrii committed Dec 6, 2023
    Copy the full SHA
    1c1347a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #122188 from kannon92/terminating-pod-beta

    add beta comment for terminating pods and pod replacement policy
    k8s-ci-robot committed Dec 6, 2023
    Copy the full SHA
    7fe31be View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Copy the full SHA
    4e5321c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge pull request #122129 from liggitt/root-conformance

    Remove conformance test calls to `/`
    k8s-ci-robot committed Nov 30, 2023
    Copy the full SHA
    55f2bc1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    233949e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c769c2d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge pull request #122095 from ruiwen-zhao/fix-test

    Remove scrape_error from resource_metrics_test due to deprecation
    k8s-ci-robot committed Nov 29, 2023
    Copy the full SHA
    22cb314 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121927 from alexanderConstantinescu/fix-flaky-Tes…

    …tSlowNodeSync
    
    `TestSlowNodeSync`: attempt fixing flake by allowing informer cache to get populated
    k8s-ci-robot committed Nov 29, 2023
    Copy the full SHA
    a8f6ea2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Remove scrape_error from resource_metrics_test due to deprecation

    Signed-off-by: ruiwen-zhao <ruiwen@google.com>
    ruiwen-zhao committed Nov 28, 2023
    Copy the full SHA
    ec9387d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    022d50f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Merge pull request #122020 from Vyom-Yadav/fixOverridingVarInVerify

    Fix verify target to not update env var if already set
    k8s-ci-robot committed Nov 27, 2023
    Copy the full SHA
    ad9b60e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Fix verify target to not update env var if already set

    Signed-off-by: Vyom-Yadav <jackhammervyom@gmail.com>
    Vyom-Yadav committed Nov 23, 2023
    Copy the full SHA
    f730dc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge pull request #121992 from jeremyrickard/bump-publishing-129

    releng: update publishing bot rules for 1.29
    k8s-ci-robot committed Nov 22, 2023
    Copy the full SHA
    d61cbac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #122000 from MadhavJivrajani/fix-verify-openapi

    api: run hack/update-api-spec.sh
    k8s-ci-robot committed Nov 22, 2023
    Copy the full SHA
    c876b30 View commit details
    Browse the repository at this point in the history
  3. api: run hack/update-api-spec.sh

    Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
    MadhavJivrajani committed Nov 22, 2023
    Copy the full SHA
    51daa8c View commit details
    Browse the repository at this point in the history
  4. releng: update publishing bot rules for 1.29

    Signed-off-by: Jeremy Rickard <jeremyrrickard@gmail.com>
    jeremyrickard committed Nov 22, 2023
    Copy the full SHA
    f042994 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Copy the full SHA
    bacac25 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Merge pull request #121963 from pohly/code-generator-klog-replace-fix

    code-generator: fix invalid replace of klog
    k8s-ci-robot committed Nov 20, 2023
    Copy the full SHA
    ec5096f View commit details
    Browse the repository at this point in the history
  2. code-generator: fix invalid replace of klog

    The replace statement must have come from a experimental draft PR. It wasn't
    meant to be merged as part of 878d037.
    pohly committed Nov 20, 2023
    Copy the full SHA
    af34f62 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Merge pull request #121951 from aojea/fix_rc_e2e

    fix flake on Conformance test should ResourceQuota apply changes to a…
    k8s-ci-robot committed Nov 19, 2023
    Copy the full SHA
    46f4248 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix flake on conformance e2e test ResourceQuota controller should app…

    …ly changes to a resourcequota status
    
    The e2e test patch the status of a ResourceQuota resources and tries to
    verify the controller reset its status, however, the controller ignores
    the updates and only reconcile the objects every a predefined interval,
    by default 5 minutes.
    
    Since the test polls for 5 minutes, there are some edge cases that the
    time to reconcile the object by the reconcile loop is greater than 5
    minutes failing the test.
    
    To take into account the time to reconcile the objects and the reconcile
    loop period, we increase by one minute the poll loop.
    
    Change-Id: I30f7fda36cdfb47c543b5b2b120e39f7d6c2442d
    aojea committed Nov 18, 2023
    Copy the full SHA
    d203bb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121948 from sanposhiho/patch-8

    fix(framework): remove the mention about what happens with nil from EventsToRegister
    k8s-ci-robot committed Nov 18, 2023
    Copy the full SHA
    94f15bb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    005e85c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge pull request #121943 from dims/replace-E-with-setenv-for-system…

    …d-run-parameter
    
    Replace -E with --setenv for systemd-run parameter
    k8s-ci-robot committed Nov 17, 2023
    Copy the full SHA
    1f07da7 View commit details
    Browse the repository at this point in the history
  2. Replace -E with --setenv for systemd-run parameter

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Nov 17, 2023
    Copy the full SHA
    64f8c69 View commit details
    Browse the repository at this point in the history
  3. 1
    Copy the full SHA
    dd6e286 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #121790 from pwschuurman/fix-framework-test-describe

    Pass External Storage label parameters as individual arguments in framework variadic function
    k8s-ci-robot committed Nov 17, 2023
    Copy the full SHA
    c28c200 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge pull request #121851 from andyzhangx/fix-smb-IsCorruptedMnt

    fix: statle smb mount issue when smb file share is deleted and then unmount
    k8s-ci-robot committed Nov 16, 2023
    Copy the full SHA
    8509ab8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c3ff082 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #121867 from lianghao208/preeption

    feat: Support score extension function in preemption.
    k8s-ci-robot committed Nov 16, 2023
    Copy the full SHA
    94fe1b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge pull request #121739 from ty-dc/runc/update-to-1.1.10

    bump runc to v1.1.10
    k8s-ci-robot committed Nov 15, 2023
    Copy the full SHA
    56d7898 View commit details
    Browse the repository at this point in the history
Older