3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

3395 commits

Author SHA1 Message Date
R. RyanTM a92f23d81f
kubelogin-oidc: 1.25.0 -> 1.25.1 (#159449) 2022-02-12 12:44:36 -05:00
Han Verstraete a1f6ee078b
arkade: 0.8.12 -> 0.8.14 2022-02-12 17:29:42 +01:00
Robert Scott 699ba03980
Merge pull request #159405 from r-ryantm/auto-update/bosh-cli
bosh-cli: 6.4.7 -> 6.4.15
2022-02-12 13:35:11 +00:00
Mario Rodas 43164a4edc
Merge pull request #159208 from r-ryantm/auto-update/flink
flink: 1.14.2 -> 1.14.3
2022-02-12 08:28:43 -05:00
Mario Rodas 00aa6f5628
Merge pull request #159211 from r-ryantm/auto-update/fn
fn-cli: 0.6.11 -> 0.6.13
2022-02-12 08:28:08 -05:00
R. RyanTM 7847296020
driftctl: 0.18.5 -> 0.20.0
(#159163)
2022-02-12 14:11:30 +01:00
R. Ryantm b0f0772603 kube3d: 5.2.2 -> 5.3.0 2022-02-12 12:21:42 +00:00
R. Ryantm 14ae530b63 istioctl: 1.12.2 -> 1.13.0 2022-02-12 11:24:51 +00:00
R. Ryantm 2ce50a6761 glooctl: 1.10.6 -> 1.10.8 2022-02-12 08:38:55 +00:00
R. Ryantm 2fea3f30b5 kubernetes: 1.22.6 -> 1.23.3 2022-02-12 05:44:13 +00:00
R. Ryantm dee0c43efe kn: 1.1.0 -> 1.2.0 2022-02-12 04:51:11 +00:00
R. Ryantm c734cf8592 bosh-cli: 6.4.7 -> 6.4.15 2022-02-12 02:32:15 +00:00
R. Ryantm 00b94e3b6e kubergrunt: 0.7.11 -> 0.8.0 2022-02-12 01:06:24 +00:00
R. Ryantm 2255b64d85 fn-cli: 0.6.11 -> 0.6.13 2022-02-11 11:21:49 +00:00
R. Ryantm 1ee7ba9915 flink: 1.14.2 -> 1.14.3 2022-02-11 11:06:13 +00:00
Jörg Thalheim c363abb75d
Merge pull request #158089 from euank/update-k3s-1.23
k3s: v1.22.3+k3s1 -> 1.23.3+k3s1
2022-02-11 09:53:26 +00:00
Euan Kemp 02f8cd56dc k3s: add mic92 as a maintainer
Per https://github.com/NixOS/nixpkgs/pull/158089#issuecomment-1033397045
2022-02-11 01:51:50 -08:00
Bobby Rong f741f20293
Merge pull request #158903 from r-ryantm/auto-update/tektoncd-cli
tektoncd-cli: 0.21.0 -> 0.22.0
2022-02-11 12:04:27 +08:00
zowoq f9e7ee3fab clusterctl: 1.1.0 -> 1.1.1
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.1
2022-02-11 08:38:37 +10:00
zowoq 559d566e87 talosctl: install completion 2022-02-11 07:10:32 +10:00
techknowlogick b382bc3d4d nomad: 1.2.3 -> 1.2.6 2022-02-10 15:38:33 -05:00
superherointj 5dc33fd615 fluxcd: 0.26.2 -> 0.26.3 2022-02-10 11:43:19 -08:00
R. Ryantm c214ffbb8c tilt: 0.23.9 -> 0.24.1 2022-02-10 11:35:51 -08:00
R. Ryantm 3e6211869a tektoncd-cli: 0.21.0 -> 0.22.0 2022-02-10 06:55:30 +00:00
Sandro 00be9c5821
Merge pull request #154477 from NelsonJeppesen/glooctl 2022-02-10 01:28:22 +01:00
Nelson Jeppesen f5be6f48ff
glooctl: init at 1.10.6 2022-02-09 10:04:36 -08:00
Azat Bahawi 4304bd2154
werf: 1.2.60 -> 1.2.65 2022-02-09 00:01:05 +03:00
superherointj 095370811e fluxcd: 0.26.1 -> 0.26.2 2022-02-08 11:46:11 -08:00
Vincent Ambo f259444398
terraform: fix overrideAttrs with passthru attributes (#158632)
If plugins are specified in a call to `terraform.withPlugins`, the
standard override functions do not act on the wrapper derivation that
a user sees but on the underlying Terraform derivation.

Due to this, overriding attributes does nothing as they are not passed
through to the "outer" wrapper derivation.

This change fixes this for at least passthru attributes, but other
applications of `.overrideAttrs` (and potentially of the other
overrides) will do nothing (except compute a bit internally).

This fixes #158620 at least partially.
2022-02-08 17:41:58 +01:00
Vincent Ambo 2fcfc72e68
terraform-providers: wrap mkProvider in lib.makeOverridable (#158618)
This allows for an easier interface for doing things like overriding
the version of a specific Terraform provider, which is a fairly common
use-case.
2022-02-08 17:41:03 +01:00
Euan Kemp 7a7335d43e k3s: v1.22.3+k3s1 -> 1.23.3+k3s1
This PR also reworks the packaging of k3s significantly.

Notably, it makes the following changes:

1. buildGoModule instead of buildGoPackage + mkDerivation (for the final one)
2. Merges the final two derivations (k3s user binary + wrapper script stuff) into one
3. Reduces the amount of patching & usage of upstream packaging scripts

And of course updates to 1.23

I'm not really sure yet if this is significantly better than the
previous packaging model, but it at least seems a little nicer I guess?
buildGoModule is nice, even if we have to hack around it quite a bit to
get a 'go generate' in there.
2022-02-08 00:43:41 -08:00
zowoq 49e2877f51 nomad-autoscaler: various fixes
- don't build `nomad-autoscaler` binary twice
- drop unnecessary `removeReferencesTo`
2022-02-07 14:35:20 -08:00
zowoq ab07e12988 treewide: drop unnecessary go_1_17, buildGo117{Module,Package} 2022-02-08 08:09:33 +10:00
zowoq f7284233f4 terraform-providers: update 2022-02-07 2022-02-07 16:01:53 +10:00
zowoq 215002fb9f terraform-providers: update scripts
- add flag to skip building updated providers
- have the github action skip building providers so we don't need to handle build failures in the script
- remove outdated `vendor` flag, all providers use `buildGoModule`
2022-02-07 12:02:36 +10:00
Mario Rodas 1fdd39c21a
Merge pull request #157947 from r-ryantm/auto-update/tanka
tanka: 0.19.0 -> 0.20.0
2022-02-05 21:44:20 -05:00
James Ravn e9a183f536 kubebuilder: 3.2.0 -> 3.3.0
Update kubebuilder to 3.3.0. Use go 1.17 since kubebuilder 3.3.0 now
requires it.
2022-02-04 18:35:15 -08:00
Yurii Matsiuk d7c728f6ef fluxcd: 0.25.3 -> 0.26.1
https://github.com/fluxcd/flux2/releases/tag/v0.26.1
2022-02-04 18:22:25 -08:00
superherointj 6994e8ae17 cmctl: init 1.7.1 2022-02-05 09:10:46 +10:00
R. Ryantm 2536a4a2d8 terragrunt: 0.36.0 -> 0.36.1 2022-02-03 10:17:40 -08:00
R. Ryantm 3bb74c77da stern: 1.20.1 -> 1.21.0 2022-02-03 10:17:20 -08:00
R. Ryantm 77daa74055 tanka: 0.19.0 -> 0.20.0 2022-02-03 06:57:32 +00:00
techknowlogick 369764ce1b waypoint: 0.4.1 -> 0.7.1 2022-02-02 22:50:27 -05:00
zowoq ee02c9d15c terraform: 1.1.4 -> 1.1.5
https://github.com/hashicorp/terraform/releases/tag/v1.1.5
2022-02-03 09:37:02 +10:00
zowoq 8f6cdee25a clusterctl: 1.0.3 -> 1.1.0
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.0
2022-02-03 08:27:07 +10:00
Azat Bahawi b3ccab31f2
werf: 1.2.56 -> 1.2.60 2022-02-02 13:17:14 +03:00
zowoq b3a297866e clusterctl: 1.0.2 -> 1.0.3
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.0.3
2022-02-02 17:25:41 +10:00
zowoq fd8529c6a2 tilt: 0.23.5 -> 0.23.9 2022-02-02 10:35:36 +10:00
zowoq eb294649b9 nerdctl: 0.16.0 -> 0.16.1
https://github.com/containerd/nerdctl/releases/tag/v0.16.1
2022-02-01 19:51:06 +10:00
Bobby Rong 71828b9865
Merge pull request #157534 from 06kellyjac/tektoncd-cli
tektoncd-cli: 0.20.0 -> 0.21.0
2022-02-01 16:37:09 +08:00
zowoq 0de459083c stern: update vendorSha256 2022-02-01 17:20:04 +10:00
zowoq cc94d1d1b3 kube-capacity: update vendorSha256 2022-02-01 15:42:33 +10:00
zowoq ff85b40f48 helmsman: update vendorSha256 2022-02-01 15:42:33 +10:00
zowoq 741460dd3a tanka: update vendorSha256 2022-02-01 12:39:20 +10:00
R. Ryantm 481b2c6a24 tilt: 0.23.4 -> 0.23.5 2022-01-31 10:05:58 -08:00
R. Ryantm 99e3249cb1 driftctl: 0.18.3 -> 0.18.5 2022-01-31 09:27:16 -08:00
06kellyjac 7d6252bce0 tektoncd-cli: 0.20.0 -> 0.21.0 2022-01-31 16:00:23 +00:00
Bobby Rong 86ef631464
Merge pull request #157173 from 06kellyjac/starboard
starboard: 0.14.0 -> 0.14.1
2022-01-31 20:59:55 +08:00
zowoq ec08cfe2ff terraform-providers.selectel: 3.7.1 -> 3.8.0 2022-01-31 14:46:16 +10:00
zowoq 0a9b154866 nomad-autoscaler: update vendorSha256 2022-01-31 06:31:22 +10:00
superherointj 7c895e7594 linkerd_edge: 21.10.3 -> 22.1.4 2022-01-30 21:46:38 +10:00
zowoq 55c79be9ef kuma: update vendorSha256 2022-01-30 20:34:40 +10:00
Vladimír Čunát 529051ddb4
Merge #151776: flink: 1.14.0 -> 1.14.2 2022-01-30 09:05:55 +01:00
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
06kellyjac 6910e371e0 starboard: 0.14.0 -> 0.14.1 2022-01-28 17:22:47 +00: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
Bobby Rong bcfd043049
Merge pull request #154482 from r-ryantm/auto-update/tanka
tanka: 0.17.3 -> 0.19.0
2022-01-17 21:30:36 +08:00
github-actions[bot] 5883bf6728 terraform-providers: update 2022-01-17 2022-01-17 19:36:58 +10:00
Renaud 2dd5461213
Merge pull request #153850 from mrVanDalo/feature/terranix-2.5.3
terranix: 2.5.0 -> 2.5.3
2022-01-16 10:54:21 +01:00
Bobby Rong 88e6828538
Merge pull request #155107 from welteki/arkade-0.8.12
arkade: 0.8.11 -> 0.8.12
2022-01-16 09:06:16 +08:00
zowoq 1bc66cb842 nerdctl: 0.15.0 -> 0.16.0
https://github.com/containerd/nerdctl/releases/tag/v0.16.0
2022-01-16 08:41:30 +10:00
R. RyanTM 2cb556b610
argocd: 2.2.1 -> 2.2.2 (#154369)
* argocd: 2.2.1 -> 2.2.2

* argocd: update gitCommit

Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-01-15 13:40:18 -05:00
Han Verstraete 80cb7d891b
arkade: 0.8.11 -> 0.8.12 2022-01-15 14:04:07 +01:00
zimbatm 090872ef68
terraform_0_12: remove
Remove the last version that doesn't use the registry
2022-01-14 21:02:49 +01:00
zimbatm f3fa6bfe96
terraform-providers.mkProvider: cleanup
Remove the layer of indirection. Expose what parameters are expected
from the function call.
2022-01-13 21:56:55 +01:00
zimbatm 689155195f
terraform-providers: split the removed providers
Expose the date when they were removed/archived.
2022-01-13 21:53:13 +01:00
Bobby Rong 2540943666
Merge pull request #154597 from r-ryantm/auto-update/kube-capacity
kube-capacity: 0.6.2 -> 0.7.0
2022-01-13 22:45:16 +08:00
legendofmiracles 4f7acc0942
Merge pull request #154600 from r-ryantm/auto-update/kubectl-example
kubectl-example: 1.0.1 -> 1.1.0
2022-01-13 08:02:42 -06:00
legendofmiracles 80a20f6b62
Merge pull request #152966 from r-ryantm/auto-update/argo
argo: 3.2.4 -> 3.2.6
2022-01-12 18:41:56 -06:00
Bobby Rong cb1f1e5f57
Merge pull request #154357 from ricochet/kube3d-add-darwin
kube3d: add darwin
2022-01-12 17:42:54 +08:00
Bobby Rong 77786dab73
Merge pull request #154410 from r-ryantm/auto-update/chart-testing
chart-testing: 3.4.0 -> 3.5.0
2022-01-12 16:55:44 +08:00
legendofmiracles 128359aeca
chart-testing: install shell completion 2022-01-11 21:46:01 -06:00
R. RyanTM ae9cb35195
driftctl: 0.17 -> 0.18.3
(#152663)
2022-01-12 00:43:30 +01:00
Bailey Hayes 6d3026184a maintainers: add ricochet 2022-01-11 18:49:07 +00:00
R. Ryantm c5648deb83 kubectl-example: 1.0.1 -> 1.1.0 2022-01-11 16:32:13 +00:00
R. Ryantm 18b4ded9f0 kube-capacity: 0.6.2 -> 0.7.0 2022-01-11 16:24:33 +00:00
R. Ryantm e1a00aa35a tanka: 0.17.3 -> 0.19.0 2022-01-11 08:51:23 +00:00
R. Ryantm a2bbddbf36 chart-testing: 3.4.0 -> 3.5.0 2022-01-11 03:39:15 +00:00
Bailey Hayes c4260c76cf kube3d: add darwin platforms 2022-01-10 19:22:01 -05:00
zowoq 31f8c0e0c5 werf: update vendorSha256 2022-01-11 06:31:22 +10:00
zowoq c43b896e07 minikube: update vendorSha256 2022-01-11 06:31:22 +10:00
github-actions[bot] af99170157 terraform-providers: update 2022-01-10 2022-01-10 14:05:27 +10:00
zowoq addbaf25a1 terraform-providers: updates, switch go_1_17 2022-01-10 09:01:19 +10:00
zowoq df7f6e9eca terraform: switch to go_1_17 2022-01-10 09:01:19 +10:00
Bernardo Meurer f7fba6ae71
Merge pull request #153533 from techknowlogick/update-nomad
nomad: 1.1.8 -> 1.2.3
2022-01-09 18:19:39 +00:00
Sandro f86600a7b2
Merge pull request #148529 from Kranzes/bump-libvirt 2022-01-08 20:20:57 +01:00
zowoq 5e53a3dd20 terraform-providers.libvirt: remove separate derivation, add override for cdrtools
since 0.6.10 it doesn't link against libvirt and is distibuted on the terraform registry
https://github.com/dmacvicar/terraform-provider-libvirt/releases/tag/v0.6.10
2022-01-08 11:42:32 +10:00
Ingolf Wagner c94adc5bb2
terranix: 2.5.0 -> 2.5.3 2022-01-07 15:22:40 +01:00
zowoq 3c0f090cac terraform: 1.1.2 -> 1.1.3
https://github.com/hashicorp/terraform/releases/tag/v1.1.3
2022-01-07 18:43:39 +10:00
Nick Cao 0c8b2ce6c0 terraform-providers.minio: init at 1.2.0 2022-01-06 09:45:25 +10:00
zowoq f49bd944c5 terraform-providers: disable CGO, set ldflags
these are the defaults for publishing on the terraform registry
2022-01-06 09:24:28 +10:00
techknowlogick 4c6570f29c nomad: 1.1.8 -> 1.2.3 2022-01-04 20:07:41 -05:00
Renaud 62a112b30e
Merge pull request #153217 from c0bw3b/meta/apsl-asl
Treewide: fix wrong declaration of Apache License 2.0
2022-01-04 13:44:06 +01:00
Jörg Thalheim 87b25c11e0
Merge pull request #153266 from qowoz/tf-gandi
terraform-providers.gandi: 1.0.0 -> 1.1.1
2022-01-04 08:29:52 +00:00
github-actions[bot] 40a7f85511 terraform-providers: update 2022-01-04 2022-01-04 18:19:40 +10:00
zowoq c5104c3dc1 terraform-providers: update-provider script
- add nixpkgs path for nix-prefetch
2022-01-04 10:57:32 +10:00
zowoq 1cd34071df terraform-providers: remove buildGoPackage
all providers are now using buildGoModule
2022-01-04 07:07:42 +10:00
1000101 b1321fd195 terraform-providers: fix typo 2022-01-04 05:35:33 +10:00
1000101 59c98d50bf terraform-providers.checkly: init at 1.3.0 2022-01-04 05:35:33 +10:00
Bobby Rong c034c9c4fa
Merge pull request #152767 from r-ryantm/auto-update/kube-capacity
kube-capacity: 0.6.1 -> 0.6.2
2022-01-03 23:07:29 +08:00
Jonas Chevalier c4b5d9ea54
Merge pull request #153206 from qowoz/tf-misc
terraform-providers: misc updates
2022-01-03 11:03:45 +01:00
zowoq 5ed922a639 terraform-providers.gandi: 1.0.0 -> 1.1.1 2022-01-03 07:32:22 +10:00
c0bw3b 658d3e9af8 Treewide: fix wrong declaration of Apache License 2.0
These packages were announced as published under Apple Public Source
License 2.0 ('apsl20' short handle) but they are actually published
under the Apache License 2.0 ('asl20' short handle)
2022-01-02 15:23:43 +01:00
zowoq 9abfc5e300 terraform-providers.thunder: rename from vthunder 2022-01-02 23:31:30 +10:00
zowoq b9d21473c3 terraform-providers.segment: remove 2022-01-02 23:31:30 +10:00
zowoq 34df29fb4e terraform-providers.cloudstack: remove 2022-01-02 23:31:24 +10:00
zowoq 76c1b6c362
terraform-providers: update providers (#153201) 2022-01-02 14:24:53 +01:00
zowoq 128812757b
terraform-providers: remove archived providers (#153015)
these providers have been archived and/or removed from the registry and
don't have a "blessed" fork or replacement linked in the archived repo.
2022-01-02 13:02:00 +01:00
Jonas Chevalier a475c130e8
Merge pull request #153118 from qowoz/tf-scripts
terraform-providers: update-provider scripts - misc fixes
2022-01-02 12:54:47 +01:00
zowoq 5280e28e13 terraform-providers: update-provider scripts
- use nix-prefetch for vendorSha256
- use no-out-link for nix-build
- fix nixpkgs import path
2022-01-02 16:53:11 +10:00
zowoq 3304e7fe50 terraform-providers.oraclepaas: set provider-source-address, vendorSha256 2022-01-02 13:43:23 +10:00
zowoq fc4b2c2a50 terraform-providers.google-beta: 3.76.0 -> 4.5.0 2022-01-02 13:43:23 +10:00
zowoq 8f24dd162f terraform-providers: update-provider scripts
- shellcheck / shfmt
2022-01-02 08:27:48 +10:00
Justinas Stankevicius c32c39d6f3 terraform-providers.teleport: 7.3.0 -> 8.0.6 2022-01-02 06:09:14 +10:00
Sandro df2c21de51
Merge pull request #142597 from azahi/werf 2022-01-01 15:10:32 +01:00
zowoq 36b5fc4b36 buildGoModule packages: remove unnecessary runVend 2022-01-01 15:55:33 +10:00
zowoq 796af3ddba terraform-providers.google: 3.76.0 -> 4.5.0 2022-01-01 08:26:40 +10:00
zowoq 41473bf959 terraform-providers: support proxyVendor 2022-01-01 08:26:40 +10:00
zowoq 84ef8b2222 terraform-providers.vercel: remove separate derivation 2022-01-01 08:26:40 +10:00
zowoq 9b10b523f3 terraform-providers.lxd: remove separate derivation 2022-01-01 08:26:40 +10:00
zowoq e0687dd46c terraform-providers.linuxbox: 0.3.11 -> 0.4.2, remove separate derivation 2022-01-01 08:26:40 +10:00
zowoq e40468c457 terraform-providers.hcloud: 1.26.0 -> 1.32.2, remove separate derivation 2022-01-01 08:26:40 +10:00
zowoq 18c46f641f terraform-providers.cloudfoundry: 0.14.2 -> 0.15.0, remove separate derivation 2022-01-01 08:26:40 +10:00
zowoq 0e1acb3c5e terraform-providers.ansible: 1.0.3 -> 1.0.4, remove separate derivation 2022-01-01 08:26:40 +10:00
zowoq 09195e8acb terraform-providers: set doCheck to false
this is usually a no op anyway
2022-01-01 08:26:40 +10:00
zowoq d191b42933 terraform: add maintainer 2022-01-01 08:21:50 +10:00
R. Ryantm 233cc0d593 argo: 3.2.4 -> 3.2.6 2021-12-31 16:48:08 +00:00
zowoq fe92c39ced terraform-providers: updates 2021-12-31 20:24:09 +10:00
Azat Bahawi c830a37d10
werf: init at 1.2.55 2021-12-31 13:13:54 +03:00
R. Ryantm cdc10fa6f2 tilt: 0.23.3 -> 0.23.4 2021-12-31 02:05:17 -08:00
Fabian Affolter 00f7508275
Merge pull request #152769 from r-ryantm/auto-update/kubeone
kubeone: 1.3.2 -> 1.3.3
2021-12-30 21:26:52 +01:00
R. Ryantm 31cd8b70c3 kubeone: 1.3.2 -> 1.3.3 2021-12-30 18:28:31 +00:00
R. Ryantm 367ec166d6 kube3d: 5.2.1 -> 5.2.2 2021-12-30 18:21:25 +00:00
R. Ryantm 3074f76478 kube-capacity: 0.6.1 -> 0.6.2 2021-12-30 18:15:01 +00:00
R. Ryantm a1d260449b helmsman: 3.7.7 -> 3.8.0 2021-12-30 15:30:59 +00:00
R. Ryantm 1b3e15bebb terraform-providers.libvirt: 0.6.11 -> 0.6.12 2021-12-30 20:28:04 +10:00
zowoq f1982153cb terraform-providers.vault: 3.0.1 -> 3.1.1
https://github.com/hashicorp/terraform-provider-vault/releases/tag/v3.1.0
https://github.com/hashicorp/terraform-provider-vault/releases/tag/v3.1.1
2021-12-30 19:47:41 +10:00
Ben Siraphob 39a0a70d29
treewide: fix homepages with permanent redirect to https 2021-12-29 22:06:47 +07:00
Bobby Rong e5bb198927
Merge pull request #152468 from jonringer/spark-homepage
spark: avoid https redirect
2021-12-29 09:42:14 +08:00
Bryan A. S a662d54ccf k9s: 0.25.12 -> 0.25.18 2021-12-28 14:18:52 -03:00
Jonathan Ringer 005ec0e68f
spark: avoid https redirect 2021-12-28 08:54:55 -08:00
legendofmiracles f80ea94ff5
Merge pull request #151509 from psibi/kubergrunt 2021-12-28 07:19:06 -06:00