Commit graph

3 commits

Author SHA1 Message Date
Vincent Demeester 633bcbbb20 cni-plugins: 0.7.1 -> 0.7.3 (#46698)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-09-15 16:26:12 +02:00
R. RyanTM f66a510db8 cni-plugins: 0.7.0 -> 0.7.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/cni-plugins/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.7.1 with grep in /nix/store/ddh9jrgh4df6s6kj6ywc6clnprfggp75-cni-plugins-0.7.1
- directory tree listing: https://gist.github.com/2260aa864704a4bc411b23f3147315e9
2018-04-30 17:48:52 -07:00
Charles Strahan 709b6f664e
nixos: kubernetes fixes
* Fix reference CNI plugins
  * The plugins were split out of the upstream cni repo around version
    0.6.0

* Fix RBAC and DNS tests
  * Fix broken apiVersion fields
  * Change plugin linking to look in ${package}/bin rather than
    ${package.plugins}

* Initial work towards a working e2e test
  * Test still fails, but at least the expression evaluates now

Continues @srhb's work in #37199

Fixes #37199
2018-03-30 17:33:45 -04:00