Commit graph

1589 commits

Author SHA1 Message Date
Doron Behar bed81aefe2
Merge pull request #97207 from r-ryantm/auto-update/node-problem-detector
node-problem-detector: 0.8.3 -> 0.8.4
2020-12-09 22:28:35 +02:00
Florian Klink 02e058ed09
Merge pull request #106423 from euank/k3s-update-1.19.4
k3s: 1.19.2+k3s1 -> 1.19.4+k3s2
2020-12-09 21:14:32 +01:00
Florian Klink c2756603f5
Merge pull request #101739 from euank/k3s-seccomp-dep
k3s: propagate runtime dependencies of the k3s binary
2020-12-09 21:10:26 +01:00
Euan Kemp 6eb941d8c4 k3s: propagate runtime dependencies of the k3s binary
Fixes #101734

Prior to this change, the k3s binary included a tarball containing
binaries like 'kubectl', but didn't keep a runtime reference to those
runtime dependencies in plaintext (since they were gzipped inside the
single combined k3s binary).

In order for nix's automatic runtime dependency detection to work, we
need to have a reference to them somewhere in $out.
propagatedBuildInputs seems to do the right thing for us here.
Running `nix-store -q --tree /nix/store/path/to/k3s` produces a
different output after this change which includes the `libseccomp`
reference I expect.
2020-12-09 00:08:15 -08:00
Euan Kemp 5ca87dcf73 k3s: 1.19.2+k3s1 -> 1.19.4+k3s2
This includes a fix for CVE-2020-15257, as described in the upstream
release notes: https://github.com/k3s-io/k3s/releases/tag/v1.19.4%2Bk3s2
2020-12-08 23:56:50 -08:00
zowoq d183736d69 kubectl: use installShellFiles 2020-12-09 17:28:26 +10:00
zowoq 563ff4adf9 kubernetes: misc fixes
- don't install unnecessary binaries
- remove go-bindata, already vendored by upstream
- use installShellFiles, add kubeadm completion
- require kubeadm/kubectl so installPhase can't be broken
2020-12-09 17:28:26 +10:00
Mario Rodas 8337128296
Merge pull request #106170 from 06kellyjac/kube3d
kube3d: 3.3.0 -> 3.4.0
2020-12-08 08:02:15 -05:00
Sandro bf67f0909f
Merge pull request #106169 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.6.0 -> 0.7.0
2020-12-07 16:31:11 +01:00
06kellyjac 4f1ece1b2c kube3d: 3.3.0 -> 3.4.0 2020-12-07 12:53:17 +00:00
06kellyjac 20560a866e starboard-octant-plugin: 0.6.0 -> 0.7.0 2020-12-07 12:38:13 +00:00
06kellyjac f155f58ec8 starboard: 0.7.0 -> 0.7.1 2020-12-07 12:37:34 +00:00
R. RyanTM 489da9af2d k9s: 0.24.1 -> 0.24.2 2020-12-05 22:11:52 +00:00
Sandro 75847b443c
Merge pull request #105791 from 06kellyjac/starboard
starboard: 0.6.0 -> 0.7.0
2020-12-03 18:37:15 +01:00
06kellyjac 1cb3a214dc starboard: 0.6.0 -> 0.7.0 2020-12-03 13:11:10 +00:00
Graham Christensen 48413ef09d
terraform-providers.packet: v2.9.0 -> v3.2.0 2020-12-03 08:10:56 -05:00
Mario Rodas 209bdc8ddf
terraform_0_14: init at 0.14.0 (#105746)
https://github.com/hashicorp/terraform/releases/tag/v0.14.0
2020-12-03 14:03:03 +01:00
Adam Scott fc2fa9000c tilt: 0.17.12 -> 0.17.13 2020-12-02 16:33:38 -05:00
R. RyanTM 345299c5f2 istioctl: 1.7.5 -> 1.8.0 2020-12-02 08:06:43 +00:00
Jonas Chevalier 5851c31127
terraform-providers: handle go modules (#104667)
* terraform-providers: handle go modules

More and more terraform providers are switching from vendored
dependencies to Go modules.

Let's say that you update the "aws" provider and it fails. You can run
it again with:

    ./update-provider aws --vendor

Any package that has the "vendorSha256" key will be considered as a go
module package.

The script now also supports adding new providers by using the
<owner>/<repo> format. Eg:

     ./update-provider hetznercloud/hcloud --vendor

* address comment

Fixes https://github.com/NixOS/nixpkgs/pull/104667#discussion_r529788569

* support the null use-case

* escape provider name as well

* fix typo
2020-12-01 11:05:00 +01:00
R. RyanTM 67d7a67179 tilt: 0.17.11 -> 0.17.12 2020-11-27 11:34:46 -08:00
Sandro 6fffc4302d
Merge pull request #101698 from r-ryantm/auto-update/minishift
minishift: 1.34.2 -> 1.34.3
2020-11-27 00:10:07 +01:00
Sandro 96c24fa69f
Merge pull request #105080 from r-ryantm/auto-update/starboard-octant-plugin
starboard-octant-plugin: 0.4.0 -> 0.6.0
2020-11-26 23:57:14 +01:00
R. RyanTM 02885ae8e2
minishift: 1.34.2 -> 1.34.3 2020-11-26 23:33:39 +01:00
R. RyanTM 6b4daa6168 starboard-octant-plugin: 0.4.0 -> 0.6.0 2020-11-26 21:12:20 +00:00
06kellyjac cdfa9b0c26 kube3d: re-order the derivation and general cleanup
Moved k3sVersion to be a variable.
Converted buildFlagsArray to an array
Moved vendorSha256 closer to src
Moved doCheck between build and install related bits (like where the
phase happens)
Replaced stdenv.lib with lib
2020-11-26 12:37:37 +00:00
06kellyjac 168df5f4ff kube3d: mention k3d in the short description
While I was able to find `deno` by searching for "executable" from it's
longDescription on search.nixos.org, I couldn't find it using `nix search`

`nix search` seems to only look at the short description so it's worth
including there too.
2020-11-26 12:36:32 +00:00
06kellyjac 7a03c0f5fe kube3d: add a longDescription to provide detail and help searches
search.nixos.org was able to show me `deno` when searching for
"executable" which was in the longDescription
2020-11-26 12:36:31 +00:00
06kellyjac c36b5d5799 kube3d: nixpkgs-fmt the file to fit contributing guidelines 2020-11-26 12:36:29 +00:00
Sandro 603c0d4e74
Merge pull request #104984 from r-ryantm/auto-update/helmsman
helmsman: 3.5.1 -> 3.6.2
2020-11-26 09:25:28 +01:00
R. RyanTM e46ab91452 helmsman: 3.5.1 -> 3.6.2 2020-11-26 06:48:03 +00:00
06kellyjac a40100b6d7 terragrunt: 0.26.5 -> 0.26.7 2020-11-25 21:16:16 +00:00
Sandro efa3d96f0c
Merge pull request #104878 from 06kellyjac/terragrunt
terragrunt: 0.26.4 -> 0.26.5
2020-11-25 16:41:02 +01:00
Ryan Mulligan fd1de2d3dc
Merge pull request #102103 from kalekseev/ssm-session-manager-plugin
ssm-session-manager-plugin: 1.1.61.0 -> 1.2.7.0, add macos support
2020-11-25 06:12:05 -08:00
06kellyjac 03df9f54fc terragrunt: 0.26.4 -> 0.26.5 2020-11-25 09:13:19 +00:00
Silvan Mosberger af3ed06ce1
Merge pull request #103632 from sevenfourk/patch-1
terraform-providers.gitlab: 2.9.0 -> 3.1.0
2020-11-25 01:48:03 +01:00
Pavol Rusnak 0c6fc3c05e
Merge pull request #104681 from 06kellyjac/kube3d
kube3d: 3.2.1 -> 3.3.0
2020-11-24 23:31:24 +01:00
Guillaume Girol f5c92bb7fe
Merge pull request #103935 from vdesjardins/master
velero: rename completion file names
2020-11-24 20:32:43 +00:00
Graham Christensen d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Florian Klink 0a1c0fe658 k9s: 0.23.10 -> 0.24.1 2020-11-24 18:38:23 +01:00
zimbatm 688c8c0333
terraform-providers.postgresql: 1.6.0 -> 1.7.1 2020-11-24 15:21:52 +01:00
Timothy Stott 0fb14ea4d3 terraform-providers.google-beta: 3.18.0 -> 3.47.0 2020-11-24 05:42:49 -08:00
Timothy Stott 0fc33746c6 terraform-providers.google: 3.18.0 -> 3.47.0 2020-11-24 05:42:49 -08:00
Timothy Stott 1b413b1ca2 terraform-providers.digitalocean: 1.19.0 -> 2.2.0 2020-11-24 05:42:49 -08:00
Timothy Stott 82ae6fc998 terraform-providers.ibm: 1.7.0 -> 1.14.0 2020-11-24 05:42:49 -08:00
Timothy Stott 2aca345a59 terraform-providers.helm: 1.2.2 -> 1.3.2 2020-11-24 05:42:49 -08:00
Timothy Stott 4377259a93 terraform-providers.external: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 6fc4083a26 terraform-providers.archive: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 4a8fbd2044 terraform-providers.http: 1.2.0 -> 2.0.0 2020-11-24 05:42:49 -08:00