1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

1630 commits

Author SHA1 Message Date
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
Timothy Stott 481cb9717d terraform-providers.local: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott ba45f19dc7 terraform-providers.template: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott b98455973d terraform-providers.tls: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott d4f3c08e26 terraform-providers.null: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott fca860edaa terraform-providers.random: build with Go module 2020-11-24 05:42:49 -08:00
Timothy Stott 214f9d2a51 terraform-providers.dns: 2.2.0 -> 3.0.0 2020-11-24 05:42:49 -08:00
Timothy Stott a35f2851d4 terraform-providers.aws: 2.65.0 -> 3.15.0 2020-11-24 05:42:49 -08:00
Timothy Stott 31589fe918 terraform-providers: support providers with Go module 2020-11-24 05:42:49 -08:00
Doron Behar 8d8532cd32
Merge pull request #103665 from doronbehar/pkg/hetzner-kube/sh-comp
hetzner-kube: support for bash completion
2020-11-24 12:20:45 +02:00
Sandro 5152fe0e62
Merge pull request #104080 from 06kellyjac/terragrunt_0.26.3 2020-11-23 17:33:20 +01:00
06kellyjac 4ef6aaef7d kube3d: 3.2.1 -> 3.3.0 2020-11-23 16:23:12 +00:00
Sandro 0c56403fac
Merge pull request #103745 from 06kellyjac/starboard_octant_plugin
starboard-octant-plugin: init at 0.4.0
2020-11-23 16:30:02 +01:00
Sandro 0c07eab0e3
Merge pull request #103999 from 06kellyjac/tekton-cli_0.14.0 2020-11-23 16:13:31 +01:00
06kellyjac fb3f81ba12 starboard-octant-plugin: init at 0.4.0 2020-11-23 15:07:06 +00:00
Sandro beb269a940
Merge pull request #104217 from adamscott/master
tilt: 0.17.2 -> 0.17.11
2020-11-23 14:11:45 +01:00
Mario Rodas d0b5bf98bb
Merge pull request #104554 from r-ryantm/auto-update/minikube
minikube: 1.15.0 -> 1.15.1
2020-11-23 07:27:26 -05:00
Mario Rodas 5c483248d8
Merge pull request #104626 from r-ryantm/auto-update/argo
argo: 2.11.7 -> 2.11.8
2020-11-23 07:18:04 -05:00
R. RyanTM 636df97496 argo: 2.11.7 -> 2.11.8 2020-11-22 18:55:28 +00:00
sevenfourk 82cb429ee7
terraform-providers.kubernetes: 1.11.3 -> 1.13.2 2020-11-22 18:34:45 +02:00
Ryan Mulligan 13d8c24f11
Merge pull request #104549 from r-ryantm/auto-update/istioctl
istioctl: 1.7.4 -> 1.7.5
2020-11-22 07:00:54 -08:00
R. RyanTM c281582aeb minikube: 1.15.0 -> 1.15.1 2020-11-22 03:36:17 +00:00
Mario Rodas 70e1dd50c2
Merge pull request #104540 from r-ryantm/auto-update/helmfile
helmfile: 0.134.1 -> 0.135.0
2020-11-21 21:39:14 -05:00
R. RyanTM 5ee945ba3d
argocd: 1.7.8 -> 1.7.10 (#104505) 2020-11-21 17:35:04 -08:00
R. RyanTM 2ab76856e4 istioctl: 1.7.4 -> 1.7.5 2020-11-22 01:23:01 +00:00
R. RyanTM 73786c3f6c helmfile: 0.134.1 -> 0.135.0 2020-11-21 23:39:06 +00:00
Ivan Kovnatsky c73b85d2c3
terraform-providers.gitlab: 2.9.0 -> 3.1.0 2020-11-20 15:38:52 +02:00
Frederik Rietdijk ea7b8978ef Merge master into staging-next 2020-11-19 20:08:15 +01:00
R. RyanTM ecd3ac0fbd minikube: 1.14.2 -> 1.15.0 2020-11-19 09:07:03 +10:00
Adam Scott 07edcc54fa tilt: 0.17.2 -> 0.17.11 2020-11-18 17:13:10 -05:00
Ryan Mulligan a9c843936d
Merge pull request #103565 from r-ryantm/auto-update/terraform-provider-lxd
terraform-providers.lxd: 1.3.0 -> 1.4.0
2020-11-18 13:52:41 -08:00
sevenfourk 45ed0b7018
terragrunt: removing terraform dependency (#103670)
Since terragrunt would trigger downloading all the plugins and basing on terraform 0.12 branch whereas people could use it against 0.11 or 0.13 terraform.
2020-11-18 18:58:28 +01:00
06kellyjac 68e63a27ef terragrunt: 0.26.3 -> 0.26.4 2020-11-18 17:34:23 +00:00
06kellyjac 69023bfbb2 terragrunt: 0.26.2 -> 0.26.3 2020-11-18 17:34:23 +00:00
Ryan Mulligan 6c74dc7672
Merge pull request #102128 from bryanasdev000/package-velero-1.5.2
velero: 1.5.1 -> 1.5.2
2020-11-17 16:10:24 -08:00
Ryan Mulligan ac68b39e5d
Merge pull request #103874 from r-ryantm/auto-update/helmfile
helmfile: 0.134.0 -> 0.134.1
2020-11-17 15:04:53 -08:00
Jörg Thalheim 9b5f49e2f7
Merge pull request #103928 from r-ryantm/auto-update/terraform-provider-libvirt
terraform-providers.libvirt: 0.6.2 -> 0.6.3
2020-11-17 20:18:10 +01:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
06kellyjac bcfdcaed79 tektoncd-cli: 0.13.1 -> 0.14.0 2020-11-16 21:36:49 +00:00
06kellyjac ec87b7398f tektoncd-cli: update to new installShellConfiguration format 2020-11-16 21:36:24 +00:00
Vincent Desjardins 86e6e8164a
velero: rename completion file names
Prevent collision with Helm package.
2020-11-15 21:24:45 +00:00
R. RyanTM 198a576820 terraform-providers.libvirt: 0.6.2 -> 0.6.3 2020-11-15 19:12:28 +00:00
Ryan Mulligan 412612ac36
Merge pull request #103880 from r-ryantm/auto-update/kube3d
kube3d: 3.2.0 -> 3.2.1
2020-11-15 10:19:31 -08:00
R. RyanTM aaa295cf8b kube3d: 3.2.0 -> 3.2.1 2020-11-15 08:32:55 +00:00
R. RyanTM ae2e0fcb8f helmfile: 0.134.0 -> 0.134.1 2020-11-15 06:32:52 +00:00
Mario Rodas 86334260f8
Merge pull request #103762 from r-ryantm/auto-update/helm
kubernetes-helm: 3.4.0 -> 3.4.1
2020-11-14 05:54:31 -05:00
R. RyanTM d1a603b5c3 kubernetes-helm: 3.4.0 -> 3.4.1 2020-11-14 01:21:43 +00:00
R. RyanTM d4a4860e31 kpt: 0.36.1 -> 0.37.0 2020-11-13 23:41:23 +00:00
Jack Kelly d01e5dc66b
octant: init at 0.16.0 (#99546) 2020-11-13 18:03:10 +01:00
Jaka Hudoklin a226183b32 hetzner-kube: support for bash completion 2020-11-13 09:51:27 +02:00
Mario Rodas a1c3716b6d
Merge pull request #103563 from r-ryantm/auto-update/tanka
tanka: 0.11.1 -> 0.12.0
2020-11-12 20:39:49 -05:00
Lassulus 4edbe7c969
Merge pull request #103308 from 06kellyjac/terragrunt_0.26.2
terragrunt: 0.25.5 -> 0.26.2
2020-11-12 20:02:59 +01:00
Johan Thomsen 39eadbb3c4 kubernetes: 1.19.3 -> 1.19.4 2020-11-12 13:07:16 +01:00
R. RyanTM 005461a0a6 terraform-providers.lxd: 1.3.0 -> 1.4.0 2020-11-12 07:26:25 +00:00
R. RyanTM 29ec515025 tanka: 0.11.1 -> 0.12.0 2020-11-12 06:49:50 +00:00
R. RyanTM eb6a8495ce kubelogin: 0.0.6 -> 0.0.7 2020-11-11 14:42:22 -08:00
R. RyanTM 473f39b65b k9s: 0.23.3 -> 0.23.10 2020-11-11 14:36:15 -08:00
Wael Nasreddine 380337da10
terraform: withPlugins should inherit meta from wrapped derivation (#103396)
When using `terraform.withPlugins (ps: [])` the returned derivation does
not expose the meta of the underlying package. This change inherits meta
from the terraform derivation in the wrapper derivation to expose it.
2020-11-11 11:36:31 -08:00
Mario Rodas 61b677ef8d
Merge pull request #103423 from r-ryantm/auto-update/helmsman
helmsman: 3.4.6 -> 3.5.1
2020-11-11 05:22:57 -05:00
Mario Rodas 24478a0b9f
Merge pull request #103422 from r-ryantm/auto-update/helmfile
helmfile: 0.132.1 -> 0.134.0
2020-11-11 05:21:13 -05:00
R. RyanTM 13c4f38c80 helmsman: 3.4.6 -> 3.5.1 2020-11-11 09:12:16 +00:00