Commit Graph

1199 Commits

Author SHA1 Message Date
Mario Rodas
d6baf47e93
Merge pull request #75168 from endocrimes/nomad-0-10-2
nomad: 0.10.0 -> 0.10.2
2019-12-07 20:45:32 -05:00
Danielle Lancashire
882e399b47
nomad: 0.10.0 -> 0.10.2 2019-12-07 19:24:02 +01:00
lewo
fe6592ba94
Merge pull request #74909 from filalex77/fluxctl-1.16.0
fluxctl: 1.15.0 -> 1.16.0
2019-12-06 09:04:03 +01:00
Florian Klink
bcfa14af15 terraform-providers: bump version (#74991)
Contrary to what the update script suggested, I didn't bump the google
providers to 3.0.0[-beta] just yet :-)
2019-12-04 18:04:34 +00:00
Mario Rodas
591aee28b2
Merge pull request #74908 from groodt/kubeval-0.14.0
kubeval: 0.7.3 -> 0.14.0
2019-12-04 06:39:44 -05:00
Christian Kampka
a951af1a5e kops_1_15: init at 1.15.0 (#73809) 2019-12-03 13:21:56 +00:00
Oleksii Filonenko
358e61f4e4
fluxctl: add filalex77 to maintainers 2019-12-03 13:51:46 +02:00
Oleksii Filonenko
90bd5a5eb1
fluxctl: 1.15.0 -> 1.16.0 2019-12-03 13:51:28 +02:00
Greg Roodt
58476ac09d kubeval: 0.7.3 -> 0.14.0 2019-12-03 22:29:22 +11:00
Mario Rodas
a72d15df15 terraform: 0.12.16 -> 0.12.17 (#74873)
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.17
2019-12-03 09:35:55 +00:00
Sascha Grunert
801da15e4e sonobuoy: 0.15.0 -> 0.16.1 (#70904)
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-22 22:29:01 +01:00
Mario Rodas
158e216943
terraform: 0.12.15 -> 0.12.16
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.16
2019-11-18 16:20:00 -05:00
Greg Roodt
056bda4714 kubeseal: init at 0.9.5 2019-11-17 00:36:31 -08:00
Mario Rodas
0d7a2c1354
Merge pull request #73438 from marsam/update-terraform
terraform: 0.12.14 -> 0.12.15
2019-11-15 04:06:33 -05:00
Sascha Grunert
5dad4bdd6f
kubernetes: 1.15.4 -> 1.16.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-15 05:58:01 +01:00
Mario Rodas
a6924d3fb7
terraform: 0.12.14 -> 0.12.15
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.15
2019-11-14 18:00:00 -05:00
Sascha Grunert
65e7d9c8c9 kubernetes-helm: 2.15.1 -> 3.0.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-14 09:31:31 -08:00
Bastien Rivière
136c6c1815 terraform: 0.12.13 -> 0.12.14 (#73393)
update terraform to it's latest version
2019-11-14 15:30:19 +00: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
Martin Potier
ca0c25f18a atlantis: init at 0.10.1 2019-11-13 01:44:53 -08:00
zimbatm
a8f50f02cc
Merge pull request #72939 from mbrgm/update-terraform-providers
terraform-providers: update and improve update script
2019-11-09 18:15:16 +00:00
Greg Roodt
2991ba6462 fluxctl: 1.13.3 -> 1.15.0 2019-11-08 20:25:41 -08:00
Marius Bergmann
bc0a2adb22 terraform-provider-pass: init at 1.2.1 2019-11-08 23:44:30 +01:00
Marius Bergmann
610ffc9b8f terraform-providers: update existing providers 2019-11-08 23:41:16 +01:00
Marius Bergmann
3ddd53e576 terraform-providers: fix handling of version/rev in provider list
I interpreted the purpose of stripping the first character from the 'version'
argument as an attempt to remove a prefixed 'v' (e.g. 'v1.0.0') from a version
tag. This works if the tag actually has a 'v' prefix, but also removes the first
character if version tags are not prefixed (e.g. '1.0.0').

Additionally, the 'v' was added again when specifying the `rev` for
`fetchFromGitHub` in default.nix. As described above, this did also not work
when provider repos did not prefix their version tags with 'v'.

I changed the implementation as follows:

- `version` and `rev` are stored inside data.nix
- `version` is used to declare the nix package version
- `rev` is used to fetch the proper git ref when building the package
- for determining `version`, an optional leading 'v' is trimmed from the tag
  name

Now this has the implication that the latest tag must always be a release tag
when using the `update-all` script, but as the result of running `update-all`
should always be reviewed before submission, makes this appear a manageable
tradeoff to me.
2019-11-08 23:41:08 +01:00
Marius Bergmann
206f719046 terraform-providers: group individual repo providers 2019-11-08 23:40:55 +01:00
Christian Kampka
1349b26303
kops_1_14: 1.14.0 -> 1.14.1 2019-11-08 11:37:20 +01:00
Mario Rodas
fb229fc3dc terraform: 0.12.12 -> 0.12.13 (#72439)
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.13
2019-11-01 16:31:48 +00:00
Urban Skudnik
a038ae1118
helm: 2.14.3 -> 2.15.1 2019-10-25 16:47:55 +02:00
Danielle Lancashire
f8d639b018 nomad: add endocrimes as maintainer 2019-10-24 08:37:50 -07:00
Danielle Lancashire
942eb66bf4 nomad: 0.9.5 -> 0.10.0
This commit upgrades Nomad from 0.9.5 to 0.10.0 and also pins the Golang
version to go1.12 as it is the only supported compiler for the current
release, and due to some dependency issues currently does not support
go1.13.
2019-10-24 08:37:50 -07:00
Mario Rodas
6e6ea38351
Merge pull request #71307 from marsam/update-terraform
terraform: 0.12.10 -> 0.12.11
2019-10-20 14:28:33 -05:00
Renaud
d7161848fe
terraform-landscape: fix meta.license
Apache 2.0 and not
Apple Public Source License 2.0
2019-10-20 14:59:00 +02:00
Greg Roodt
bdeea9eb24 kubecfg: 0.12.5 -> 0.13.1 2019-10-18 23:54:09 -07:00
Anton Desyatov
965e57cf33 tilt: 0.10.4 -> 0.10.13 2019-10-18 13:53:30 +07:00
Mario Rodas
dd78c00970
terraform: add marsam as maintainer 2019-10-17 20:01:00 -05:00
Mario Rodas
bb0a4bf05d
terraform: 0.12.10 -> 0.12.12
Changelog:
+ https://github.com/hashicorp/terraform/releases/tag/v0.12.11
+ https://github.com/hashicorp/terraform/releases/tag/v0.12.12
2019-10-17 20:00:00 -05:00
Renaud
cadc0a05af
Merge pull request #70869 from cameronbriar/terraform-provider-wavefront
terraform-provider-wavefront: init at 2.1.0
2019-10-15 17:40:29 +02:00
Greg Roodt
5078eba3aa argo: 2.2.1 -> 2.4.1 (#70672) 2019-10-12 17:12:59 -07:00
Roman Volosatovs
8c33df9d65
all-packages: use go 1.12 for terraform-providers.elasticsearch 2019-10-11 10:09:09 +02:00
Cameron Briar
fcfa6f2cf1 terraform-provider-wavefront: init at 2.1.0
Introduces https://github.com/spaceapegames/terraform-provider-wavefront to the existing
set of Terraform providers. Leverages the existing pattern for including
community-driven Terraform providers not mentioned here: https://www.terraform.io/docs/providers
2019-10-09 12:46:00 -04:00
Mario Rodas
c26d471660
terraform: 0.12.9 -> 0.12.10
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.10
2019-10-07 20:00:00 -05:00
Christine Koppelt
036ed5de72 spark: 2.4.3 -> 2.4.4; remove 1.6.3 (EOL); refactoring 2019-10-07 12:53:51 -05:00
Christian Kampka
10f8ff8b6e
spacegun: init at 0.3.3 2019-10-07 15:46:21 +02:00
Christian Kampka
b980f1e46c kops_1_14: init at 1.14.0 (#70189) 2019-10-01 17:03:02 +00:00
José Luis Lafuente
b2c12abb28 kube3d: build as GoModule instead of GoPackage (#70062)
Also adds build flags version and k3sVersion. Previously it was using the default, dev and latest
2019-09-30 17:37:37 -04:00
Marek Mahut
7b2df3cc16
Merge pull request #69535 from r-ryantm/auto-update/flink
flink: 1.8.1 -> 1.9.0
2019-09-27 22:10:48 +02:00
Mario Rodas
54443a0512
Merge pull request #69611 from r-ryantm/auto-update/kubetail
kubetail: 1.6.9 -> 1.6.10
2019-09-27 03:21:41 -05:00
Joachim F
ad773d31e2
Merge pull request #69345 from joachifm/feat/split-version
Replace uses of splitString for splitting version strings
2019-09-27 06:19:18 +00:00
R. RyanTM
f552da5358 kubetail: 1.6.9 -> 1.6.10
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
2019-09-26 16:44:00 -07:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
Quoting from the splitString docstring:

   NOTE: this function is not performant and should never be used.

This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
R. RyanTM
be0b876035 flink: 1.8.1 -> 1.9.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/flink/versions
2019-09-26 07:38:22 -07:00
Christian Kampka
79d656813c kops_1_13: 1.13.1 -> 1.13.2 (#69485) 2019-09-26 10:47:29 +00:00
Christian Kampka
a82ae1470a kops_1_13: 1.13.0 -> 1.13.1 (#69407) 2019-09-25 08:57:34 +00: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
Austin Seipp
3c10b93320 k9s: 0.7.13 -> 0.8.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-22 13:18:46 -05:00
Mario Rodas
2f87a2ef7e kubeless: use buildGoPackage 2019-09-21 04:22:00 -05:00
Peter Hoeg
25544be831
Merge pull request #68996 from marsam/update-terraform
terraform: 0.12.8 -> 0.12.9
2019-09-20 11:04:09 +08:00
Jaka Hudoklin
22812a240f
Merge pull request #69044 from johanot/kubernetes-1.15.4
kubernetes: 1.15.3 -> 1.15.4
2019-09-18 23:12:07 +02:00
Johan Thomsen
b21a3356f0 kubernetes: 1.15.3 -> 1.15.4 2019-09-18 22:38:10 +02:00
worldofpeace
327c52ec70
Merge pull request #68717 from groodt/groodt-qbec-0.7.5
qbec: init at 0.7.5
2019-09-17 20:21:14 -04:00
Greg Roodt
a0f7cd0997 qbec: init at 0.7.5 2019-09-17 20:20:56 -04:00
Mario Rodas
f676b540d9
terraform: 0.12.8 -> 0.12.9
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.9
2019-09-17 16:20:00 -05:00
Roman Volosatovs
4fee6bee73
helmfile: 0.79.3 -> 0.85.0 2019-09-16 23:21:09 +02:00
Greg Roodt
6c0595e171 kubecfg: 0.12.0 -> 0.12.5 (#68715) 2019-09-15 15:19:41 -04:00
Vincent Ambo
c473526ff3 kontemplate: 1.7.0 -> 1.8.0
New upstream release was made available at
https://github.com/tazjin/kontemplate/releases/tag/v1.8.0
2019-09-09 18:48:16 +01:00
zimbatm
862e91dc6b
helm: 2.14.2 -> 2.14.3 2019-09-09 13:28:41 +02:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Frederik Rietdijk
5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Mario Rodas
12e3519344
terraform: 0.12.7 -> 0.12.8
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.8
2019-09-05 01:00:00 -05:00
Johan Thomsen
10e416ce61 kubernetes: 1.14.3 -> 1.15.3 2019-09-04 17:38:41 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Franz Pletz
de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
Ryan Mulligan
32f9c619f5
Merge pull request #67969 from petabyteboy/feature/remove-dobuild
treewide: remove uses of doBuild and doConfigure
2019-09-02 15:13:47 -07:00
Milan Pässler (work)
185fd61631 treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
2019-09-02 23:42:12 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Danielle Lancashire
f6c47d01a4
nomad: 0.9.4 -> 0.9.5
This commit updates nomad from 0.9.4 to 0.9.5.

It also introduces the 'ui' build tag as it is incredibly useful when
working in development and production environments - and the assets are
included in release commits.
2019-08-31 22:08:57 +02:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk
98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
José Luis Lafuente
ec4798f9a8
tilt: 0.9.7 -> 0.10.4 2019-08-26 22:31:00 +02:00
Robin Gloster
616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Mario Rodas
7294e168cd
Merge pull request #67316 from marsam/update-terraform
terraform_0_12: 0.12.6 -> 0.12.7
2019-08-23 16:33:46 -05:00
Mario Rodas
0acec0d071
terraform_0_12: 0.12.6 -> 0.12.7
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.7
2019-08-22 19:32:06 -05:00
Robin Gloster
c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-23 02:00:31 +02:00
Sarah Brofeldt
a6292c8aef
Merge pull request #66720 from 00-matt/pkg-kubeless
kubeless: init at 1.0.4
2019-08-22 21:18:11 +02:00
Andrew Childs
90776e1de5 minikube: restore plugins
These were dropped in a12efe947f
2019-08-22 18:33:54 +09:00
Andrew Childs
9232a335ef docker-machine-kvm2: update for changes to minikube
In "minikube: 1.0.1 -> 1.2.0" [1], the package changed from
buildGoPackage to buildGoModule. This package, docker-machine-kvm2, is
built from the same sources and must follow the same packaging.

[1] a12efe947f
2019-08-22 18:32:14 +09:00
Matt Smith
46750099c1 kubeless: init at 1.0.4 2019-08-22 10:30:13 +01:00
Robin Gloster
a3251aa644
hadoop: fix infinite recursion 2019-08-21 23:35:51 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-21 14:25:13 +02:00
dshkyra
b15d8686ad terraform-providers: bump versions (#66587) 2019-08-20 22:40:29 +00:00
Robin Gloster
50c1ba542c
hadoop_2_*: build with openssl 1.0.2 2019-08-20 21:06:31 +02:00
R. RyanTM
97cf4d3f15 fluxctl: 1.13.1 -> 1.13.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fluxctl/versions
2019-08-19 01:08:47 -07:00
Frederik Rietdijk
f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02: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
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Frederik Rietdijk
fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Wael Nasreddine
2cc2131a90
prow: init unstable at 2019-08-14 (#66662) 2019-08-15 20:48:12 -07:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Marek Mahut
48d07a5987
Merge pull request #65857 from jonringer/bump-click
click: 0.3.2 -> 0.4.2
2019-08-12 14:13:06 +02:00
Sarah Brofeldt
92f26ed7ee
Merge pull request #66206 from jlesquembre/tilt
tilt: 0.9.4 -> 0.9.7
2019-08-08 20:56:44 +02:00
Sarah Brofeldt
4699a8c8bb
Merge pull request #66209 from jlesquembre/kube3d
kube3d: 1.1.0 -> 1.3.1
2019-08-08 20:54:36 +02:00
José Luis Lafuente
2e73605c1a
kube3d: 1.1.0 -> 1.3.1 2019-08-06 17:01:06 +02:00
José Luis Lafuente
cd105f02a8
tilt: 0.9.4 -> 0.9.7 2019-08-06 16:48:47 +02:00
Christian Kampka
48395480f7 kops_1_13: init at 1.13.0 2019-08-05 16:06:30 +02:00
Christian Kampka
2f99b0d605 kops_1_12: 1.12.2 -> 1.12.3 2019-08-05 16:06:30 +02:00
Christian Kampka
4d50ce93aa kops: restructure package to maintain multiple versions in the future
kops versions are bound to the version of the kubernetes cluster they
are targeted to maintain (kops 1.12 -> k8s 1.12, kops 1.13 -> k8s 1.13,
etc). Upgrading kops should therefore be done very deliberately
as it may affect the cluster it is working with in drastic ways.
This change introduces the ability to maintain multiple versions of
kops in nixpkgs, giving the users the ability to pin it to their target
cluster version when installing
2019-08-05 16:06:30 +02:00
Jaka Hudoklin
0dc218e83c
Merge pull request #65412 from vdemeester/update-minikube
minikube: 1.0.1 -> 1.2.0
2019-08-04 19:29:59 +02:00
Jonathan Ringer
c5f622bec9 click: 0.3.2 -> 0.4.2 2019-08-03 11:58:19 -07:00
David McKay
ed5ed93422 terraform_0_12: 0.12.5 -> 0.12.6 (#65729) 2019-08-01 10:52:25 -07:00
Danielle Lancashire
4655b4957a
nomad: 0.9.3 -> 0.9.4 2019-07-31 10:50:24 +02:00
Vincent Demeester
a12efe947f
minikube: 1.0.1 -> 1.2.0
Also switch to go modules.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-07-28 07:53:52 +02:00
Max Gonzih
184beb5236 linkerd: init at 2019-07-26 (#65436) 2019-07-27 22:51:18 -07:00
Max Gonzih
a0c413f71d fluxctl: init at 1.13.1 (#65433) 2019-07-27 12:22:23 -07:00
Max Gonzih
b5590fff46 k9s: init at 0.7.13 (#65432) 2019-07-27 09:46:08 -07:00
Urban Skudnik
f432ae3ba4
terraform-providers: bump versions 2019-07-26 12:45:21 +02:00
Urban Skudnik
a98e4248b9
Update provider
Matchbox changed owners on github
2019-07-26 12:45:20 +02:00
Urban Skudnik
f1b81ff2cd
Update ansible package
Needs to be moved out of automatic update-all since it requires
goDeps.
2019-07-26 12:45:20 +02:00
xrelkd
c4fec1c631 tilt: 0.9.2 -> 0.9.4 2019-07-23 15:17:13 +02:00
xrelkd
3cb3d7f5f4 tilt: 0.8.8 -> 0.9.2 2019-07-23 15:17:13 +02:00
adisbladis
2e6277f179
Merge pull request #63970 from carlosdagos/sonobuoy-init
sonobuoy: init at 0.15.0
2019-07-23 13:13:11 +01:00
Nick Novitski
7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Andreas Rammhold
bd7f9b6057
Merge pull request #64979 from tenx-tech/feature/update-helm
kubernetes-helm: 2.11 -> 2.14.2
2019-07-20 23:24:44 +02:00
R. RyanTM
f75d78e3c8 kubetail: 1.6.8 -> 1.6.9
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
2019-07-20 09:17:35 +02:00
Mario Rodas
4f2efec00e terraform_0_12: 0.12.4 -> 0.12.5 2019-07-20 09:16:17 +02:00
R. RyanTM
aa5775242a flink: 1.6.2 -> 1.8.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/flink/versions
2019-07-19 01:41:51 -07:00
Michael Francis
37d001311d updated to 2.14.2 2019-07-19 13:19:06 +08:00
Michael Francis
ef9dabfd9c kubernetes-helm: 2.11 -> 2.14.1 2019-07-17 15:49:14 +08:00
Mario Rodas
f41efc28f9
terraform_0_12: 0.12.3 -> 0.12.4 2019-07-13 12:57:16 -05:00
worldofpeace
f309c4c7da
Merge pull request #64478 from dtzWill/update/stern-1.11.0
stern: 1.10.0 -> 1.11.0
2019-07-13 12:18:19 -04:00
xrelkd
c120141888 kube-router: 0.2.5 -> 0.3.1 2019-07-10 23:48:31 +08:00
Will Dietz
7fa4b5f0bd
stern: 1.10.0 -> 1.11.0 2019-07-09 05:10:22 -05:00
Carlos D
0d8e17f32c sonobuoy: init at 0.15.0 2019-07-08 11:25:13 +10:00
Frederik Rietdijk
25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
R. RyanTM
80f39fb0c1 helmfile: 0.77.0 -> 0.79.3 (#64044)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helmfile/versions
2019-07-01 20:51:20 -07:00
Nikola Knežević
5366173614 nomad: 0.8.7 -> 0.9.3 (#63854)
0.9 series require go 1.11.11+ so switching to default 1.12.
2019-07-01 23:02:25 +03:00
N G
35efc84284 kub3d: init at v1.1.0 2019-07-01 11:02:04 +02:00
worldofpeace
cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
Greg Roodt
6ea5cf34b2 kubecfg: 0.9.1 -> 0.12.0 (#63681) 2019-06-26 14:57:36 -04:00
lewo
880bc93fc0
Merge pull request #63562 from ari-becker/update/kops
kops: 1.11.1->1.12.1
2019-06-25 22:50:13 +02:00
Mario Rodas
1681e2c1d4
terraform_0_12: 0.12.2 -> 0.12.3 2019-06-24 22:04:37 -05:00
zimbatm
20b993ef2c
ksonnet: remove package (#63702)
The team behind ksonnet was aquired by VMware, and they decided to end
work on ksonnet:

From https://blogs.vmware.com/cloudnative/2019/02/05/welcoming-heptio-open-source-projects-to-vmware:

> Prior to the acquisition, Heptio had been shifting focus and resources
> away from ksonnet; with the acquisition, we felt it was the right time
> to rethink our investment in ksonnet. As a result, work on ksonnet will
> end and the GitHub repositories will be archived. It’s extremely
> difficult to step back from a project we have worked so hard on, but
> we’re excited about our new ideas and vision for changing how developers
> experience the Kubernetes and cloud native ecosystems.
2019-06-23 22:43:23 +00:00
Florian Klink
9635646148 ksonnet: remove package
The team behind ksonnet was aquired by VMware, and they decided to end
work on ksonnet:

From https://blogs.vmware.com/cloudnative/2019/02/05/welcoming-heptio-open-source-projects-to-vmware:

> Prior to the acquisition, Heptio had been shifting focus and resources
> away from ksonnet; with the acquisition, we felt it was the right time
> to rethink our investment in ksonnet. As a result, work on ksonnet will
> end and the GitHub repositories will be archived. It’s extremely
> difficult to step back from a project we have worked so hard on, but
> we’re excited about our new ideas and vision for changing how developers
> experience the Kubernetes and cloud native ecosystems.
2019-06-23 22:42:08 +02:00
Ding Xiang Fei
425b2bb520 cni-plugins: add version pin 2019-06-21 15:45:39 +08:00
Ari Becker
b28a4b7495
kops: 1.11.1->1.12.1 2019-06-20 14:03:42 +03:00
Florian Klink
c0f1c81078 terraform-providers: bump versions
I skipped terraform-provider-matchbox and terraform-provider-ansible,
they failed to build:

terraform-provider-ansible
> cannot find package "github.com/hashicorp/terraform/helper/schema" …

terraform-provider-matchbox
> cannot find package "github.com/poseidon/terraform-provider-matchbox/matchbox" …
2019-06-18 19:40:42 +02:00
Mario Rodas
7da72a6b00
terraform_0_12: 0.12.1 -> 0.12.2 2019-06-17 04:20:00 -05:00
Robin Gloster
fbd6964f76
mesos: fix build with gcc8 2019-06-17 07:25:58 +02:00
R. RyanTM
71f8f6a02b helmfile: 0.73.0 -> 0.77.0 (#63266)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helmfile/versions
2019-06-16 20:06:35 -07:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz
dae3e46e16 cni-plugins: 0.8.0 -> 0.8.1 2019-06-15 10:59:12 +02:00
Mario Rodas
a2c2c385be
Merge pull request #62829 from Veske/update-terraform-0-12
terraform: 0.12.0 -> 0.12.1
2019-06-08 20:11:20 -05:00
Eric Bailey
7f9a2f0de7 helmfile: fix modSha256
It seems like this was another case where my darwin setup was acting weird.
2019-06-07 15:13:02 -05:00
Renaud
d95a82cdc4
Merge pull request #62582 from anton-dessiatov/tilt-0.8.8
tilt: 0.8.1 -> 0.8.8
2019-06-07 18:02:29 +02:00
Kaspar Tint
f2c8817208 terraform: 0.12.0 -> 0.12.1 2019-06-07 17:51:44 +03:00
Franz Pletz
ff05703611
Merge pull request #62701 from dtzWill/update/podman-cni-and-containers-oh-my
podman, cni{,-plugins}, cri*: updates
2019-06-07 11:54:52 +00:00
Franz Pletz
88c898df54
Merge pull request #62816 from johanot/kubernetes-1.14.3
kubernetes: 1.14.2 -> 1.14.3 (CVE-2019-11245)
2019-06-07 11:27:13 +00:00
Johan Thomsen
415e8e5820 kubernetes: 1.14.2 -> 1.14.3 2019-06-07 10:14:00 +02:00
Eric Bailey
6fed86581c helmfile: 0.64.1 -> 0.73.0
Also, ditch vgo2nix in favor of buildGoModule.
2019-06-06 17:53:13 -05: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
Will Dietz
15fbb8e90a
cni: simplify now that default build is sufficient 2019-06-04 15:45:13 -05:00
Will Dietz
a52a89c266
cni: 0.6.0 -> 0.7.0
https://github.com/containernetworking/cni/releases/tag/v0.7.0
2019-06-04 15:45:05 -05:00
Ryan Mulligan
0c2eff0539
Merge pull request #62456 from r-ryantm/auto-update/kubernetes
kubernetes: 1.14.1 -> 1.14.2
2019-06-04 05:52:40 -07:00
Bas van Dijk
6b4279e792 terraform-provider-elasticsearch: 0.6.0 -> 0.7.0 2019-06-04 12:34:24 +02:00
Anton Desyatov
1ae9db2231 tilt: 0.8.1 -> 0.8.8 2019-06-03 14:23:19 +07:00
R. RyanTM
abf603b8be kubernetes: 1.14.1 -> 1.14.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
2019-06-01 18:52:21 -07:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Vincent Demeester
2ae57776a8
minishift: 1.33.0 -> 1.34.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-31 09:39:20 +02:00
Bas van Dijk
d19b0b2ddf terraform-provider-elasticsearch: init at 0.6.0 2019-05-27 17:48:36 +02:00
lewo
f89460a983
Merge pull request #61940 from yurrriq/update/helmfile
helmfile: 0.40.1 -> 0.64.1
2019-05-23 20:49:32 +02:00
Eric Bailey
d2838d20c6 helmfile: 0.40.1 -> 0.64.1
- Adopt vgo2nix
- Add me to maintainers
2019-05-23 12:21:12 +02:00
Bas van Dijk
8669561bde terraform_0_12: 0.12.0-rc1 -> 0.12.0 2019-05-23 11:07:23 +02:00
Bas van Dijk
2bcc8de182 terraform_0_11: 0.11.13 -> 0.11.14 2019-05-23 11:06:57 +02:00
kjuvi
9c17484327 spark: 2.2.1 -> 2.4.3 2019-05-19 17:14:05 +02:00
Vincent Demeester
8e10b333fb minikube: 1.0.0 -> 1.0.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-11 13:41:12 -04:00
zimbatm
b269811203 terraform-providers: bump versions 2019-05-09 22:43:26 +02:00
zimbatm
25c08476c1 terraform_0_12: 0.12.0-beta1 -> 0.12.0-rc1 2019-05-09 22:43:26 +02:00
Johan Thomsen
e8c22132cd kubernetes: 1.14.0 -> 1.14.1 2019-04-30 15:37:04 +02:00
Anton Desyatov
ed98d3e3e0 tilt: 0.7.13 -> 0.8.1 2019-04-29 16:29:30 +07:00
Renaud
752fe9d071
Merge pull request #59778 from stephengroat/terraform-providers
terraform-providers: bump versions
2019-04-21 01:18:34 +02:00
Joachim F
f246230350
Merge pull request #59789 from anton-dessiatov/tilt
tilt: init at 0.7.13
2019-04-20 11:28:12 +00:00
Anton Desyatov
1e3f2ecad1 tilt: init at 0.7.13 2019-04-18 01:47:37 +07:00
Stephen
27f41a4b98 terraform-providers: bump versions 2019-04-17 08:09:23 -07:00
Frederik Rietdijk
bae32a9f5c Merge staging-next into staging 2019-04-16 18:54:15 +02:00
R. RyanTM
7073400468 kubetail: 1.6.7 -> 1.6.8 (#59558) 2019-04-15 09:27:57 -07:00
Frederik Rietdijk
ef0345a3fa Merge staging-next into staging 2019-04-09 20:39:09 +02: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
Arian van Putten
f2e7456aaa kubernetes: 1.13.5 -> 1.14.0 2019-04-07 18:44:20 +02:00
Vincent Demeester
fd3fdc31b4 minikube: 0.35.0 -> 1.0.0 (#58475)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-31 00:21:00 +01:00
Daniel Peebles
d46bf208b6
Merge pull request #58461 from DzmitrySudnik/tf
terraform-providers: bump versions
2019-03-28 15:40:05 -04:00
Johan Thomsen
e76f30e5a2 kubernetes: 1.13.4 -> 1.13.5 2019-03-28 11:28:13 +01:00
DzmitrySudnik
e10329a455 terraform-providers: bump versions 2019-03-27 19:34:40 -04:00
Matthew Bauer
b332d66ce4
Merge pull request #56906 from stephengroat/terraform-providers.ansible
terraform-providers.ansible: init at 0.0.4
2019-03-25 22:07:44 -04:00
Vincent Demeester
6285216699 kompose: 1.9.0 -> 1.18.0 (#58166)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-24 00:55:09 +01:00
worldofpeace
1dbbb021cd
Merge pull request #58118 from vdemeester/update-minishift
minishift: 1.32.0 -> 1.33.0
2019-03-22 22:15:15 -04:00
Dmitry Kalinkin
60a09a9dcc
Merge pull request #57598
terraform-providers: bump versions
2019-03-22 15:42:11 -04:00
Vincent Demeester
63154c89e3
minishift: 1.32.0 -> 1.33.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-22 10:14:12 +01:00
Wael Nasreddine
52dae14f0c
buildGoModule: use go_1_12 instead of go_1_11 (#58103) 2019-03-21 20:40:07 -07:00
Miguel Bernadin
f292a2d785
terraform_0_11: 0.11.11 -> 0.11.13 2019-03-20 17:28:01 -07:00
Robert Helgesson
c18bb57627
openshift: remove obsolete comment 2019-03-19 23:24:37 +01:00
Eric Bailey
78091dffcb kops: 1.11.0 -> 1.11.1 (#57079) 2019-03-15 23:56:53 +01:00
Wael M. Nasreddine
8f8e71c0a1
hetzner-kube: set the version via ldflags 2019-03-14 10:31:20 -07:00
Wael M. Nasreddine
8f5b40591d
hetzner-kube: 0.3.2rc1 -> 0.4.1 using buildGoModule 2019-03-14 10:31:19 -07:00
Wael M. Nasreddine
a51627585f
jx: use buildGoModule instead of buildGoPackage 2019-03-14 10:31:11 -07:00
Stephen
ee910c110a
terraform-providers: bump versions 2019-03-13 11:43:38 -07:00
Jascha Geerds
ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
worldofpeace
cec337d50f
Merge pull request #55403 from xtruder/pkgs/hetzner-kube/0.3.2rc1
hetzner-kube: 0.3.1 -> 0.3.2rc1
2019-03-09 17:38:20 -05:00
worldofpeace
3c3ccaed81
hetzner-kube: pname cleanup 2019-03-09 22:37:45 +00:00
Vincent Demeester
1f037a90f1 minikube: 0.30.0 -> 0.35.0 (#56879)
* minikube: 0.30.0 -> 0.34.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

* minikube: 0.34.1 -> 0.35.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-08 22:01:53 +01:00
Sam Hug
283d9f58b4 pachyderm: 1.4.6 -> 1.8.5 (#56916) 2019-03-08 21:58:17 +01:00
Florian Klink
66d5e3e4d5
Merge pull request #56897 from stephengroat/patch-1
terraform-providers: version bumps
2019-03-06 10:44:56 +01:00
Wael Nasreddine
5cc74fc94a
jx: init at 1.3.955 (#56924) 2019-03-05 16:52:57 -08:00
worldofpeace
d098f1311e
Merge pull request #56881 from vdemeester/update-minishift
minishift: 1.31.0 -> 1.32.0
2019-03-05 17:26:25 -05:00
Stephen
bf34b05cf1 terraform-providers.ansible: init at 0.0.4 2019-03-05 11:44:47 -08:00
Stephen
f8c2684b16
terraform-providers: version bumps 2019-03-05 09:50:22 -08:00
Stephen
a8469ba0b6 terraform-providers.segment: init at 0.2.0 (#56865) 2019-03-05 06:42:36 -08:00
Vincent Demeester
92d32e21d2
minishift: 1.31.0 -> 1.32.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05 13:51:05 +01:00
Jörg Thalheim
27cb0669c6
Merge pull request #56500 from kalbasit/nixpkgs_add-support-go-1-12
go_1_12: init at go 1.12
2019-03-04 14:22:27 +00:00
Wael Nasreddine
4545ae5ee2 terraform_0_12: 0.12.0-alpha4 -> 0.12.0-beta1 (#56767) 2019-03-04 12:03:52 +00:00
Wael M. Nasreddine
6ef04cabd4
go_1_12: init at go 1.12 2019-03-02 14:24:17 -08:00
R. RyanTM
f14e14ed34 kubetail: 1.6.6 -> 1.6.7 (#56723) 2019-03-02 13:39:53 -08:00
Johan Thomsen
b8285fc782 kubernetes: 1.13.3 -> 1.13.4 (#56524) 2019-02-28 21:23:51 +01:00
Ryan Mulligan
c18c18ddf7
Merge pull request #50597 from mbode/heptio-ark_0_10_0
heptio-ark: 0.9.6 -> 0.10.0
2019-02-24 14:51:50 -08:00
Vladimír Čunát
4ba49d3d6c
Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
Jaka Hudoklin
94c268cd81
hetzner-kube: 0.3.1 -> 0.3.2rc1 2019-02-19 22:30:32 +01:00
Franz Pletz
d8e918fa7c
minishift: 1.30.0 -> 1.31.0 2019-02-19 21:45:23 +01:00
Freezeboy
8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Mariusz `shd` Gliwiński
46b7effd00 terraform-providers.libvirt: 0.4 -> 0.5.1 2019-02-11 17:09:51 +01:00
Ryan Mulligan
c15c4d76ce
Merge pull request #55264 from r-ryantm/auto-update/kubernetes
kubernetes: 1.13.2 -> 1.13.3
2019-02-05 06:56:57 -08:00
R. RyanTM
1c2ceb724b kubernetes: 1.13.2 -> 1.13.3
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
2019-02-05 00:44:10 -08:00
Johan Thomsen
c7e3fda020 kube-router: 0.2.3 -> 0.2.5 2019-02-01 11:53:09 +01:00
Mitch
475d748073 nomad: v0.8.6 -> v0.8.7 (#54656) 2019-01-31 00:37:24 +02:00
Alyssa Ross
bfd2c8065f
Merge pull request #54601 from groodt/greg/argo-2.2.1
argo: init at 2.2.1
2019-01-30 18:11:12 +00:00
Silvan Mosberger
c6d32974a0
Merge pull request #54814 from vdemeester/update-minishift
minishift: 1.29.0 -> 1.30.0
2019-01-29 21:28:17 +01:00
Vincent Demeester
a827b02924
minishift: 1.29.0 -> 1.30.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:57:58 +01:00
R. RyanTM
8b4365bf33 kubetail: 1.6.5 -> 1.6.6
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
2019-01-28 04:09:22 -08:00
Greg Roodt
acb9168aa7 argo: init at 2.2.1 2019-01-28 13:47:51 +11:00
Greg Roodt
249eccb276 kubecfg: 0.6.0 -> 0.9.1 (#54597) 2019-01-25 23:36:42 -05:00
Teo Klestrup Röijezon
f2977752c4 kops: 1.10.0 -> 1.11.0 2019-01-25 11:24:54 +01:00
zimbatm
04d21ab899
docker-machine: 0.14.0 -> 0.16.1 (#54487) 2019-01-23 11:53:36 +00:00
Domen Kožar
555e7eb375
Merge pull request #54335 from zimbatm/kubectl-small
kubectl: reduce closure size
2019-01-20 14:04:41 +07:00
zimbatm
556c4426e8
kubectl: reduce closure size
before: 482M
after: 38M
2019-01-19 20:55:03 +01:00
zimbatm
8baa0a4a34
Merge pull request #52937 from stephengroat/patch-4
terraform-providers: new providers + version bumps
2019-01-18 18:45:35 +00:00
Stephen
ab2c1a7bed
terraform-providers: limit subpackages
https://github.com/NixOS/nixpkgs/pull/52937#issuecomment-455629855
2019-01-18 09:49:19 -08:00
zimbatm
f077a27b9c
terraform-docs: 0.5.0 -> 0.6.0 2019-01-18 18:04:46 +01:00
zimbatm
6d022fb6cc
terraform_0_12: 0.12.0-alpha2 -> 0.12.0-alpha4 2019-01-18 17:25:20 +01:00
Stephen
d5a3e32006
terraform-providers: bump versions 2019-01-18 08:06:18 -08:00
R. RyanTM
b31dddaba8 kubernetes: 1.13.1 -> 1.13.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
2019-01-17 07:32:47 -08:00
Stephen
4e60afdc5e terraform-providers: new providers + version bumps 2019-01-13 21:17:07 -08:00
Jörg Thalheim
566cc6bf20
Merge pull request #52572 from vdemeester/52469-openshift-to-buildgopackage
openshift: migrate to using buildGoPackage
2019-01-11 12:22:53 +00:00
zimbatm
c9c1e88dbb
nomad: 0.7.1 -> 0.8.6 2019-01-10 11:35:02 +01:00
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