Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate #1

Open
wants to merge 26 commits into
base: renovate-config
Choose a base branch
from
Open

Configure Renovate #1

wants to merge 26 commits into from

Commits on Dec 11, 2018

  1. GCE: enable downloading and staging of the node binaries

    Currently, only kubernetes-server-linux-<arch>.tar.gz will be downloaded
    and staged for tests. It is not possible to test a cluster where the
    platform/arch of the nodes differs from that of the master
    control-plane. This changes allows downloading and staging node
    binaries, in addition to the existing server binaries.
    yujuhong committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    f87fcf6 View commit details
    Browse the repository at this point in the history
  2. add description about namespace for pod in log

    tanshanshan committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    a260748 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. client-go/testing: Straighten out fake implementation of Evictions

    Make Evictions the same between Policyv1beta1 and Corev1
    bouk committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    869adf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    62db510 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. kubeadm: add CurrentKubernetesVersion

    Replaced hardcoded "v0.13.0" strings with CurrentKubernetesVersion variable.
    
    This should help with a regular release version bumps.
    bart0sh committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    e6937ec View commit details
    Browse the repository at this point in the history
  2. kubeadm: fix golint warnings for redundant ifs

    When golint is run against kubeadm it reports severel warnings like
    
        redundant if ...; err != nil check, just return error instead.
    
    Fix the warnings by just returning error.
    Dmitry Rozhkov committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    0bf0b3e View commit details
    Browse the repository at this point in the history
  3. fix kubemark makefile

    gaorong committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    f745dd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78c9877 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. Merge pull request kubernetes#72376 from liggitt/filter-ns-debugging

    Filter resources logged by e2e ns debugging
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    a6ba2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3453da2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec6a988 View commit details
    Browse the repository at this point in the history
  4. kubeadm: use T.Run API in app/util/system

    Used T.Run API for kubeadm tests in app/util/system
    bart0sh committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    e6c3ab0 View commit details
    Browse the repository at this point in the history
  5. kubeadm: fix golint warnings in package_validator

    Fixed the following golint warnigns:
     - package_validator.go:68:1: receiver name should not be an underscore, omit the name if it is unused
     - package_validator.go:89:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self"
     - package_validator.go:96:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self"
     - package_validator.go:119:1: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self"
    bart0sh committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    60fc0bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request kubernetes#72368 from gaorong/kubemark-makefile

    fix kubemark makefile
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    a9c7dfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91e7f46 View commit details
    Browse the repository at this point in the history
  8. Merge pull request kubernetes#72406 from wojtek-t/speedup_listers

    Speedup listers for empty selectors
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    7c11276 View commit details
    Browse the repository at this point in the history
  9. Merge pull request kubernetes#72398 from bart0sh/PR0048-kubeadm-app-u…

    …til-system-use-T.Run
    
    kubeadm: use T.Run API in app/util/system
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    8858b51 View commit details
    Browse the repository at this point in the history
  10. Merge pull request kubernetes#72399 from bart0sh/PR0049-kubeadm-app-u…

    …til-system-fix-golint-warnings
    
    kubeadm: fix golint warnings in package_validator
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    2cc92a0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request kubernetes#71929 from tanshanshan/schedulerlittle10

    add description about namespace for  pod in log
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    d6e0d5a View commit details
    Browse the repository at this point in the history
  12. Merge pull request kubernetes#72299 from bart0sh/PR0046-kubeadm-add-C…

    …urrentKubernetesVersion
    
    kubeadm: add CurrentKubernetesVersion
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    b89ab2c View commit details
    Browse the repository at this point in the history
  13. Merge pull request kubernetes#72367 from rojkov/fix-golint-warnings

    kubeadm: fix golint warnings for redundant ifs
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    7d85546 View commit details
    Browse the repository at this point in the history
  14. Merge pull request kubernetes#71599 from bouk/fake-eviction

    client-go/testing: Straighten out fake implementation of Evictions
    k8s-ci-robot committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    18464d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. Merge pull request kubernetes#72396 from y-taka-23/register-plugins

    Register plugins with the scheduling framework properly
    k8s-ci-robot committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    cd06791 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#71924 from yujuhong/node-binaries

    GCE: enable downloading and staging of the node binaries
    k8s-ci-robot committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    9cdfdba View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#72389 from mason1kwok/feature_gate_Allo…

    …wedProcMountTypes
    
    AllowedProcMountTypes - Update DropDisabled[Alpha]Fields behaviour
    k8s-ci-robot committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    173846b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. Add renovate.json

    renovate-bot committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    2232406 View commit details
    Browse the repository at this point in the history