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/kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 791380664
Choose a base ref
...
head repository: kubernetes/kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 562e721ec
Choose a head ref
  • 19 commits
  • 45 files changed
  • 7 contributors

Commits on Jun 14, 2017

  1. Configuration menu
    Copy the full SHA
    a02f10f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a5a221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36619fa View commit details
    Browse the repository at this point in the history
  4. Fix dangling reference to gcloud alpha API for GCI (should be beta)

    This reference to the alpha API was missed (fixed in GCE, but not GCI)
    bowei committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    f927946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d13ad28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    963c85e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5bd3c4 View commit details
    Browse the repository at this point in the history
  8. delete dependent pods for rs when deleting deployments

    Mayank Kumar committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    ff503db View commit details
    Browse the repository at this point in the history
  9. Update metadata-proxy to 0.1.1

    ixdy committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    7026178 View commit details
    Browse the repository at this point in the history
  10. Update fluentd-gcp to 2.0.6

    ixdy committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    0bcc271 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    59b1bac View commit details
    Browse the repository at this point in the history
  12. Fix TPR watches.

    enisoc committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    17cbc5e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. Merge pull request #47492 from bowei/fix-gci-gcloud

    Automatic merge from submit-queue
    
    Fix dangling reference to gcloud alpha API for GCI (should be beta)
    
    This reference to the alpha API was missed (fixed in GCE, but not GCI)
    
    Fixes #47494
    
    ```release-note
    none
    ```
    Kubernetes Submit Queue authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    b2d844b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47542 from enisoc/tpr-watch

    Automatic merge from submit-queue (batch tested with PRs 47492, 47542, 46800, 47545, 45764)
    
    Fix TPR watches.
    
    Fixes #47027
    
    TPR watch has been broken since #44350.
    Kubernetes Submit Queue authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    8cbf3a3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46800 from deads2k/agg-33-priority

    Automatic merge from submit-queue (batch tested with PRs 47492, 47542, 46800, 47545, 45764)
    
    separate group and version priority
    
    Fixes #46322
    
    
    This just modifies the API and does the minimal plumbing.  I can extend this pull or do another to fix the priority problem.
    Kubernetes Submit Queue authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    08c705e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #47545 from ixdy/update-1.7-images

    Automatic merge from submit-queue (batch tested with PRs 47492, 47542, 46800, 47545, 45764)
    
    Update addons with upstream CVE fixes
    
    **What this PR does / why we need it**: refreshes the cluster-proportional-autoscaler, metadata-proxy, and fluentd-gcp addons with new base images with fixes for the following vulnerabilities:
    * CVE-2016-4448
    * CVE-2016-8859
    * CVE-2016-9841
    * CVE-2016-9843
    * CVE-2017-9526
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: x-ref #47386, though there are still a few images left to update
    
    **Release note**:
    
    ```release-note
    Update cluster-proportional-autoscaler, metadata-proxy, and fluentd-gcp addons with fixes for CVE-2016-4448, CVE-2016-8859, CVE-2016-9841, CVE-2016-9843, and CVE-2017-9526.
    ```
    
    /cc @timstclair @MrHohn @Q-Lee @crassirostris
    Kubernetes Submit Queue authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    79eb0ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45764 from krmayankk/depl-del-rs

    Automatic merge from submit-queue (batch tested with PRs 47492, 47542, 46800, 47545, 45764)
    
    delete dependent pods for rs when deleting deployments
    
    Fix #44046, where user reported that the garbage collector didn't delete pods when a deployment was deleted with PropagationPolicy=Background.
    Kubernetes Submit Queue authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    289de0e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #47491 from derekwaynecarr/fix-image-name-validation

    Automatic merge from submit-queue
    
    image name must not have leading or trailing whitespace
    
    **What this PR does / why we need it**:
    verifies that an image name can not have leading or trailing whitespace
    
    **Which issue this PR fixes**
    fixes #47490
    
    **Special notes for your reviewer**:
    i was surprised we had not caught this, so if there is an image spec that says leading and trailing whitespace is a good thing, i am open to correction.
    
    i was made aware of downstream users of validate pod template spec that used " " as a special token.  as a result, i only do the validation of image name " " in the `Pod` only.
    
    **Release note**:
    ```release-note
    NONE
    ```
    Kubernetes Submit Queue authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    23aafda View commit details
    Browse the repository at this point in the history
  7. Merge pull request #47462 from derekwaynecarr/strip-container-id-events

    Automatic merge from submit-queue
    
    Strip container id from events
    
    **What this PR does / why we need it**:
    reduces spam events from kubelet in bad pod scenarios
    
    **Which issue this PR fixes**:
    relates to #47366
    
    **Special notes for your reviewer**:
    pods in permanent failure states created unique events
    
    **Release note**:
    ```release-note
    None
    ```
    Kubernetes Submit Queue authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    562e721 View commit details
    Browse the repository at this point in the history
Loading