Robert Hensing
6dfab1853d
Merge pull request #142035 from hercules-ci/nixops-test
...
NixOps test
2021-10-18 21:28:15 +02:00
Robert Hensing
c64881b6da
nixopsUnstable: Add test
2021-10-18 12:07:01 +02:00
Fabian Affolter
ff9d9c3387
Merge pull request #141532 from 06kellyjac/terragrunt
...
terragrunt: 0.33.0 -> 0.35.1
2021-10-17 10:19:01 +02:00
Bryan A. S
7f8d276a8a
kn: init at 0.26.0 ( #141928 )
...
Co-authored-by: figsoda <figsoda@pm.me>
2021-10-16 21:26:50 -04:00
Florian Klink
27da44b3d4
Merge pull request #141762 from flokli/helm-git
...
kubernetes-helmPlugins.helm-git: init at 0.10.0
2021-10-17 00:18:59 +02:00
Florian Klink
20c78da41f
kubernetes-helmPlugins.helm-git: init at 0.10.0
...
This is necessary for running `helm` with a helmfile.yaml containing
git+https URLs.
2021-10-17 00:17:17 +02:00
Sandro
53047012ab
Merge pull request #141764 from kira-bruneau/krane
2021-10-16 19:11:12 +02:00
Graham Christensen
ba1fedf175
Merge pull request #141777 from DeterminateSystems/terraform-provider-vault
...
terraform-provider-vault: 2.11.0 -> 2.24.1
2021-10-15 14:59:44 -04:00
Graham Christensen
4a1558f290
terraform-provider-vault: 2.11.0 -> 2.24.1
2021-10-15 11:45:05 -04:00
maxine [they]
5895af5c1b
Merge pull request #141677 from maxeaubrey/nomad_1.0.12_1.1.6
...
nomad_1_0: 1.0.11 -> 1.0.12, nomad_1_1: 1.1.5 -> 1.1.6
2021-10-15 15:29:27 +02:00
Artturi
b101509826
Merge pull request #141407 from Kranzes/bump-libvirt
2021-10-15 05:18:24 +03:00
Bobby Rong
9e43911804
Merge pull request #141539 from 06kellyjac/nerdctl
...
nerdctl: 0.11.2 -> 0.12.1
2021-10-15 08:49:48 +08:00
Kira Bruneau
41eee0ef7a
krane: fix darwin build
2021-10-14 18:40:08 -04:00
Maxine Aubrey
be373504e2
nomad_1_1: 1.1.5 -> 1.1.6
...
- https://github.com/hashicorp/nomad/releases/tag/v1.1.6
2021-10-15 00:19:00 +02:00
Maxine Aubrey
973f851c0b
nomad_1_0: 1.0.11 -> 1.0.12
...
- https://github.com/hashicorp/nomad/releases/tag/v1.0.12
- https://github.com/hashicorp/nomad/blob/v1.0.12/CHANGELOG.md
2021-10-15 00:18:38 +02:00
Maxine Aubrey
e9cd692673
terraform_1_0: 1.0.8 -> 1.0.9
...
- https://github.com/hashicorp/terraform/releases/tag/v1.0.9
2021-10-15 00:06:56 +02:00
superherointj
235dccbfff
k3s: update script fix #3
2021-10-14 15:17:45 -03:00
superherointj
0b32a42531
linkerd: update script fix #3
2021-10-14 15:17:41 -03:00
superherointj
f8d898781a
fluxcd: update script fix #3
2021-10-14 15:09:01 -03:00
06kellyjac
96e249e1da
nerdctl: 0.11.2 -> 0.12.1
2021-10-13 17:04:26 +01:00
06kellyjac
36f981dad8
terragrunt: 0.33.0 -> 0.35.1
2021-10-13 16:43:53 +01:00
Jonas Chevalier
f1220d72a3
terraform-providers.kubernetes: 2.4.1 -> 2.5.0 ( #141519 )
2021-10-13 17:30:26 +02:00
Ilan Joselevich
05f2459915
nixopsUnstable: 2.0.0-pre (2021-09-05) -> 2.0.0-pre (2021-10-12)
2021-10-12 23:45:41 +03:00
Robert Scott
e312645535
cloudfoundry-cli: 7.3.0 -> 8.0.0
2021-10-10 18:53:22 +01:00
Jonas Chevalier
ccc287f6d9
terraform-providers.openstack: 1.28.0 -> 1.43.1 ( #139753 )
...
Use the more updated version from the terraform registry.
2021-10-10 09:56:57 +00:00
Nick Cao
ed666b443d
k0sctl: 0.10.3 -> 0.10.4
2021-10-09 20:03:24 +08:00
Sandro
ada0046cb3
Merge pull request #140707 from JesusMtnez/kube3d
2021-10-07 23:58:28 +02:00
superherointj
bc9b01fadd
k3s: updateScript updated
2021-10-06 15:00:47 -03:00
JesusMtnez
2961446fec
kube3d: 4.4.8 -> 5.0.0
2021-10-06 09:55:24 +02:00
Jonas Chevalier
5f9073ccc5
terraform-providers.mkProvider: init ( #140465 )
...
Expose how the providers are being created. That way, users can more
easily extend or override the list of providers that they want to use.
For example, you need a new AWS provider version:
```nix
terraform.withPlugins (p: [
(p.mkProvider rec {
owner = "hashicorp";
provider-source-address = "registry.terraform.io/hashicorp/aws";
repo = "terraform-provider-aws";
rev = "v${version}";
sha256 = "0fa61i172maanxmxz28mj7mkgrs9a5bs61mlvb0d5y97lv6pm2xg";
vendorSha256 ="1s22k4b2zq5n0pz6iqbqsf6f7chsbvkpdn432rvyshcryxlklfvl";
version = "3.56.0";
})
])
```
2021-10-05 19:21:45 +02:00
Artturi
a2eedbad42
Merge pull request #137865 from r-ryantm/auto-update/node-problem-detector
2021-10-05 15:49:54 +03:00
Nick Cao
e22edea554
k0sctl: 0.10.2 -> 0.10.3
2021-10-04 22:02:33 +08:00
Bryan A. S
14aef06d9b
velero: 1.6.3 -> 1.7.0 ( #140434 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-04 14:37:57 +02:00
Sandro
ec2383ef4f
Merge pull request #140438 from bryanasdev000/pgo473
2021-10-04 13:50:39 +02:00
Jonas Chevalier
03754a32a0
Merge pull request #140460 from zimbatm/terraform-provider-netlify-0.6.12
...
terraform-providers.netlify: 0.4.0 -> 0.6.12
2021-10-04 10:11:12 +00:00
zimbatm
afc60010a6
terraform-providers.netlify: 0.4.0 -> 0.6.12
...
Switch base, https://github.com/hashicorp/terraform-provider-netlify has
been archived. AegirHealth is the freshest one and supports DNS
records that are needed for NixOS/nixos-org-configurations#163
2021-10-04 11:22:26 +02:00
Sandro
a357103958
Merge pull request #136715 from kira-bruneau/krane
2021-10-04 10:36:51 +02:00
Kira Bruneau
2489084b05
krane: init at 2.3.0
2021-10-04 01:58:26 -04:00
Bryan A. S
396e421c89
rancher: init at 2.4.13
2021-10-04 13:39:44 +08:00
Bryan A. S
95c8ba90a4
pgo-client: 4.7.2 -> 4.7.3
2021-10-04 01:57:32 -03:00
Sandro
fcadfea45c
Merge pull request #140286 from superherointj/package-linkerd-updateScript
2021-10-03 16:46:04 +02:00
superherointj
f6e0602096
linkerd: add updateScript
2021-10-03 09:13:07 -03:00
Jörg Thalheim
4abd92c2e2
Merge pull request #140300 from superherointj/updateScript-fix-escape
...
Fix escape on updateScript of fluxcd, k3s, linode-cli
2021-10-03 08:32:12 +01:00
superherointj
bf2a70691b
fluxcd: fix escape on updateScript
2021-10-02 22:58:03 -03:00
superherointj
39f00331dd
k3s: fix escape on updateScript
2021-10-02 22:57:59 -03:00
figsoda
af9b4c3aee
multus-cni: fix version ouput, clean up
2021-09-30 22:50:30 -04:00
figsoda
0e1d5c7934
Merge pull request #138401 from r-ryantm/auto-update/multus-cni
...
multus-cni: 3.7.2 -> 3.8
2021-09-30 22:41:03 -04:00
figsoda
7543582fb3
Merge pull request #139062 from r-ryantm/auto-update/kubecfg
...
kubecfg: 0.20.0 -> 0.21.0
2021-09-30 22:31:01 -04:00
figsoda
780025e57f
Merge pull request #139033 from r-ryantm/auto-update/helmsman
...
helmsman: 3.7.3 -> 3.7.5
2021-09-30 22:30:28 -04:00
figsoda
e53dc1c40e
Merge pull request #139080 from r-ryantm/auto-update/minikube
...
minikube: 1.23.0 -> 1.23.2
2021-09-30 22:29:05 -04:00