Commit Graph

745 Commits

Author SHA1 Message Date
Vincent Demeester
df15c08611
minishift: 1.27.0 -> 1.29.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-12-24 11:08:52 +01:00
Stephen
f58c31ead0
terragrunt: 0.17.3 -> 0.17.4 2018-12-22 14:37:25 -06:00
Vincent Demeester
e4bc05f460
openshift: migrate to using buildGoPackage
This means `openshift` becomes a multi-output derivation :
`openshift.bin` and `openshift`

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-12-20 18:45:54 +01:00
Jörg Thalheim
b01f4f2286
Merge pull request #52555 from vdemeester/52469-cni-to-buildgopackage
cni: migrate to using buildGoPackage
2018-12-20 11:13:03 +01:00
Vincent Demeester
5f7a34a264
cni: migrate to using buildGoPackage
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-12-20 08:22:13 +01:00
Jörg Thalheim
cd906a3b33
Merge pull request #51901 from yrashk/luigi-module
luigi: enable local modules discovery
2018-12-19 23:00:03 +01:00
R. RyanTM
ddeb896744 pig: 0.16.0 -> 0.17.0
* pig: 0.16.0 -> 0.17.0 (#52132)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pig/versions
2018-12-19 18:51:55 +01:00
Florian Klink
357566ec37
Merge pull request #52461 from stephengroat/patch-2
terraform-providers: bump versions
2018-12-19 01:58:54 +01:00
Alexey Shmalko
6e0cfe0696
Merge pull request #52459 from stephengroat/patch-1
terraform_0_11: 0.11.10 -> 0.11.11
2018-12-18 12:59:10 +02:00
Matthew Bauer
27d0d6d1ce
Merge pull request #51899 from yrashk/luigi-boto3
luigi: include boto3
2018-12-17 23:41:54 -06:00
Stephen
7b884b6807
terraform-providers: bump versions 2018-12-17 18:59:30 -08:00
Stephen
fb66e2d792
terraform_0_11: 0.11.10 -> 0.11.11 2018-12-17 18:49:54 -08:00
Franz Pletz
033486446c
Merge pull request #51896 from nicknovitski/kubernetes-1.13
kubernetes: 1.12.3 -> 1.13.1
2018-12-17 22:10:03 +00:00
Nick Novitski
18347fc05c kubernetes: 1.12.3 -> 1.13.1 2018-12-17 10:20:09 -08:00
Yurii Rashkovskii
a84a457f62
luigi: enable local modules discovery
Currently, local module discovery is broken with luigi installed from
this derivation.

In the documentation, you can see the following command line syntax
used:

```
luigi --module module_name ...
```

However, currently this will result in an error:

```
ModuleNotFoundError: No module named 'module_name'
```

However, if the call is prepended with this:

```
PYTHONPATH=.:$PYTHONPATH
```

then it will work as expected.

This patch makes this the default behaviour.
2018-12-12 16:12:54 +07:00
Yurii Rashkovskii
935810e0f3
luigi: include boto3
A number of luigi modules use boto3 to access AWS and will not work
without it.
2018-12-12 14:47:39 +07:00
Yurii Rashkovskii
66958e6ac5
luigi: 2.7.9 -> 2.8.0 2018-12-11 20:10:42 +07:00
adisbladis
2a7b82ca44
cni-plugins: Remove go from runtime closure 2018-12-07 21:15:12 +00:00
adisbladis
54b6c586a6
cni: Remove go from runtime closure 2018-12-07 21:15:12 +00:00
Johan Thomsen
015b2b1a35 kube-router: init at 0.2.3 2018-12-06 11:20:21 -05:00
zimbatm
e4d06cbab6
terraform-docs: init at 0.5.0 (#51579) 2018-12-06 12:10:36 +01:00
zimbatm
ae49c73644 terraform-providers: add terraform-provider-secret 2018-12-05 20:09:22 -08:00
zimbatm
71dbc5a77b terraform-providers: update 2018-12-05 20:09:22 -08:00
Johan Thomsen
7f06f36ffb kubernetes: 1.12.2 -> 1.12.3 (#51482) 2018-12-04 18:02:34 +01:00
Eric Bailey
6a0f0cce63 kubetail: install completions 2018-11-28 14:04:16 -08:00
Benjamin Staffin
551cee25b6
stern: build shell completion scripts even when cross-compiling (#51075)
Moments after merging #49668 I realized that this is not hard to do
correctly, so here it is now.
2018-11-26 20:35:48 -05:00
Benjamin Staffin
5087dcf247
stern: Include bash & zsh completion support (#49668) 2018-11-26 14:41:04 -05:00
Stephen
ed99c2266f terragrunt: 0.17.2 -> 0.17.3 (#51035) 2018-11-25 21:35:17 +01:00
lewo
e3970df4dd
Merge pull request #50918 from teozkr/issue-49120
kubernetes-helm: tell Helm what version it is
2018-11-22 17:15:58 +01:00
Teo Klestrup Röijezon
77cbf0db0a kubernetes-helm: tell Helm what version it is
Helm uses its version to determine what version of Tiller (the server
component) to install. Without this patch it thinks it is `v2.11+unreleased` and
tries to download `gcr.io/kubernetes-helm/tiller:v2.11`. After the patch it
correctly downloads `gcr.io/kubernetes-helm/tiller:v2.11.0`. Fixes #49120.
2018-11-22 14:49:20 +01:00
Stephen
b25213cdb1 terraform-providers: bump versions (#50864) 2018-11-22 12:44:07 +01:00
R. RyanTM
0b3f50f844 kubetail: 1.6.4 -> 1.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubetail/versions
2018-11-21 16:45:20 +01:00
Renaud
0fcb8f299e
Merge pull request #50790 from r-ryantm/auto-update/cni-plugins
cni-plugins: 0.7.3 -> 0.7.4
2018-11-20 21:47:56 +01:00
zimbatm
e28d3142a5
terraform_0_12: init at 0.12.0-alpha2 2018-11-20 10:32:36 +01:00
zimbatm
b554d6208a
terraform: add a "full" passthru
providers are already compiled independently so we don't need Hydra to
follow terraform_MAJ_MIN_full to have them all compiled.

Instead of having to create two aliases per release, add a "full"
passthru for that common use-case.

Eg:

  terraform_0_11_full -> terraform_0_11.full
2018-11-20 10:32:36 +01:00
zimbatm
a4195b20e6
terraform: delete old versions 2018-11-20 10:13:56 +01: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
zimbatm
d979b8bec1
terragrunt: delete old versions
These are very old and blocking cleaning old terraform releases
2018-11-19 22:10:06 +01:00
Maximilian Bode
ba2b95902d heptio-ark: 0.9.6 -> 0.10.0 2018-11-18 15:51:12 +01:00
Maximilian Bode
3124d0925e flink_1_5: 1.5.4 -> 1.5.5 2018-11-18 15:29:21 +01:00
Maximilian Bode
a1cb690407 flink: 1.6.1 -> 1.6.2 2018-11-18 15:25:45 +01:00
Franz Pletz
264346bd8c
minishift: 1.25.0 -> 1.27.0 2018-11-16 23:32:06 +01:00
Christian Albrecht
08c3c0094a
minishift: add openshift input
minishift depdends on oc to control the openshift installation.
2018-11-16 23:18:51 +01:00
Vincent Demeester
37b50c08eb
openshift: use go instead of go_1_10
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-12 18:17:33 +01:00
Vincent Demeester
1ccea556a1 openshift: 3.10 -> 3.11
Using go 1.10 instead of 1.9

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-12 18:16:57 +01:00
Jörg Thalheim
3a46305542
Merge pull request #50034 from stephengroat/patch-1
terraform-providers: bump versions
2018-11-10 22:10:29 +00:00
Stephen
b6b4f702ff terragrunt: 0.16.6 -> 0.17.2 (#50036) 2018-11-10 16:49:56 +01:00
Stephen
d9695af1ee
terraform-providers.aws: 1.43.0 -> 1.43.1 2018-11-09 18:19:27 -08:00
R. RyanTM
ad6bfada7a kubernetes: 1.12.1 -> 1.12.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/kubernetes/versions
2018-11-09 13:28:28 -08:00
Stephen
647d1eb077
terraform-providers: bump versions 2018-11-09 08:40:30 -08:00
zimbatm
f9bf6cef54
terraform_0_11: 0.11.8 -> 0.11.10 2018-11-03 00:52:24 +01:00
Arian van Putten
13effc913d terraform-providers: Bump all releases (#49582)
Does what it says on the tin. Auto-generated.
2018-11-03 00:50:35 +01:00
Benjamin Hipple
baf0703010 pythonPackages.pythondaemon: rename to pythonPackages.python-daemon
This commit renames the pythondaemon module to match its module name, github
name, and pypi name, which makes it easier to find and reference. In order to
avoid breaking any external users, I've left an alias with a deprecated warning.
2018-10-30 21:09:34 +01:00
Jörg Thalheim
27f51b4884
Merge pull request #48759 from mayflower/pkg/stern
stern: 1.8.0 -> 1.10.0
2018-10-20 23:59:26 +01:00
Jaka Hudoklin
8ff3df3eef
Merge pull request #48736 from mayflower/pkg/minishift
minishift: init at 1.25.0
2018-10-20 22:14:06 +02:00
Franz Pletz
672ff7eb0e
docker-machine-kvm2: use minikube version & source 2018-10-20 21:44:32 +02:00
Franz Pletz
5d45de1fc1
docker-machine-kvm: 0.8.2 -> 0.10.0 2018-10-20 21:44:31 +02:00
Franz Pletz
02ca5c10ef
stern: 1.8.0 -> 1.10.0 2018-10-20 21:43:36 +02:00
Franz Pletz
c6b09766aa
minishift: init at 1.25.0 2018-10-20 06:08:29 +02:00
zimbatm
7786575c6c
terraform-providers.libvirt: fix plugin output (#48577)
Terraform depends on this binary name format to detect the provider
version.
2018-10-16 19:35:45 +02:00
Benjamin Hipple
7472c5477a luigi: init at 2.7.9 2018-10-13 06:24:07 -04:00
lewo
276b99a847
Merge pull request #48100 from tenx-tech/feature/upgrade-helmfile
helmfile: update from 0.19.0 to 0.40.1
2018-10-13 08:53:59 +02:00
Periklis Tsirakidis
e5ee89f758 minikube: bump version 0.29.0 -> 0.30.0
This is a fix release for CVE-2018-1002103. More details in
https://github.com/kubernetes/minikube/issues/3208
2018-10-12 10:24:56 +02:00
zimbatm
e4f8d5c254
terraform-providers.gandi: init at 1.0.0 (#48223) 2018-10-11 21:53:30 +02:00
Sarah Brofeldt
35bccdecc1
Merge pull request #48103 from johanot/kubernetes-1.12.1
kubernetes: 1.12.0 -> 1.12.1
2018-10-11 10:20:23 +02:00
Johan Thomsen
8609055ac2 kubernetes: 1.12.0 -> 1.12.1 2018-10-09 12:41:47 +02:00
edude03
a0e41023ec helmfile: update from 0.19.0 to 0.40.1 2018-10-09 16:41:13 +08:00
edude03
c292638b40 helm: build from sources 2018-10-09 16:25:34 +08:00
Timo Kaufmann
ec7d7e1f78
Merge pull request #47609 from mbode/heptio-ark_0_9_6
heptio-ark: 0.9.4 -> 0.9.6
2018-10-06 19:54:59 +02:00
lewo
96ad503163
Merge pull request #47692 from nicknovitski/kubeval-init
kubeval: init at 0.7.3
2018-10-05 08:41:41 +02:00
Nick Novitski
78b9ab0713 kubeval: init at 0.7.3 2018-10-04 13:52:45 -07:00
zimbatm
d4ff6cae34
terraform: add plugins tests (#47861)
I wasn't sure if the plugins were downloaded from the Internet or not.
This makes sure that there is no regression in the plugin detection.
2018-10-04 22:41:19 +02:00
R. RyanTM
07ace1d24e kubernetes-helm: 2.10.0 -> 2.11.0
* kubernetes-helm: 2.10.0 -> 2.11.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helm/versions

* kubernetes-helm: 2.10.0 -> 2.11.0 (fix darwin hash)
2018-10-04 21:44:03 +02:00
Florian Klink
e4f4e9fd1d terraform-providers.matchbox: init at 0.2.2 (#47863) 2018-10-04 15:21:24 +02:00
Vincent Demeester
ba98a7aea1
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>
2018-10-03 16:41:03 +02:00
Maximilian Bode
5c5cb36f7a stern: init at 1.8.0 (#47605) 2018-10-01 23:56:08 +02:00
Maximilian Bode
fe5d78a1f2 terraform-landscape: 0.2.0 -> 0.2.1 (#47611) 2018-10-01 23:43:34 +02:00
Maximilian Bode
438559182f heptio-ark: 0.9.4 -> 0.9.6 2018-10-01 20:37:48 +02:00
Maximilian Bode
fef46259d6 flink_1_5: 1.5.3 -> 1.5.4 2018-10-01 19:54:11 +02:00
Maximilian Bode
9c7d2aa353 flink: 1.6.0 -> 1.6.1 2018-10-01 19:51:54 +02:00
Jörg Thalheim
5547a8b6a5
Merge pull request #47407 from kalbasit/nixpkgs_add-terraform-provider-nixos
terraform: update all providers and move nixos provider under terraform.withPlugins
2018-09-30 22:33:58 +01:00
Johan Thomsen
a91c293aaf kubernetes: 1.11.3 -> 1.12.0
- kubelet CAdvisor port has been removed
2018-09-30 14:49:26 +02:00
Wael M. Nasreddine
18681d9f79
kubetail: 1.6.1 -> 1.6.4 2018-09-28 15:35:36 -07:00
Wael M. Nasreddine
6ff45f34d8
terraform-providers: move ibm and libvirt underneath the terraform-providers 2018-09-28 11:32:19 -07:00
zimbatm
ef64786cda
terraform: move providers to terraform-providers
Before, providers were only built indirectly. Since proviers don't
depend on terraform to build they can be moved into their own collection
of packages. This also has the advantage that they can be reached
directly using an attribute path (Eg: terraform-providers.nixos).

Co-authored-by: Wael Nasreddine <wael.nasreddine@gmail.com>
2018-09-28 11:22:27 -07:00
Wael M. Nasreddine
7dadabb22c
terraform: add myself as a maintainer 2018-09-27 09:51:41 -07:00
Wael M. Nasreddine
cc481cedda
terraform: update-all: add support for parsing list of providers in providers.txt 2018-09-27 09:51:35 -07:00
Wael M. Nasreddine
f95c18f3d1
terraform-provider-nixos: move the provider to the inside of terraform.withPlugins 2018-09-26 13:10:27 -07:00
Wael M. Nasreddine
77b5440640
terraform: update all the providers 2018-09-26 13:10:27 -07:00
Jörg Thalheim
3a31207d79
Merge pull request #46646 from manveru/upgrade-terraform-landscape
terraform-landscape: 0.1.18 -> 0.2.0
2018-09-15 19:34:16 +01: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
xeji
b917bb9449
Merge pull request #46659 from mbode/flink_1_6
flink: 1.5 -> 1.6
2018-09-15 12:26:08 +02:00
Maximilian Bode
95c7d8300f click: 0.3.1 -> 0.3.2
patch necessary to fix "error: the lock file needs to be updated but --frozen was passed to prevent this"
2018-09-15 10:38:15 +02:00
Maximilian Bode
8125de3b40 flink: drop older versions than current and previous minor release
This is consistent with the update policy as laid out in https://flink.apache.org/downloads.html#update-policy-for-old-releases.
2018-09-15 09:38:30 +02:00
Maximilian Bode
e6cf858408 heptio-ark: 0.9.0 -> 0.9.4 (#46662) 2018-09-15 02:04:43 +02:00
Maximilian Bode
c8f602528b flink_1_5: 1.5.0 -> 1.5.3 2018-09-14 18:35:39 +02:00
Maximilian Bode
3de8769c87 flink: 1.5.0 -> 1.6.0 2018-09-14 18:35:06 +02:00
Michael Fellinger
b415a573ba terraform-landscape: 0.1.18 -> 0.2.0 2018-09-14 14:57:33 +02:00
Johan Thomsen
a49f56c3b1 kubernetes: 1.10.5 -> 1.11.3
Fixed minor issue where kube-addon manager complaints about
/opt/namespace.yaml missing.

Added release notes with reference to Kubernetes 1.11 release notes.

closes #43882
2018-09-12 15:17:02 +02:00
Antoine Eiche
0b6da47fe3 kubernetes-helm: fix darwin hash 2018-09-07 22:01:15 +02:00
lewo
b95454da65
Merge pull request #46256 from r-ryantm/auto-update/helm
kubernetes-helm: 2.9.1 -> 2.10.0
2018-09-07 21:58:13 +02:00
R. RyanTM
dd74f16b36 kubernetes-helm: 2.9.1 -> 2.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
helm
2018-09-06 18:33:20 -07:00
Jaka Hudoklin
5574b6a152
Merge pull request #46143 from teozkr/update/kops-1.10.0
kops: 1.9.0 -> 1.10.0
2018-09-06 14:44:39 +02:00
Teo Klestrup Röijezon
a0a71e9be6
kops: 1.9.0 -> 1.10.0 2018-09-06 12:32:53 +02:00
John Ericson
0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
Uli Baum
7b1f5f70c0 mesos: fix build
was broken due to missing dependencies
2018-08-25 01:21:46 +02:00
Stephen
c218a9cfe0 terraform_0_11: 0.11.7 -> 0.11.8 (#45117) 2018-08-16 21:14:36 +01:00
Sarah Brofeldt
5e0d266fae
Merge pull request #45079 from tazjin/chore/kontemplate-1.7.0
kontemplate: 1.6.0 -> 1.7.0
2018-08-16 10:19:19 +02:00
Stephen
083c3183ff
terragrunt: 0.16.5 -> 0.16.6 2018-08-15 15:14:17 -07:00
Vincent Ambo
15064010fa kontemplate: 1.6.0 -> 1.7.0
Upstream release notes available at:

https://github.com/tazjin/kontemplate/releases/tag/v1.7.0

The upstream uses Nix as the build system and the changes to
`deps.nix` are simply copied over from there.
2018-08-15 21:34:10 +02:00
Stephen
e36ea4b1bf
terragrunt: 0.14.6 -> 0.16.5 2018-08-14 10:35:32 -07:00
volth
4cc594d483 hadoop_3_1: 3.1.0 -> 3.1.1 2018-08-13 16:48:50 +00:00
volth
6abda8be18 hadoop_2_7: 2.7.6 -> 2.7.7 2018-08-13 16:48:27 +00:00
volth
7749445337 hadoop: fix build in sandbox 2018-08-13 16:47:58 +00:00
Jens Binkert
f5cf11b2f1 openshift: 3.9.0 -> 3.10.0 (#44484) 2018-08-05 16:28:45 +02:00
Florian Klink
0a772e3c04 terraform-provider-libvirt: 0.3 -> 0.4
goDeps isn't used anymore
add note about why cdrtools is propagated
2018-08-04 00:54:21 +02:00
Florian Klink
5bf656e33b terraform: filter out azure-classic while generating data.nix 2018-08-04 00:54:21 +02:00
Florian Klink
5d4ab1baaa terraform: update all providers
also, stop excluding terraform.plugins.telefonicaopencloud (since
c07670bcdc), as there's a tag on their
repo now.
2018-08-04 00:54:21 +02:00
Wael M. Nasreddine
8fb92a733e kubetail: init at 1.6.1 2018-07-25 07:15:42 -07:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tim Steinbach
b77a32f6cf
minikube: 0.28.0 -> 0.28.1 2018-07-20 08:18:01 -04:00
Elias Probst
48a1dafdbe
terraform: remove whitespace from name
A `nix-env -iA unstable.terraform-full` gave me
`installing 'terraform-with-plugins -0.11.7'`
This removes the whitespace which sneaked into its name.
2018-07-20 00:06:11 +02:00
Florian Klink
cf00b9aff4 ksonnet: init at 0.11.0
closes #42596
2018-07-17 14:37:43 +02:00
Jens Binkert
0f55c40186 terraform-provider-ibm: 0.11.0 -> 0.11.1 (#43516) 2018-07-14 20:59:42 +02:00
Pascal Wittmann
6a4aaf8965
Merge pull request #43293 from eliasp/add-hetzner-kube-0.3.1
hetzner-kube: init at version 0.3.1
2018-07-12 14:04:26 +02:00
Maximilian Bode
0646be557e heptio-ark: 0.7.1 -> 0.9.0 (#43381) 2018-07-11 22:21:05 +02:00
xeji
7c37665831
Merge pull request #43377 from mbode/flink_1_5
flink: 1.4.2 -> 1.5.0
2018-07-11 21:45:50 +02:00
Maximilian Bode
cc179b62b0 terraform-landscape 0.1.17 -> 0.1.18 (#43380) 2018-07-11 21:37:26 +02:00
Maximilian Bode
f9d6732ee0 flink_1_3: 1.3.2 -> 1.3.3 2018-07-11 20:42:31 +02:00
Elias Probst
20f096a8a1
hetzner-kube: add myself (eliasp) as maintainer 2018-07-11 20:42:28 +02:00
Elias Probst
0d8fccafef
hetzner-kube: init at version 0.3.1 2018-07-11 20:41:55 +02:00
Maximilian Bode
7a9e3b8cba flink: 1.4.2 -> 1.5.0 2018-07-11 20:37:06 +02:00
Jens Binkert
58eb085b66 terraform-provider-ibm: 0.10.0 -> 0.11.0 (#43299) 2018-07-11 00:44:47 +02:00
Matthew Bauer
01037e0f35
Merge pull request #42688 from fmenou/update-terraform-providers
terraform: update all providers
2018-07-05 22:11:26 -04:00
Tim Steinbach
e08b53df15
minikube: 0.27.0 -> 0.28.0 2018-07-03 09:18:01 -04:00
Matthew Bauer
82b474f37b
Merge pull request #32893 from volth/hadoop_2_7-3_0
hadoop: 2.2.0 -> 2.7.6, 2.8.4, 2.9.1, 3.0.3, 3.1.0
2018-06-28 20:47:22 -04:00
Silvan Mosberger
57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Frédéric Menou
c07670bcdc terraform: update all providers
terraform-provider-telefonicaopencloud is excluded: no tag in their repository.
2018-06-28 02:26:18 +02:00
lewo
3951a693e5
Merge pull request #41644 from tadfisher/minikube
minikube: bundle kvm2 driver
2018-06-24 21:29:03 +02:00
R. RyanTM
7f1dcab277 kubernetes: 1.10.4 -> 1.10.5 (#42498)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/.kube-addons-wrapped had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-addons had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/conversion-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/deepcopy-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/defaulter-gen had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/e2e.test had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/gendocs passed the binary check.
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genkubedocs had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genman had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/genyaml passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/go-bindata passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-apiserver passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-controller-manager passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-proxy passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kube-scheduler passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubeadm passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubectl passed the binary check.
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/kubelet passed the binary check.
- Warning: no invocation of /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/openapi-gen had a zero exit code or showed the expected version
- /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5/bin/teststale passed the binary check.
- 11 of 20 passed binary check by having a zero exit code.
- 5 of 20 passed binary check by having the new version present in output.
- found 1.10.5 with grep in /nix/store/wvgp2pcmxsvzxvbl0a4w0qmwgkw2nifq-kubernetes-1.10.5
- directory tree listing: https://gist.github.com/f66eb35eb29445af12d98c6605753493
- du listing: https://gist.github.com/30b38d2640ef11a2252df16c7bfd6063
2018-06-24 20:16:38 +02:00
Tad Fisher
aef546444c minikube: bundle kvm2 driver 2018-06-23 16:01:38 -07:00
xeji
a28e7f27d4
Merge pull request #42099 from Pneumaticat/helmfile-updates
Helmfile updates (0.16.0 -> 0.19.0, use wrapProgram)
2018-06-18 22:42:30 +02:00
lewo
a3f556a323 kubernetes-helm: 2.9.0 -> 2.9.1 (#42113)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1/bin/helm passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.9.1 with grep in /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1
- directory tree listing: https://gist.github.com/ed779ecaf62619059b08a121472e6a96
- du listing: https://gist.github.com/2621c9acfcbf3fa34c093d8bbd9d0292
2018-06-17 21:31:18 +02:00
Kevin Liu
37804741b5
helmfile: add helm to path with wrapProgram
Helmfile makes direct calls to `helm` as an implicit dependency. Now helmfile
can work without Helm also being explicitly installed.
2018-06-16 08:40:17 -04:00
Kevin Liu
2c78c378b7
helmfile: 0.16.0 -> 0.19.0 2018-06-16 08:40:08 -04:00
volth
7aa95b1c54
Merge branch 'master' into hadoop_2_7-3_0 2018-06-15 23:11:46 +00:00
volth
499f6a3ff3
hadoop: update minor versions 2018-06-15 23:06:16 +00:00
Jens Binkert
b5476e4c98 terraform-provider-ibm: 0.9.1 -> 0.10.0 (#41942) 2018-06-13 21:49:14 +02:00
Johan Thomsen
38fc5b3200 kubernetes: 1.10.3 -> 1.10.4 2018-06-12 13:53:46 +02:00
Vincent Ambo
8e9e728aee kontemplate: 1.5.0 -> 1.6.0 (#41766)
Upstream release notes at:

https://github.com/tazjin/kontemplate/releases/tag/v1.6.0
2018-06-10 00:03:02 +02:00