Commit graph

21 commits

Author SHA1 Message Date
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 7eda9f6e30 cni-plugins: add passthru.tests 2020-05-19 10:41:17 +10:00
zowoq aade6fc7b0 cni-plugins: switch to buildGoModule 2020-05-14 17:36:30 +10:00
zowoq dcb013d85c cni-plugins: 0.8.5 -> 0.8.6
https://github.com/containernetworking/plugins/releases/tag/v0.8.6
2020-05-14 10:57:02 +10:00
zowoq b1138cc386 cni-plugins: update maintainers 2020-04-24 08:08:39 +10:00
zowoq 202b87ca99 cni-plugins: 0.8.4 -> 0.8.5
https://github.com/containernetworking/plugins/releases/tag/v0.8.5
2020-04-21 09:29:29 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Sascha Grunert acd334c5b6
cni-plugins: v0.8.3 -> v0.8.4
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-09 14:28:24 +01:00
Sascha Grunert f060bf247d cni-plugins: v0.8.2 -> v0.8.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-13 16:51:48 +01:00
Charles Strahan 96bd4d218d
Merge pull request #63604 from dingxiangfei2009/version-pin-cni-plugins
cni-plugins: add version pin
2019-09-22 15:16:17 -05:00
R. RyanTM ace4a1a351 cni-plugins: 0.8.1 -> 0.8.2
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
2019-08-17 13:16:07 -07:00
Ding Xiang Fei 425b2bb520 cni-plugins: add version pin 2019-06-21 15:45:39 +08:00
Will Dietz dae3e46e16 cni-plugins: 0.8.0 -> 0.8.1 2019-06-15 10:59:12 +02:00
Will Dietz 74e9b6441d
cni-plugins: 0.7.5 -> 0.8.0
https://github.com/containernetworking/plugins/releases/tag/v0.8.0

Maybe need to improve script invocation for other platforms,
but for now we limit to linux so keep it simple.
2019-06-04 15:45:20 -05:00
R. RyanTM cb93ae7eb3 cni-plugins: 0.7.4 -> 0.7.5 (#58655)
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
2019-04-08 00:30:30 +02:00
Wael M. Nasreddine 6ef04cabd4
go_1_12: init at go 1.12 2019-03-02 14:24:17 -08:00
adisbladis 2a7b82ca44
cni-plugins: Remove go from runtime closure 2018-12-07 21:15:12 +00:00
R. RyanTM 97e90a4866 cni-plugins: 0.7.3 -> 0.7.4
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
2018-11-19 13:10:48 -08:00
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