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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 28, 2018

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • build/build-image/Dockerfile (dockerfile)
  • build/build-image/cross/Dockerfile (dockerfile)
  • build/debian-hyperkube-base/Dockerfile (dockerfile)
  • build/debian-iptables/Dockerfile (dockerfile)
  • cluster/addons/addon-manager/Dockerfile (dockerfile)
  • cluster/addons/fluentd-elasticsearch/es-image/Dockerfile (dockerfile)
  • cluster/addons/fluentd-elasticsearch/fluentd-es-image/Dockerfile (dockerfile)
  • cluster/gce/gci/mounter/Dockerfile (dockerfile)
  • cluster/images/conformance/Dockerfile (dockerfile)
  • cluster/images/etcd-empty-dir-cleanup/Dockerfile (dockerfile)
  • cluster/images/etcd/Dockerfile (dockerfile)
  • cluster/images/hyperkube/Dockerfile (dockerfile)
  • cluster/images/kubemark/Dockerfile (dockerfile)
  • hack/gen-swagger-doc/Dockerfile (dockerfile)
  • staging/src/k8s.io/apiextensions-apiserver/artifacts/simple-image/Dockerfile (dockerfile)
  • staging/src/k8s.io/kube-aggregator/artifacts/simple-image/Dockerfile (dockerfile)
  • staging/src/k8s.io/sample-apiserver/artifacts/simple-image/Dockerfile (dockerfile)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this Configure Renovate PR is merged
  • Separate major versions of dependencies into individual branches/PRs
  • Do not separate patch and minor upgrades into separate PRs for the same dependency
  • Upgrade to unstable versions only if the existing version is unstable
  • Raise PRs immediately (after branch is created)
  • Use renovate/ as prefix for all branch names
  • If semantic commits detected, use semantic commit type fix for dependencies and chore for all others
  • Keep existing branches updated even when not scheduled
  • Disable automerging feature - wait for humans to merge all PRs
  • Ignore node_modules, bower_components, vendor and various test/tests directories
  • Update existing lock files only when package.json is modified
  • Autodetect whether to pin dependencies or maintain ranges
  • Rate limit PR creation to a maximum of two per hour
  • Limit to maximum 20 concurrent Renovate PRs at any time
  • Group known monorepo packages together
  • Use curated list of recommended non-monorepo package groupings
  • Preserve (but continue to upgrade) any existing semver ranges
  • Remove hourly and concurrent rate limits

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 1 Pull Request:

Update elasticsearch/elasticsearch-oss Docker tag to v6.5.4
  • Schedule: "at any time"
  • Branch name: renovate/docker-elasticsearch-elasticsearch-oss-6.x
  • Upgrade elasticsearch/elasticsearch-oss to 6.5.4

❓ If you have any questions, try reading the Docs, particularly the Getting Started section.
Also, you can post questions about your config in Renovate's Config Help repository.


This PR has been generated by Renovate Bot. View repository job log here.

yujuhong and others added 26 commits December 10, 2018 16:58
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.
Make Evictions the same between Policyv1beta1 and Corev1
Replaced hardcoded "v0.13.0" strings with CurrentKubernetesVersion variable.

This should help with a regular release version bumps.
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.
Filter resources logged by e2e ns debugging
Used T.Run API for kubeadm tests in app/util/system
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"
…til-system-use-T.Run

kubeadm: use T.Run API in app/util/system
…til-system-fix-golint-warnings

kubeadm: fix golint warnings in package_validator
add description about namespace for  pod in log
…urrentKubernetesVersion

kubeadm: add CurrentKubernetesVersion
kubeadm: fix golint warnings for redundant ifs
client-go/testing: Straighten out fake implementation of Evictions
Register plugins with the scheduling framework properly
GCE: enable downloading and staging of the node binaries
…wedProcMountTypes

AllowedProcMountTypes - Update DropDisabled[Alpha]Fields behaviour
renovate bot pushed a commit that referenced this pull request Jan 6, 2019
update from kubernetes master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
10 participants