about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09cni-plugins: v0.8.3 -> v0.8.4Sascha Grunert1-2/+2
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-01-08terraform: 0.12.18 -> 0.12.19Mario Rodas1-2/+2
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.19
2019-12-22Merge pull request #75552 from saschagrunert/k8sMario Rodas1-2/+2
kubernetes: v1.16.3 -> v1.16.4
2019-12-22Merge pull request #70526 from kampka/spacegunNiklas Hambüchen5-0/+11477
spacegun: init at 0.3.3
2019-12-14kubernetes-helm: Add shell completionGiacomo Longo1-1/+8
2019-12-12Merge pull request #75544 from marsam/update-terraformMario Rodas1-2/+2
terraform: 0.12.17 -> 0.12.18
2019-12-12kubernetes: v1.16.3 -> v1.16.4Sascha Grunert1-2/+2
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-12-12argo: 2.4.1 -> 2.4.3Greg Roodt1-2/+2
2019-12-11terraform: 0.12.17 -> 0.12.18Mario Rodas1-2/+2
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.18
2019-12-10Merge pull request #75255 from r-ryantm/auto-update/kubesealRyan Mulligan1-2/+2
kubeseal: 0.9.5 -> 0.9.6
2019-12-09Merge pull request #75252 from r-ryantm/auto-update/helmSarah Brofeldt1-2/+2
kubernetes-helm: 3.0.0 -> 3.0.1
2019-12-08kubeseal: 0.9.5 -> 0.9.6R. RyanTM1-2/+2
2019-12-08k9s: 0.8.4 -> 0.9.3José Luis Lafuente1-3/+12
Also add missed build flags
2019-12-08kubernetes-helm: 3.0.0 -> 3.0.1R. RyanTM1-2/+2
2019-12-07Merge pull request #75168 from endocrimes/nomad-0-10-2Mario Rodas1-2/+2
nomad: 0.10.0 -> 0.10.2
2019-12-07nomad: 0.10.0 -> 0.10.2Danielle Lancashire1-2/+2
2019-12-06Merge pull request #74909 from filalex77/fluxctl-1.16.0lewo1-5/+5
fluxctl: 1.15.0 -> 1.16.0
2019-12-04terraform-providers: bump version (#74991)Florian Klink1-93/+93
Contrary to what the update script suggested, I didn't bump the google providers to 3.0.0[-beta] just yet :-)
2019-12-04Merge pull request #74908 from groodt/kubeval-0.14.0Mario Rodas2-187/+13
kubeval: 0.7.3 -> 0.14.0
2019-12-03kops_1_15: init at 1.15.0 (#73809)Christian Kampka1-0/+5
2019-12-03fluxctl: add filalex77 to maintainersOleksii Filonenko1-1/+1
2019-12-03fluxctl: 1.15.0 -> 1.16.0Oleksii Filonenko1-4/+4
2019-12-03kubeval: 0.7.3 -> 0.14.0Greg Roodt2-187/+13
2019-12-03terraform: 0.12.16 -> 0.12.17 (#74873)Mario Rodas1-2/+2
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.17
2019-11-22sonobuoy: 0.15.0 -> 0.16.1 (#70904)Sascha Grunert1-6/+6
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-18terraform: 0.12.15 -> 0.12.16Mario Rodas1-2/+2
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.16
2019-11-17kubeseal: init at 0.9.5Greg Roodt1-0/+24
2019-11-15Merge pull request #73438 from marsam/update-terraformMario Rodas1-2/+2
terraform: 0.12.14 -> 0.12.15
2019-11-15kubernetes: 1.15.4 -> 1.16.3Sascha Grunert1-3/+3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-14terraform: 0.12.14 -> 0.12.15Mario Rodas1-2/+2
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.15
2019-11-14kubernetes-helm: 2.15.1 -> 3.0.0Sascha Grunert2-1222/+8
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-14terraform: 0.12.13 -> 0.12.14 (#73393)Bastien Rivière1-46/+61
update terraform to it's latest version
2019-11-13cni-plugins: v0.8.2 -> v0.8.3Sascha Grunert1-3/+3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-13atlantis: init at 0.10.1Martin Potier1-0/+25
2019-11-09Merge pull request #72939 from mbrgm/update-terraform-providerszimbatm4-139/+244
terraform-providers: update and improve update script
2019-11-08fluxctl: 1.13.3 -> 1.15.0Greg Roodt1-4/+4
2019-11-08terraform-provider-pass: init at 1.2.1Marius Bergmann2-0/+9
2019-11-08terraform-providers: update existing providersMarius Bergmann1-124/+227
2019-11-08terraform-providers: fix handling of version/rev in provider listMarius Bergmann2-4/+5
I interpreted the purpose of stripping the first character from the 'version' argument as an attempt to remove a prefixed 'v' (e.g. 'v1.0.0') from a version tag. This works if the tag actually has a 'v' prefix, but also removes the first character if version tags are not prefixed (e.g. '1.0.0'). Additionally, the 'v' was added again when specifying the `rev` for `fetchFromGitHub` in default.nix. As described above, this did also not work when provider repos did not prefix their version tags with 'v'. I changed the implementation as follows: - `version` and `rev` are stored inside data.nix - `version` is used to declare the nix package version - `rev` is used to fetch the proper git ref when building the package - for determining `version`, an optional leading 'v' is trimmed from the tag name Now this has the implication that the latest tag must always be a release tag when using the `update-all` script, but as the result of running `update-all` should always be reviewed before submission, makes this appear a manageable tradeoff to me.
2019-11-08terraform-providers: group individual repo providersMarius Bergmann1-11/+3
2019-11-08kops_1_14: 1.14.0 -> 1.14.1Christian Kampka1-2/+2
2019-11-01terraform: 0.12.12 -> 0.12.13 (#72439)Mario Rodas1-2/+2
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.13
2019-10-25helm: 2.14.3 -> 2.15.1Urban Skudnik2-2/+11
2019-10-24nomad: add endocrimes as maintainerDanielle Lancashire1-1/+1
2019-10-24nomad: 0.9.5 -> 0.10.0Danielle Lancashire1-2/+2
This commit upgrades Nomad from 0.9.5 to 0.10.0 and also pins the Golang version to go1.12 as it is the only supported compiler for the current release, and due to some dependency issues currently does not support go1.13.
2019-10-20Merge pull request #71307 from marsam/update-terraformMario Rodas1-3/+3
terraform: 0.12.10 -> 0.12.11
2019-10-20terraform-landscape: fix meta.licenseRenaud1-1/+1
Apache 2.0 and not Apple Public Source License 2.0
2019-10-18kubecfg: 0.12.5 -> 0.13.1Greg Roodt1-2/+2
2019-10-18tilt: 0.10.4 -> 0.10.13Anton Desyatov1-3/+3
2019-10-17terraform: add marsam as maintainerMario Rodas1-1/+1