Commit graph

1683 commits

Author SHA1 Message Date
Mario Rodas 0ef9b9da96
Merge pull request #110214 from Chili-Man/terraform-0.14.5-update
terraform_0_14: 0.14.4 -> 0.14.5
2021-01-20 21:05:51 -05:00
06kellyjac 083d8f8bd6 nerdctl: 0.4.0 -> 0.5.0 2021-01-21 06:58:38 +10:00
Diego Rodriguez 88fd1ecdc6
terraform_0_14: 0.14.4 -> 0.14.5 2021-01-20 13:37:07 -07:00
Matej Urbas 6a1bee335e
terraform-providers.shell: provider source address (#110160) 2021-01-20 17:42:36 +01:00
Sandro 11736bd9ca
Merge pull request #109253 from giolekva/master
kube3d: k3sVersion 1.19.4-k3s1 -> 1.20.0+k3s2
2021-01-20 10:28:33 +01:00
Ryan Mulligan abf9d69f1e
Merge pull request #110000 from r-ryantm/auto-update/kpt
kpt: 0.37.0 -> 0.37.1
2021-01-19 11:26:11 -08:00
R. RyanTM 2540a4111f kpt: 0.37.0 -> 0.37.1 2021-01-19 18:48:20 +00:00
Sandro 5faea624d5
Merge pull request #109877 from r-ryantm/auto-update/jx
jx: 2.1.149 -> 2.1.155
2021-01-19 14:44:38 +01:00
Sandro 3541f0b3d2
Merge pull request #109869 from r-ryantm/auto-update/istioctl
istioctl: 1.8.1 -> 1.8.2
2021-01-19 14:43:18 +01:00
Sandro fd7ecd2072
Merge pull request #109861 from r-ryantm/auto-update/helmsman
helmsman: 3.6.2 -> 3.6.3
2021-01-19 14:40:10 +01:00
Sandro 22a7925f4f
Merge pull request #109860 from r-ryantm/auto-update/helmfile
helmfile: 0.135.0 -> 0.137.0
2021-01-19 14:38:43 +01:00
R. RyanTM 77ccc6da3f jx: 2.1.149 -> 2.1.155 2021-01-19 01:44:30 +00:00
R. RyanTM 6b2d7c11ab istioctl: 1.8.1 -> 1.8.2 2021-01-19 01:10:35 +00:00
R. RyanTM 41009ec5a2 helmsman: 3.6.2 -> 3.6.3 2021-01-19 00:12:46 +00:00
R. RyanTM 501816ab98 helmfile: 0.135.0 -> 0.137.0 2021-01-19 00:09:00 +00:00
Christian Kampka f0ec10a829
treewide: remove kampka as maintainer (#109813) 2021-01-18 21:23:49 +01:00
Sandro 8c61c04882
Merge pull request #109808 from r-ryantm/auto-update/fluxcd
fluxcd: 0.6.0 -> 0.6.1
2021-01-18 20:50:07 +01:00
Sandro 1d9a62c37d
Merge pull request #109809 from r-ryantm/auto-update/fluxctl
fluxctl: 1.21.0 -> 1.21.1
2021-01-18 20:49:57 +01:00
R. RyanTM debaa527a3 fluxctl: 1.21.0 -> 1.21.1 2021-01-18 18:47:44 +00:00
R. RyanTM 68486ea7fd fluxcd: 0.6.0 -> 0.6.1 2021-01-18 18:02:32 +00:00
R. RyanTM e99ffd3543 atlantis: 0.15.1 -> 0.16.0 2021-01-18 10:14:42 +00:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Sandro 1917c21d2e
Merge pull request #109462 from cpcloud/update-nomad
nomad: 1.0.1 -> 1.0.2
2021-01-15 18:45:41 +01:00
Phillip Cloud f7f73b2c8d nomad: 1.0.1 -> 1.0.2 2021-01-15 12:04:42 -05:00
Yurii Matsiuk 0cf52d8900
fluxcd: 0.5.9 -> 0.6.0 2021-01-15 14:20:35 +01:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Francois Joulaud 183c8aa821 argo: 2.11.8 -> 2.12.4
cf. https://github.com/argoproj/argo/releases/tag/v2.12.4
2021-01-14 12:22:24 +01:00
Sandro a76f0696cc
Merge pull request #109260 from ymatsiuk/flux2bump 2021-01-13 14:59:50 +01:00
Sandro 9534559209
Merge pull request #109264 from 06kellyjac/terragrunt
terragrunt: 0.27.0 -> 0.27.1
2021-01-13 14:05:14 +01:00
Sandro 8b59c33807
Merge pull request #107142 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.14.0 -> 0.15.0
2021-01-13 14:01:48 +01:00
06kellyjac 2525c0252e terragrunt: 0.27.0 -> 0.27.1 2021-01-13 10:54:37 +00:00
Yurii Matsiuk 63960b3b30
fluxcd: 0.5.0 -> 0.5.9 2021-01-13 10:58:53 +01:00
Giorgi Lekveishvili 5d7b2427bd kube3d: k3sVersion 1.19.4-k3s1 -> 1.20.0+k3s2 2021-01-13 11:49:14 +04:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Wilson E. Husin 9ecd8455de
sonobuoy: 0.19.0 -> 0.20.0 (#106928)
* Sonobuoy 0.19.0 -> 0.20.0

* Add comments to explain why we need both version and rev

Co-authored-by: Léo Gaspard <github@leo.gaspard.ninja>
2021-01-10 00:18:50 +01:00
Sandro 58ce91234f
Merge pull request #108785 from 06kellyjac/terragrunt
terragrunt: 0.26.7 -> 0.27.0
2021-01-09 03:28:16 +01:00
06kellyjac 5aabd460ca terragrunt: 0.26.7 -> 0.27.0 2021-01-08 16:30:49 +00:00
06kellyjac 2f26edbeec starboard-octant-plugin: 0.7.1 -> 0.8.0 2021-01-08 16:00:19 +00:00
06kellyjac 0d880dbc88 starboard: 0.7.1 -> 0.8.0 2021-01-07 19:10:42 +00:00
Mario Rodas 61810aaab0 terraform_0_14: 0.14.3 -> 0.14.4
https://github.com/hashicorp/terraform/releases/tag/v0.14.4
2021-01-06 14:34:00 -05:00
Mario Rodas aed53ea2d3 terraform_0_13: 0.13.5 -> 0.13.6
https://github.com/hashicorp/terraform/releases/tag/v0.13.6
2021-01-06 14:17:00 -05:00
Mario Rodas 81fe5e0bf9 terraform_0_12: 0.12.29 -> 0.12.30
https://github.com/hashicorp/terraform/releases/tag/v0.12.30
2021-01-06 13:51:00 -05:00
Jonathan Ringer 6a3d529e9d
waypoint: 0.1.5 -> 0.2.0 2021-01-05 16:33:18 -08:00
Diego Rodriguez 43f84e1d69 minikube: 1.15.1 -> 1.16.0 2021-01-05 19:44:35 +10:00
R. RyanTM 2833d869d7
terraform-compliance: put double quotes around the homepage URL (#108392) 2021-01-04 18:59:00 -08:00
Phillip Cloud 2aabde2c52 nomad: add optional nvml support 2021-01-03 14:26:14 -05:00
Frederik Rietdijk 6c9b5071e4 Revert "Merge pull request #107030 from cpcloud/nomad-nvml"
This broke eval.

https://github.com/NixOS/nixpkgs/pull/107030#issuecomment-753591854

This reverts commit 20489e31cd, reversing
changes made to 590feeecfb.
2021-01-03 11:19:28 +01:00
Sandro 20489e31cd
Merge pull request #107030 from cpcloud/nomad-nvml
nomad: add optional nvml support
2021-01-03 10:19:48 +01:00
Marek Mahut d413ba8009 terraform-provider-vercel: init at 2.1.0 2020-12-29 19:21:14 +01:00
Ryan Mulligan 23adfcf87d
Merge pull request #97236 from r-ryantm/auto-update/qbec
qbec: 0.12.1 -> 0.12.2
2020-12-28 21:48:39 -08:00