Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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: NixOS/nixpkgs-channels
base: 3cff2fbc0a37
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 589d270ce440
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 12, 2018

  1. minikube: 0.28.1 -> 0.29.0

    Hard-code kubernetes version as the upstream python script is broken/not-up-to-date
    
    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    (cherry picked from commit ba98a7a)
    Backport of #47765
    vdemeester authored and srhb committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    c0c5ea1 View commit details
    Browse the repository at this point in the history
  2. minikube: bump version 0.29.0 -> 0.30.0

    This is a fix release for CVE-2018-1002103. More details in
    kubernetes/minikube#3208
    
    (cherry picked from commit e5ee89f)
    Backport of #48256
    periklis authored and srhb committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    c0c867d View commit details
    Browse the repository at this point in the history
  3. nixos/network-interfaces-scripted: fix container networking bug

    When a bridge interface was reconfigured, running containers using
    this bridge lost connectivity: restarting network-addresses-brN.service
    triggered a restart of network-setup.service via a "partOf" relationship
    introduced in 07e0c0e.
    This in turn restarted brN-netdev.service.
    The bridge was thus destroyed and recreated with the same name but a new
    interface id, causing attached veth interfaces to lose their connection.
    
    This change removes the "partOf" relationship between
    network-setup.service and network-addresses-brN.service for all bridges.
    
    (cherry picked from commit 2742063)
    xeji committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    589d270 View commit details
    Browse the repository at this point in the history