3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2520 commits

Author SHA1 Message Date
zowoq 55a4c4f426 nomad-driver-podman: set platforms to linux
https://github.com/hashicorp/nomad-driver-podman#runtime-dependencies

> Linux host with podman installed
2021-08-06 18:06:39 +10:00
Jörg Thalheim f2ffd8fc03
Merge pull request #132738 from r-ryantm/auto-update/fluxctl
fluxctl: 1.23.1 -> 1.23.2
2021-08-06 06:25:59 +01:00
Jörg Thalheim 54d33add5f
Merge pull request #132842 from qowoz/hashiflags
nomad, vault: buildFlagsArray -> tags
2021-08-06 05:54:29 +01:00
zowoq f91178f82b nomad: add passthru.tests 2021-08-06 11:48:53 +10:00
zowoq 6d2b956a36 linkerd: buildFlagsArray -> tags 2021-08-06 11:29:32 +10:00
zowoq ed9a086c0d nomad: buildFlagsArray -> tags 2021-08-06 10:59:55 +10:00
zowoq 8ff05e0ca2 cni-plugins: buildFlagsArray -> ldflags 2021-08-06 10:54:38 +10:00
Robert Hensing 18ade9c076
Merge pull request #132578 from 06kellyjac/starboard
starboard: 0.10.3 -> 0.11.0
2021-08-05 13:01:51 +02:00
Florian Klink 7a8f6028c4
Merge pull request #132755 from flokli/terraform-provider-kubernetes-bump
terraform-providers.kubernetes: 2.1.0 -> 2.4.1, remove kubernetes-alpha
2021-08-05 12:01:33 +02:00
Florian Klink 8e7ecf4a23
Merge pull request #132760 from zimbatm/terraform-provider-ovh-0.15.0
terraform-providers.ovh: 0.8.0 -> 0.15.0
2021-08-05 12:01:12 +02:00
Ricardo Guevara d1dfdf7b3b
terraform-providers.datadog: 2.7.0 -> 3.2.0 (#104310) 2021-08-05 12:00:54 +02:00
Florian Klink 2ec3c8ec19 terraform-providers.kubernetes-alpha: remove
This has graduated to beta, and the kubernetes_manifest resource has
moved into terraform-provider-kubernetes.

To use it, you must be enabled in the provider block:

```hcl
provider "kubernetes" {
  experiments {
    manifest_resource = true
  }
  config_path = "~/.kube/config"
}
```
2021-08-05 11:52:32 +02:00
zimbatm d752fb3b44
terraform-providers.ovh: 0.8.0 -> 0.15.0
The provider had moved location, which prevented the auto-updated from
working.

https://github.com/hashicorp/terraform-provider-ovh ->
https://github.com/ovh/terraform-provider-ovh
2021-08-05 11:48:52 +02:00
Florian Klink 743a807550
Merge pull request #125467 from arcnmx/terraform-acme
terraform-providers.acme: 1.5.0-patched -> 2.5.2
2021-08-05 11:38:51 +02:00
Florian Klink 586172f0fe terraform-providers.kubernetes: 2.1.0 -> 2.4.1 2021-08-05 11:20:42 +02:00
R. RyanTM e2760db4c3 fluxctl: 1.23.1 -> 1.23.2 2021-08-05 06:25:31 +00:00
Mario Rodas 5a82107589
Merge pull request #131980 from maxeaubrey/nomad_1.0.9
nomad_1_0: 1.0.8 -> 1.0.9
2021-08-04 19:02:34 -05:00
maxine [they] d256a84fec
terraform_1_0: 1.0.3 -> 1.0.4 (#132711) 2021-08-04 17:54:03 -05:00
Sandro a52e109a8c
Merge pull request #131202 from r-ryantm/auto-update/helmfile
helmfile: 0.139.9 -> 0.140.0
2021-08-04 23:00:28 +02:00
Sandro 950fe62115
Merge pull request #132582 from 06kellyjac/octant 2021-08-04 22:55:04 +02:00
Sandro 9a626cda34
Merge pull request #131301 from r-ryantm/auto-update/fluxctl
fluxctl: 1.23.0 -> 1.23.1
2021-08-04 17:05:50 +02:00
06kellyjac e0ecbb90c0 octant-desktop: 0.22.0 -> 0.23.0 2021-08-03 20:58:01 +01:00
06kellyjac aad7b2f61e octant: 0.22.0 -> 0.23.0 2021-08-03 20:56:38 +01:00
06kellyjac f9792e57aa starboard: 0.10.3 -> 0.11.0 2021-08-03 19:14:25 +01:00
Matthieu Coudron 78090fd990 kubernetes-helm-wrapped: fix the wrapper
placeholder out doesn't return a full store path so fixing the derivation
2021-08-03 16:48:42 +02:00
Robert Scott 16851a19a6
Merge pull request #131577 from starcraft66/velero-1.6.2
velero: 1.6.0 -> 1.6.2
2021-08-02 22:10:11 +01:00
Tristan Gosselin-Hane 5b6d308cd7
velero: 1.6.0 -> 1.6.2 2021-08-01 22:07:26 -04:00
Ben Siraphob 2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
Ben Siraphob 7ec2803c43
Merge pull request #132064 from r-ryantm/auto-update/kubelogin
kubelogin: 0.0.9 -> 0.0.10
2021-07-31 17:03:12 +07:00
R. RyanTM 60af7ac4d8 kuttl: 0.9.0 -> 0.11.0 2021-07-30 11:52:46 +00:00
R. RyanTM bee9155f51 kubelogin: 0.0.9 -> 0.0.10 2021-07-30 11:47:55 +00:00
Maxine Aubrey f6eb8281ad
nomad_1_0: 1.0.8 -> 1.0.9 2021-07-29 19:01:35 +02:00
github-actions[bot] 36f70c9637
Merge master into staging-next 2021-07-29 06:01:13 +00:00
Hubert Jasudowicz 60e09601df minikube: 1.21.0 -> 1.22.0 2021-07-29 14:29:54 +10:00
github-actions[bot] 6fcda9f1ec
Merge master into staging-next 2021-07-28 18:01:16 +00:00
zimbatm 0ed460f15c
terraform-providers.metal: 2.1.0 -> 3.0.0 2021-07-28 14:06:52 +02:00
github-actions[bot] a1d3be1d42
Merge master into staging-next 2021-07-28 12:01:16 +00:00
Alexandru Scvortov b9acd426df kubernetes: add passthru tests
Also defensively quote a path and reformat a comment to trigger the
right review.
2021-07-28 11:27:22 +01:00
github-actions[bot] d01381167a
Merge master into staging-next 2021-07-26 18:01:17 +00:00
Sandro 6284609a6b
Merge pull request #131124 from starcraft66/assign-lb-ip
assign-lb-ip: init at 2.2.0
2021-07-26 15:02:48 +00:00
github-actions[bot] a37fbac53b
Merge master into staging-next 2021-07-25 00:01:35 +00:00
Sandro e3d53a90ce
Merge pull request #127485 from asymmetric/update-tf-gce-provider
terraform-providers.google, google-beta: v3.62.0 -> v3.76.0
2021-07-24 22:47:59 +00:00
Sandro 4d03473137
Merge pull request #131135 from superherointj/package-linkerd-edge-21.7.4
linkerd_edge: 21.7.3 -> 21.7.4
2021-07-24 19:19:40 +00:00
Lorenzo Manacorda 1154036a26 terraform-providers.google, google-beta: v3.62.0 -> v3.76.0 2021-07-24 13:01:31 +02:00
R. RyanTM 2b4516bd31 fluxctl: 1.23.0 -> 1.23.1 2021-07-24 03:22:43 +00:00
superherointj e09de92049 temporal: 1.11.1 -> 1.11.2 2021-07-23 22:11:57 -03:00
github-actions[bot] cb1426e30a
Merge staging-next into staging 2021-07-23 18:01:46 +00:00
Sandro ce513b2866
Merge pull request #131197 from superherointj/package-k3s-v1.21.3+k3s1
k3s: 1.21.2+k3s1 -> 1.21.3+k3s1
2021-07-23 18:19:26 +02:00
superherointj bee854ef56 argocd: 2.0.4 -> 2.0.5 2021-07-23 06:12:14 -03:00
R. RyanTM 15fe01a0dc helmfile: 0.139.9 -> 0.140.0 2021-07-23 09:05:22 +00:00