3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

3180 commits

Author SHA1 Message Date
zowoq 844082a3f9 nerdctl: update vendorSha256 2022-01-30 16:07:07 +10:00
zowoq e35f5180e3 k9s: update vendorSha256 2022-01-30 16:07:07 +10:00
zowoq cf4b781385 k0sctl: update vendorSha256 2022-01-30 16:07:07 +10:00
techknowlogick ea1446f556 nomad: drop support for nomad 1.0 2022-01-29 20:34:22 +10:00
zimbatm fe580dcffa terraform: fix the plugins wrapper
Terraform needs the plugin directory to not be a tree of symlinks,
because it uses https://pkg.go.dev/path/filepath#Walk under the hood.

This restores some of the work that had been undone in
e7dbfd7ece
2022-01-29 06:28:55 +10:00
Bobby Rong 7cc38c7dae
Merge pull request #156627 from superherointj/package-fluxcd-0.25.3
fluxcd: 0.24.1 -> 0.25.3
2022-01-27 12:13:45 +08:00
superherointj b9c3726403 fluxcd: 0.24.1 -> 0.25.3 2022-01-26 09:50:03 -03:00
Márk Sági-Kazár 91fb19973e
kubernetes-helm: 3.7.2 ->3.8.0 (#156736) 2022-01-26 19:29:56 +08:00
Bobby Rong 6eb7287912
Merge pull request #156760 from r-ryantm/auto-update/sonobuoy
sonobuoy: 0.55.1 -> 0.56.0
2022-01-26 19:28:34 +08:00
R. Ryantm cec66bea3b
sonobuoy: 0.55.1 -> 0.56.0 2022-01-26 19:19:37 +08:00
Jörg Thalheim 004c641ed1
Merge pull request #156694 from flokli/talosctl
talosctl: init at 0.14.1
2022-01-26 11:44:06 +01:00
Ryan Mulligan 9d725c782e
Merge pull request #156590 from r-ryantm/auto-update/minikube
minikube: 1.24.0 -> 1.25.1
2022-01-25 18:29:45 -08:00
Ryan Mulligan dcc1d611f9
Merge pull request #156526 from r-ryantm/auto-update/istioctl
istioctl: 1.12.1 -> 1.12.2
2022-01-25 18:25:33 -08:00
Jörg Thalheim c4baf7b23b lens: fix filechooser 2022-01-25 15:52:47 +01:00
Florian Klink 90e7b6ceb3 talosctl: init at 0.14.1
```
❯ result/bin/talosctl cluster create --wait
validating CIDR and reserving IPs
generating PKI and tokens
downloading ghcr.io/talos-systems/talos:v0.14.1
creating network talos-default
creating master nodes
creating worker nodes
renamed talosconfig context "talos-default" -> "talos-default-1"
waiting for API
bootstrapping cluster
waiting for etcd to be healthy: OK
waiting for apid to be ready: OK
waiting for kubelet to be healthy: OK
waiting for all nodes to finish boot sequence: OK
waiting for all k8s nodes to report: OK
waiting for all k8s nodes to report ready: OK
waiting for all control plane components to be ready: OK
waiting for kube-proxy to report ready: OK
waiting for coredns to report ready: OK
waiting for all k8s nodes to report schedulable: OK

merging kubeconfig into "/home/flokli/.kube/config"
PROVISIONER       docker
NAME              talos-default
NETWORK NAME      talos-default
NETWORK CIDR      10.5.0.0/24
NETWORK GATEWAY   10.5.0.1
NETWORK MTU       1500

NODES:

NAME                      TYPE           IP         CPU    RAM      DISK
/talos-default-master-1   controlplane   10.5.0.2   2.00   2.1 GB   -
/talos-default-worker-1   worker         10.5.0.3   2.00   2.1 GB   -
```

`--provisioner qemu` was also tested. Note you need to have
`_out/{initramfs-$arch.xz,vmlinuz-$arch}` available, as documented in
their [docs](https://www.talos.dev/docs/v0.14/local-platforms/qemu/#install-talos-kernel-and-initramfs)
2022-01-25 12:36:42 +01:00
R. Ryantm dcf2db1a4f kubernetes: 1.22.4 -> 1.22.6 2022-01-25 13:00:18 +10:00
Guillaume Girol 1b1fe46bb1
Merge pull request #156314 from B4dM4n/nixos-tests-missing
nixos/tests: add missing tests
2022-01-24 19:32:15 +00:00
R. Ryantm b72e9a7ac0 minikube: 1.24.0 -> 1.25.1 2022-01-24 19:29:29 +00:00
R. Ryantm 8b6ffc52c7 istioctl: 1.12.1 -> 1.12.2 2022-01-24 14:33:03 +00:00
Jonas Chevalier e7dbfd7ece
terraform.withPlugins: clean and remove 0.12 support (#155477)
Now that the terraform 0.12 compatibility is not needed anymore, the
`terraform.withPlugins` and `terraform-providers.mkProvider`
implementations can be simplified.

Instead of building a bunch of bin wrappers on instantiation, the
providers are now stored in
`$out/libexec/terraform-providers/<registry>/<owner>/<name>/<version>/<os>_<arch>/terraform-provider-<name>_v<version>`
and then a simple `buildEnv` can be used to merge them.

This breaks back-compat so it's not possible to mix-and-match with
previous versions of nixpkgs. In exchange, it now becomes possible to
use the providers from
[nixpkgs-terraform-providers-bin](https://github.com/numtide/nixpkgs-terraform-providers-bin)
directly.
2022-01-24 12:53:05 +01:00
Patrick Hilhorst 4ed7bed68d
Merge branch 'master' into nixos-tests-missing 2022-01-24 12:05:30 +01:00
github-actions[bot] cc68710784 terraform-providers: update 2022-01-24 2022-01-24 14:57:42 +10:00
zowoq c78dba5f76 kubernetes: use maintainer team 2022-01-24 08:58:47 +10:00
zowoq 2702a6999f kubectl: move alongside kubernetes 2022-01-24 08:58:47 +10:00
Fabian Affolter c5b65a86db
Merge pull request #156322 from r-ryantm/auto-update/terragrunt
terragrunt: 0.35.20 -> 0.36.0
2022-01-23 21:25:49 +01:00
Fabian Möller 4329d79dba
nixos/tests: link tests to their packages 2022-01-23 21:08:10 +01:00
R. Ryantm 163055958b terragrunt: 0.35.20 -> 0.36.0 2022-01-23 14:29:22 +00:00
Sandro 5dde61be78
Merge pull request #156172 from kira-bruneau/krane 2022-01-23 04:33:56 +01:00
Sandro dc98fa6bd9
Merge pull request #156076 from rtimush/ssm-session-manager-plugin-awscli 2022-01-23 04:07:20 +01:00
Sandro 25ace3e196
Merge pull request #156074 from 06kellyjac/starboard 2022-01-23 04:04:52 +01:00
Bryan A. S 4e7fdc04c8 argocd: 2.2.2 -> 2.2.3 2022-01-22 21:22:06 -03:00
Kira Bruneau 154f9ee226 krane: 2.3.4 → 2.4.0 2022-01-22 11:11:35 -05:00
legendofmiracles 8400959b34
Merge pull request #156054 from peterromfeldhk/peter-vluster-init
vcluster: init at 0.5.3
2022-01-21 13:16:51 -06:00
Roman Timushev 8b875ed689 ssm-session-manager-plugin: drop awscli build dependency 2022-01-21 18:06:52 +01:00
06kellyjac 0657e31781 starboard: 0.12.0 -> 0.14.0 2022-01-21 16:40:54 +00:00
Peter Romfeld 4ddb05e51a
vcluster: init at 0.5.3 2022-01-21 16:40:40 +02:00
Jonas Chevalier 7d67bb4935
terraform-providers.teleport: remove (#155959)
Remove the last provider that is not published to the registry. They
publish the provider on their own website but it's not API-compatible
with the Hashicorp registry so the update script doesn't work with it.
2022-01-21 12:18:22 +01:00
R. RyanTM 787ced6423
helmfile: 0.142.0 -> 0.143.0
(#154542)
2022-01-21 11:46:52 +01:00
Sandro 93761fdcc9
Merge pull request #155814 from azahi/werf 2022-01-21 00:38:50 +01:00
zimbatm 02c86b798c terraform-providers.vpsadmin: 0.1.0 -> 0.2.0
This also moves the provider to using the registry as everybody else.
2022-01-21 07:47:42 +10:00
Bobby Rong e77024c04c
Merge pull request #152730 from r-ryantm/auto-update/helmsman
helmsman: 3.7.7 -> 3.8.0
2022-01-20 18:19:06 +08:00
Bobby Rong c7e8747a74
Merge pull request #152768 from r-ryantm/auto-update/kube3d
kube3d: 5.2.1 -> 5.2.2
2022-01-20 18:13:46 +08:00
Azat Bahawi d938f4b170
werf: 1.2.55 -> 1.2.56 2022-01-20 11:05:15 +03:00
Sandro 06d76e5e23
Merge pull request #155750 from sagikazarmark/update-helm-docs 2022-01-20 04:05:52 +01:00
Sandro cc6b4665fe
Merge pull request #155640 from r-ryantm/auto-update/terragrunt 2022-01-20 02:36:44 +01:00
Mark Sagi-Kazar 95732323ae
helm-docs: 1.5.0 -> 1.7.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2022-01-19 23:35:26 +01:00
zowoq 8903bd2cab terraform: 1.1.3 -> 1.1.4
https://github.com/hashicorp/terraform/releases/tag/v1.1.4
2022-01-20 05:51:28 +10:00
zowoq 66d044d117 terraform-providers.gandi: 1.1.1 -> 2.0.0 2022-01-20 05:47:08 +10:00
R. Ryantm 7930a45fae terragrunt: 0.35.16 -> 0.35.20 2022-01-19 13:35:56 +00:00
Jonas Chevalier 2c20f2181d
Merge pull request #154936 from zimbatm/terraform-providers-cleanup
more terraform cleanup
2022-01-18 15:16:07 +01:00