Commit graph

351 commits

Author SHA1 Message Date
Kevin Cox
5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
Tim Steinbach
909fd5ecfa kubernetes: 1.7.8 -> 1.7.9 2017-10-22 17:06:45 +02:00
Joachim F
26c8573b1e Merge pull request #30224 from andir/cleanup
Cleanup typoed `propagateBuildInputs` that are probably not needded
2017-10-11 21:34:40 +00:00
Jörg Thalheim
fb7f35db5f Merge pull request #30278 from NeQuissimus/minikube_0_22_3
minikube: 0.22.2 -> 0.22.3
2017-10-11 13:39:14 +01:00
Jaka Hudoklin
29f4775103 Merge pull request #29923 from NeQuissimus/kube_1_7_7
kubernetes: 1.7.1 -> 1.7.8
2017-10-11 06:05:56 +02:00
Tim Steinbach
df4bed423f
minikube: 0.22.2 -> 0.22.3 2017-10-10 08:33:02 -04:00
Andreas Rammhold
d49df8e795
kanif: remove unused attribute propagateBuildInputs (missing d) 2017-10-08 19:10:56 +02:00
Jörg Thalheim
04ce72e40e Merge pull request #30044 from benley/benley/kubecfg
kubecfg: init at 0.5.0
2017-10-07 16:35:05 +01:00
Tim Steinbach
63a7be9c97
kubernetes: 1.7.1 -> 1.7.8 2017-10-05 09:22:08 -04:00
Orivej Desh
66d4941afe Merge branch 'master' into staging
* master: (48 commits)
  Mathematica: 11.0.1 -> 11.2.0
  kbfs: 20170922.f76290 -> 20171004.40555d
  packer: 1.0.3 -> 1.1.0
  libxdg-basedir: 1.0.2 -> 1.2.0
  fscrypt: 0.2.1 -> 0.2.2
  devtodo: init at 0.1.20
  keybase: 1.0.30 -> 1.0.33
  elixir: Fix locale problem on NixOS
  keybase-gui: 1.0.25 -> 1.0.33
  terraform: 0.10.2 -> 0.10.7  (#30055)
  emby: 3.2.32.0 -> 3.2.33.0
  sbcl: 1.3.21 -> 1.4.0
  ardour: 5.11 -> 5.12
  axoloti: fix evaluation
  axoloti: init at 1.0.12-1
  melpa-packages: Add new lean packages
  fastlane: init at 2.60.1
  nixos/traefik: guard example path
  go-ethereum: 1.7.0 -> 1.7.1
  xzgv: 0.9.1 -> 0.9.2
  ...
2017-10-05 07:41:39 +00:00
adisbladis
a426b96fcd terraform: 0.10.2 -> 0.10.7 (#30055)
* terraform: 0.10.2 -> 0.10.7

* terraform: Update all providers
2017-10-04 22:14:13 +01:00
Benjamin Staffin
a8f2ad6245
kubecfg: init at 0.5.0 2017-10-02 18:30:43 -07:00
Orivej Desh
fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
John Ericson
f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Robin Gloster
c2ce38473b
mesos: use static protobuf libraries 2017-09-28 13:01:34 +02:00
Samuel Leathers
80021094b7
mesos: 1.1.1 -> 1.4.0
(cherry picked from commit 6acc4084afec6bdfa4ebaf848ee53da68fc22f05)
2017-09-28 01:15:41 +02:00
zimbatm
f069ee7af6 kubernetes-helm: 2.5.1 -> 2.6.1 2017-09-24 12:36:33 +01:00
Matej Cotman
1febe07de7 kubernetes: build e2e.test 2017-09-24 11:44:25 +02:00
Jaka Hudoklin
ddf5de5de0 kubernetes module: refactor module system, kube-dns as module 2017-09-24 11:44:25 +02:00
Jaka Hudoklin
f10138bd32 kuberentes: expose kube-addons script 2017-09-24 11:44:25 +02:00
Jaka Hudoklin
bff428616a kubernetes: 1.6.4 -> 1.7.1 2017-09-24 11:44:25 +02:00
Jaka Hudoklin
ff6413850b cni: 0.3.0 -> 0.5.2 2017-09-24 11:44:25 +02:00
Matej Cotman
7332179285 kube-dns: 1.14.1 2017-09-24 11:44:25 +02:00
Matej Cotman
c3cfd92d24 kubernetes: 1.5.6 -> 1.6.4 2017-09-24 11:44:25 +02:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Tim Steinbach
890386090a
minikube: 0.22.1 -> 0.22.2 2017-09-20 08:34:22 -04:00
Jörg Thalheim
9366d013f0 Merge pull request #28345 from moretea/openshift-origin
openshift: 1.5.0 -> 3.6.0
2017-09-14 20:36:57 +01:00
Jörg Thalheim
a7637b3795 Merge pull request #29316 from NeQuissimus/minikube_0_22_1
minikube: 0.22.0 -> 0.22.1
2017-09-13 23:40:11 +01:00
Tim Steinbach
d12d2c1e1c
minikube: 0.22.0 -> 0.22.1 2017-09-13 11:29:54 -04:00
John Ericson
5aec3f96a2 treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04:00
Maarten Hoogendoorn
d27f710b87 mount is in utillinux 2017-09-10 16:07:50 +02:00
Arseniy Seroka
2a56e0384e Merge pull request #29098 from NeQuissimus/minikube_0_22
minikube: 0.21.0 -> 0.22.0
2017-09-09 15:17:45 +03:00
Frederik Rietdijk
6589ee83c2 Merge pull request #29134 from abbradar/protobuf
Update protobuf and remove old versions
2017-09-09 09:27:10 +02:00
Nikolay Amiantov
1f2a18d916 protobuf: remove old versions
This leaves only protobuf3_1 which is the last version with libprotobuf2.

Also fix several packages to build with the latest protobuf.
2017-09-09 05:54:43 +03:00
zimbatm
9f2ff1d31a terraform: revamp the providers list (#29097)
This fixes the ./update-all script to actually fetch all the available
providers (thanks pagination). It was also improver to user a more
compact representation of the data.
2017-09-08 19:36:43 +01:00
Tim Steinbach
3a43f510b6
minikube: 0.21.0 -> 0.22.0 2017-09-07 20:21:59 -04:00
zimbatm
101ccc0629 terraform: providers list (#28818)
* terraform: move plugin index

* terraform: introduce update script for plugins

* terraform: update provider list
2017-09-01 15:49:24 +01:00
Dan Peebles
bcbcbfcfa5 terraform: add template plugin for 0.10 2017-08-31 12:35:52 -04:00
Dan Peebles
11753b3273 terraform: noop 0.10 plugins mechanism when unused 2017-08-30 18:53:46 -04:00
Dan Peebles
80319c1238 terraform: manage 0.10 plugins with Nix
Also add a few starter plugins/providers
2017-08-30 18:35:26 -04:00
zimbatm
998f516fb0 terraform: only expose maj.min to top-level
We shouldn't encourage users to depend on a tiny release.
2017-08-30 16:02:24 +02:00
Rushmore Mushambi
ccd255776e Merge pull request #28706 from rushmorem/nomad
nomad: 0.6.0 -> 0.6.2
2017-08-29 20:52:37 +02:00
rushmorem
43732d8bc0 nomad: 0.6.0 -> 0.6.2 2017-08-29 20:47:45 +02:00
Rushmore Mushambi
7312bd1c2e Merge pull request #28705 from rushmorem/marathon
marathon: remove myself from maintainers
2017-08-29 20:38:37 +02:00
rushmorem
16fb651c03 marathon: remove myself from maintainers 2017-08-29 20:37:59 +02:00
rushmorem
0a12c4bc2a mesos: remove myself from maintainers 2017-08-29 20:34:52 +02:00
rushmorem
91062dc862 habitat: 0.8.0 -> 0.30.2 2017-08-29 16:19:50 +02:00
Jörg Thalheim
9ea5b2fdc2 Merge pull request #28398 from NeQuissimus/minikube_kube_1_73
minikube-kubernetes: 1.7.0 -> 1.7.3
2017-08-26 08:08:18 +01:00
Shea Levy
ed9526949f terragrunt: 0.12.25 -> 0.13.0 2017-08-23 14:19:55 -04:00
Shea Levy
ff9666772d terraform: Add 0.10.2 2017-08-23 14:16:59 -04:00