Commit graph

1630 commits

Author SHA1 Message Date
Jack Kelly b5e37e1ea5
terragrunt: 0.23.40 -> 0.25.4 (#100727)
* terragrunt: use buildFlagsArray

* terragrunt: 0.23.40 -> 0.25.4
2020-10-16 17:18:01 +02:00
Wilson E. Husin ae34d2e1fd Sonobuoy 0.16.1 -> 0.19.0 2020-10-14 18:13:02 -07:00
06kellyjac bf422f5892 starboard: 0.5.0 -> 0.6.0
Also set subPackages to "cmd/starboard" as there is now also
starboard-operator and starboard-scanner-aqua.
2020-10-14 22:09:22 +01:00
Diego Rodriguez 9eb0c32118
minikube: 1.13.1 -> 1.14.0 2020-10-14 00:30:40 -06:00
06kellyjac 4317adce91 starboard: 0.4.0 -> 0.5.0 2020-10-13 17:40:26 +01:00
Anderson Torres 1e70a76996
Merge pull request #99412 from 06kellyjac/init_starboard
starboard: init at 0.4.0
2020-10-13 12:46:24 -03:00
06kellyjac fa4c32628d starboard: init at 0.4.0 2020-10-13 13:50:55 +01:00
Florian Ströger 15b3918d35 helmfile: 0.130.0 -> 0.130.1 2020-10-11 19:24:15 +02:00
Mario Rodas b48615a8d1
Merge pull request #100010 from Preisschild/istioctl-1.7.3-update
istioctl: 1.7.0 -> 1.7.3
2020-10-11 12:04:28 -05:00
Christoph Herzog 549131de56 k3s: 1.18.8+k3s1 -> 1.19.2-k3s1 2020-10-10 16:17:22 +02:00
Diego Rodriguez 7c55217904
minikube: 1.13.0 -> 1.13.1 2020-10-09 18:34:52 -06:00
zimbatm c79ff8ddca
terraform: fix withPlugins
Move the providerSourceAddress fallback to the terraform.withPlugins
function. Since plugins can be arbitrary derivations, there is no
guarantee that this attribute will be exposed.

While doing that I also cleaned the toDrv function to only pass
attributes to the builder which are required by the build.

The Terraform 0.13 fallback slug has changed from
`nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
as the owner is also not always available. As a nixpkgs user, all I know
is that the provider is in nixpkgs and his name, the owner information
is not necessarily easy to get by.
2020-10-09 16:55:30 +02:00
zimbatm 3f49e5ba03
terraform-providers.keycloak: use pname
We will be relying on the pname to figure out where to link the plugin.
2020-10-09 12:43:13 +02:00
Florian Ströger 615176aa9a istioctl: 1.7.0 -> 1.7.3 2020-10-08 08:33:26 +02:00
Timothy Stott b0a0ffb7fd terraform: add maintainer timstott 2020-10-08 22:18:12 +01:00
Timothy Stott cd1b594767 terraform: expose providers to terraform 0.13
Terraform 0.13 adopts a new filesystem layout for plugins (illustrated below).

Terraform 0.12 and earlier
`plugins-dir/terraform-provider-aws_v3.7.0`

Terraform 0.13
`plugins-dir/registry.terraform.io/hashicorp/aws/3.7.0/linux_amd64/terraform-provider-aws_v3.7.0`

To support all packaged Terraform versions a shim is created at both locations.

This approach was inspired by https://github.com/numtide/generate-terraform-provider-shim

Terraform 0.13 provider documentation https://www.terraform.io/upgrade-guides/0-13.html#new-filesystem-layout-for-local-copies-of-providers

layout terraform providers filesystem in withPlugins
2020-10-08 22:18:12 +01:00
Timothy Stott 72cd428dd2 terraform-providers: populate provider source addresses
Added provider source address to providers hosted in the same GitHub
repository. Other providers have moved repository and would require a
patch to the package path.
2020-10-08 21:59:09 +01:00
Timothy Stott 87e21d1153 terraform-provider.acme: 1.5.0 -> 1.5.0-patched 2020-10-08 19:01:08 +01:00
Timothy Stott 60645f0921 terraform-providers: script to update all providers 2020-10-08 19:01:08 +01:00
Timothy Stott 107707ad82 terraform-providers: update providers via terraform registry 2020-10-08 19:00:07 +01:00
Timothy Stott 063f1d7301 terraform-providers: store providers as JSON 2020-10-08 19:00:07 +01:00
Marvin Strangfeld eb97272418
tektoncd-cli: init at 0.13.0 2020-10-04 18:21:27 +02:00
Mario Rodas 5a35e9c042 kpt: add buildFlagsArray 2020-10-02 22:48:46 -07:00
R. RyanTM ac156619b2 kpt: 0.33.0 -> 0.34.0 2020-10-02 22:48:46 -07:00
Lassulus 2f6fba9f6d
Merge pull request #98880 from mrVanDalo/feature/terranix
terranix: init at 2.3.0
2020-10-02 19:54:20 +02:00
Mario Rodas e29ca7ef85
Merge pull request #99336 from Preisschild/helmfile-0.130.0-update
helmfile: 0.128.0 -> 0.130.0
2020-10-02 08:18:55 -05:00
Ingolf Wagner e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +02:00
Diego Rodriguez 53fcb502fe kubernetes-helm: 3.3.1 -> 3.3.4 2020-10-02 16:45:38 +10:00
Florian Ströger d64bcddae4 helmfile: 0.128.0 -> 0.130.0 2020-10-02 00:04:07 +02:00
Diego Rodriguez 25e2e677d3
terraform_0_13: 0.13.3 -> 0.13.4 2020-09-30 18:31:48 -06:00
zimbatm 8c67a84193
Merge pull request #99073 from flokli/terraform-providers-ct
terraform-providers.ct: 0.5.0 -> 0.6.1
2020-09-30 16:19:51 +00:00
Doron Behar 6dd3dddf2e
Merge pull request #83519 from yurrriq/add-kubelogin
kubelogin: init at 0.0.6
2020-09-30 11:09:36 +03:00
Eric Bailey b3a9dad7c4 kubelogin: init at 0.0.6 2020-09-29 22:18:06 -05:00
Florian Klink 8cdc34cc75 terraform-providers.ct: 0.5.0 -> 0.6.1
0.6.0 added support for Fedora CoreOS Config v1.1.0.

 - Add Fedora CoreOS Config v1.1.0 support (#63)
 -  - Accept FCC v1.1.0 and output Ignition v3.1.0
 -  - Continue to support FCC v1.0.0 and output Ignition v3.0.0
 -  - Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
 -  - Note: Version skew among snippets and content is not supported
 - Change Container Linux Config to render Ignition v2.3.0 (#60)
 - Add zip archive format with signed checksum
2020-09-29 00:24:45 +02:00
Mario Rodas 22425b9aae
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
2020-09-27 23:00:28 -05:00
Maurice B. Lewis 94d2aeb559
terraform-providers: add version to patchGoModVendor providers (#97590)
Add version to binaries produced via patchGoModVendor to allow run-time provider
version validation by terraform.

This was initially introduced in 4e63119c54 (terraform: add the version component to terraform provider paths (#34497), 2018-02-06)
but broken in 3e5149a79a (terraform-providers: fix the google and google-beta providers, 2020-03-24)
for terraform-providers.google and terraform-providers.google-beta, and in 20f55a9fc0 (terraform-providers.ibm: move to update-all script, 2020-04-26)
for terraform-providers.ibm.
2020-09-27 22:20:41 +00:00
Benjamin Hipple b07855fa46
Merge pull request #98804 from r-ryantm/auto-update/luigi
luigi: 3.0.1 -> 3.0.2
2020-09-25 20:19:08 -04:00
R. RyanTM 00aef98014 luigi: 3.0.1 -> 3.0.2 2020-09-25 21:20:33 +00:00
R. RyanTM be4bdb3588 kube3d: 3.0.1 -> 3.0.2 2020-09-25 18:20:05 +00:00
R. RyanTM c16c21cb84 k9s: 0.21.7 -> 0.22.1 2020-09-25 11:28:11 +00:00
Drew Risinger 85ce380564 terraform-compliance: fix build
* Disables lock of pythonPackages.ipython to allow
    building with what's in nixpkgs
2020-09-21 00:06:27 -04:00
Anderson Torres 4bcd1dcd2c
Merge pull request #98371 from bryanasdev000/package-velero
velero: init at 1.5.1
2020-09-21 13:19:45 -03:00
Bryan A. S 617d5b7fca velero: remove old heptio-ark package
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 02:14:38 -03:00
Bryan A. S 142f6d8515 velero: init at 1.5.1
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 02:12:06 -03:00
Bryan A. S 8465b4849b popeye: init at 0.8.10
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-09-21 01:58:36 -03:00
Mario Rodas eb6e2ac2c0
terraform_0_13: 0.13.2 -> 0.13.3 (#98137)
https://github.com/hashicorp/terraform/releases/tag/v0.13.3
2020-09-17 10:21:22 +02:00
Sarah Brofeldt 701064bb10
Merge pull request #96446 from saschagrunert/k8s
kubernetes: 1.18.8 -> 1.19.1
2020-09-13 00:45:56 +02:00
Sascha Grunert 9210c8e8ed
kubernetes: 1.18.8 -> 1.19.1
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-10 13:07:24 +02:00
Christian Kampka 656915d250
kops: Add meta.changelog 2020-09-10 10:52:32 +02:00
Christian Kampka c524f8b574
kops_1_18: 1.18.0 -> 1.18.1 2020-09-10 10:42:51 +02:00
Christian Kampka 422f3f2f4c
kops_1_17: 1.17.1 -> 1.17.2 2020-09-10 10:35:48 +02:00
WORLDofPEACE 4a3e33a9be
Merge pull request #96414 from maxeaubrey/nomad_0.12.3
nomad: 0.12.2 -> 0.12.3
2020-09-09 13:28:20 -04:00
Danielle Lancashire 329a922fb2 nomad: Pin to go1.14 for 0.11 and 0.12
This commit pins go versions for nomad 0.11 and 0.12. Future versions of
Nomad should have their versions pinned from the beginning, even if they
support the latest-at-the-time version of Go to prevent accidental
version bumps on unsupported go versions.

See https://github.com/NixOS/nixpkgs/pull/96414 for further discussion
around this change.
2020-09-09 19:21:56 +02:00
Mario Rodas 8e716692b9
Merge pull request #97336 from euank/update-k3s
k3s: 1.18.2 -> 1.18.8
2020-09-08 18:54:32 -05:00
zowoq 1a36f8fe81 stern: use deleteVendor 2020-09-08 16:32:39 +10:00
WORLDofPEACE 53ce0bfc90
Merge pull request #95592 from risicle/ris-flink-1.11.1
flink: 1.9.0 -> 1.11.1, addressing CVE-2020-1960
2020-09-07 15:30:28 -04:00
Mario Rodas d3b47f1556
Merge pull request #97320 from r-ryantm/auto-update/terragrunt
terragrunt: 0.23.33 -> 0.23.40
2020-09-07 04:38:08 -05:00
Euan Kemp 6781a5f784 k3s: 1.18.2 -> 1.18.8 2020-09-07 00:42:00 -07:00
R. RyanTM 6ed06dca05 terragrunt: 0.23.33 -> 0.23.40 2020-09-07 00:47:22 +00:00
Diego Rodriguez 8d5d41e776
kubernetes-helm: 3.3.0 -> 3.3.1 (#97147) 2020-09-06 19:24:12 -05:00
Mario Rodas c568328e17
Merge pull request #97179 from r-ryantm/auto-update/jx
jx: 2.1.127 -> 2.1.138
2020-09-05 21:17:33 -05:00
Mario Rodas 7299a82753
Merge pull request #97172 from r-ryantm/auto-update/helmfile
helmfile: 0.125.7 -> 0.128.0
2020-09-05 21:08:44 -05:00
R. RyanTM bc6b53b6df node-problem-detector: 0.8.3 -> 0.8.4 2020-09-05 08:32:53 +00:00
R. RyanTM 4441733e47 minikube: 1.12.3 -> 1.13.0 2020-09-05 07:45:12 +00:00
R. RyanTM 84475e82c1 jx: 2.1.127 -> 2.1.138 2020-09-05 02:53:59 +00:00
R. RyanTM fd638fa0d1 helmfile: 0.125.7 -> 0.128.0 2020-09-05 00:55:47 +00:00
R. RyanTM 565d04a1bf argo: 2.10.0 -> 2.10.1 2020-09-04 02:45:00 +00:00
Diego Rodriguez 8761381344
terraform_0_13: 0.13.1 -> 0.13.2 (#96971) 2020-09-02 19:24:23 -05:00
R. RyanTM ca1cd1e409 tilt: 0.17.0 -> 0.17.2 2020-08-31 17:20:12 -07:00
Frederik Rietdijk 90e5341240
Merge pull request #94598 from kampka/kops
kops_1_18: init at 1.18.0
2020-08-31 16:50:46 +02:00
Frederik Rietdijk bf9cc225e9 luigi: use tornado_5 2020-08-29 14:34:54 +02:00
Mario Rodas f999089240
terraform_0_13: 0.13.0 -> 0.13.1 (#96472)
https://github.com/hashicorp/terraform/releases/tag/v0.13.1
2020-08-27 22:06:24 +00:00
zowoq dbc8f5c28a cni-plugins: 0.8.6 -> 0.8.7
https://github.com/containernetworking/plugins/releases/tag/v0.8.7
2020-08-27 17:14:26 +10:00
Frederik Rietdijk 52095e171f Merge master into staging-next 2020-08-27 08:36:41 +02:00
Maxine E. Aubrey 168a85b122
nomad: 0.12.2 -> 0.12.3 2020-08-27 00:04:46 +02:00
Ryan Mulligan b1051e3595
Merge pull request #96333 from r-ryantm/auto-update/k9s
k9s: 0.21.2 -> 0.21.7
2020-08-26 09:48:04 -07:00
Ryan Mulligan 23a00dc66d
Merge pull request #96334 from r-ryantm/auto-update/istioctl
istioctl: 1.6.7 -> 1.7.0
2020-08-26 06:53:28 -07:00
R. RyanTM 8e6d8fe9f3 node-problem-detector: 0.8.2 -> 0.8.3 2020-08-26 08:52:10 +02:00
R. RyanTM a45fa65ff3 istioctl: 1.6.7 -> 1.7.0 2020-08-26 05:16:50 +00:00
R. RyanTM d2cb83d72c k9s: 0.21.2 -> 0.21.7 2020-08-26 04:52:10 +00:00
Jonathan Ringer 62f046e902
Merge master into staging-next 2020-08-25 09:16:30 -07:00
Mario Rodas 69714f80f6
Merge pull request #96162 from r-ryantm/auto-update/terragrunt
terragrunt: 0.23.32 -> 0.23.33
2020-08-24 06:55:11 -05:00
Frederik Rietdijk 6d122d67fa
Merge pull request #92140 from betaboon/docker-cross-compile-fixes
Docker cross compile fixes v2
2020-08-24 12:09:27 +02:00
R. RyanTM b07b942e63 terragrunt: 0.23.32 -> 0.23.33 2020-08-24 09:59:32 +00:00
zowoq 44d51e3d59 cni-plugins: add cri-o to passthru.tests 2020-08-24 19:19:41 +10:00
zowoq 6ec06c351e cni-plugins: inherit tests 2020-08-24 19:19:41 +10:00
Mario Rodas f3fb7fc92b
Merge pull request #95941 from r-ryantm/auto-update/argo
argo: 2.9.5 -> 2.10.0
2020-08-23 20:40:02 -05:00
Mario Rodas e606488c62
Merge pull request #95974 from r-ryantm/auto-update/helmfile
helmfile: 0.125.5 -> 0.125.7
2020-08-23 20:30:26 -05:00
Lassulus 4165f9869e
Merge pull request #91586 from manveru/amazon-ssm-agent-2.3.1319.0
ssm-agent: 2.0.633.0 -> 2.3.1319.0
2020-08-23 08:48:16 +02:00
Ryan Mulligan 909539e6a0
Merge pull request #95980 from r-ryantm/auto-update/kube3d
kube3d: 3.0.0 -> 3.0.1
2020-08-22 14:44:44 -07:00
Mario Rodas 0a03f2c1d5
Merge pull request #95968 from r-ryantm/auto-update/fluxctl
fluxctl: 1.20.1 -> 1.20.2
2020-08-22 09:48:41 -05:00
Ryan Mulligan 44a6b52dc9
Merge pull request #95942 from r-ryantm/auto-update/atlantis
atlantis: 0.14.0 -> 0.15.0
2020-08-22 06:25:50 -07:00
R. RyanTM ba7eeb94f6 kube3d: 3.0.0 -> 3.0.1 2020-08-22 10:33:58 +00:00
R. RyanTM 2fd53e2531 helmfile: 0.125.5 -> 0.125.7 2020-08-22 09:07:16 +00:00
R. RyanTM be904cd566 fluxctl: 1.20.1 -> 1.20.2 2020-08-22 07:26:44 +00:00
zowoq f8a1356609 kpt: 0.32.0 -> 0.33.0 2020-08-22 17:07:59 +10:00
R. RyanTM 573125efef atlantis: 0.14.0 -> 0.15.0 2020-08-22 00:21:38 +00:00
R. RyanTM b75bf135b7 argo: 2.9.5 -> 2.10.0 2020-08-22 00:15:51 +00:00
Daniël de Kok 117c05954b
Merge pull request #95106 from mikefaille/tanka
tanka: add bash completion
2020-08-21 19:22:33 +02:00
Michael Faille 738d3dda54 tanka: add bash completion 2020-08-21 13:16:14 -04:00
Jon ceed263e4c
Merge pull request #95613 from saschagrunert/kubernetes
kubernetes: 1.18.6 -> 1.18.8
2020-08-16 20:35:26 -07:00
Sascha Grunert ee75577c3d
kubernetes: 1.18.6 -> 1.18.8
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-16 21:52:05 +02:00
Robert Scott 67326dfbe8 flink: 1.9.0 -> 1.11.1
addressing CVE-2020-1960
2020-08-16 13:51:00 +01:00
Florian Klink b2f3bbd3fb
Merge pull request #95507 from flokli/remove-mesos
mesos: remove package, module and test (and chronos/marathon which depends on it)
2020-08-16 14:46:24 +02:00
zowoq a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq 42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
Florian Klink 550abe9732 marathon: remove package
This failed to build for >9 months.
2020-08-15 16:59:59 +02:00
Florian Klink b4eebe4a40 chronos: remove package
This failed to build for >9 months, as mesos failed to build for >9
months.
2020-08-15 16:59:38 +02:00
Florian Klink fadb45e6b5 mesos: remove package
It has been broken for >9 months.
2020-08-15 16:59:38 +02:00
Florian Klink 0f4b32d0ca spark: build without mesos support
The mesos package has been broken for >9 months, it doesn't make much
sense to have the spark package depend on it (and thus being broken) by
default.
2020-08-15 16:51:22 +02:00
Diego Rodriguez af09ae1268
minikube: 1.12.2 -> 1.12.3 2020-08-14 17:42:05 -06:00
R. RyanTM 171bfe1298 kubernetes-helm: 3.2.4 -> 3.3.0 2020-08-14 17:00:58 +00:00
Maxine E. Aubrey 3fa125ba76
nomad: restructure to use multiple files
as per request in PR comments, used generic.nix with version files
2020-08-12 23:58:18 +02:00
Maxine E. Aubrey f0ba8274d4
nomad: 0.11.3 -> 0.11.4, 0.12.2
adds multiversion support, defaults to 0.11
2020-08-12 21:46:32 +02:00
Jordan Doyle e23ed2c428 tilt: 0.11.3 -> 0.17.0, move to buildGoModule 2020-08-12 21:29:07 +10:00
Ryan Mulligan bf47b821f9
Merge pull request #95134 from r-ryantm/auto-update/istioctl
istioctl: 1.6.6 -> 1.6.7
2020-08-11 16:11:36 -07:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
Ryan Mulligan 07b88d8907
Merge pull request #95077 from r-ryantm/auto-update/helmfile
helmfile: 0.125.1 -> 0.125.5
2020-08-11 06:07:43 -07:00
Mario Rodas f1ebea74e1
Merge pull request #95136 from r-ryantm/auto-update/jx
jx: 2.1.121 -> 2.1.127
2020-08-11 06:09:54 -05:00
Diego Rodriguez 6449c5eee5
terraform: 0.13.0-rc1 -> 0.13.0 (#95135) 2020-08-11 10:54:46 +00:00
R. RyanTM d9ea518b95 jx: 2.1.121 -> 2.1.127 2020-08-11 04:32:16 +00:00
R. RyanTM 2325e4851d istioctl: 1.6.6 -> 1.6.7 2020-08-11 04:06:43 +00:00
R. RyanTM 526e77e55d helmfile: 0.125.1 -> 0.125.5 2020-08-10 12:55:06 +00:00
Mario Rodas 320056ecb6
Merge pull request #95053 from r-ryantm/auto-update/fluxctl
fluxctl: 1.20.0 -> 1.20.1
2020-08-10 07:08:03 -05:00
Mario Rodas 1eaa19a33a
fluxctl: install completions 2020-08-10 04:20:00 -05:00
R. RyanTM 32779e6dad fluxctl: 1.20.0 -> 1.20.1 2020-08-10 07:54:11 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Florian Klink 3cece2b33b
Merge pull request #79418 from eonpatapon/terraform-providers
terraform-provider-keycloak: init at 1.20.0
2020-08-08 23:24:20 +02:00
Daniël de Kok d802cc5350
Merge pull request #94659 from mikefaille/tanka
tanka: init at v0.11.1
2020-08-08 17:57:52 +02:00
Jean-Philippe Braun 5debd8c0ab terraform-provider-keycloak: init at 1.20.0 2020-08-08 16:51:53 +02:00
Michael Faille ddc91f6fdc tanka: init at v0.11.1 2020-08-08 10:07:56 -04:00
Mario Rodas ef9fc33193
Merge pull request #94838 from groodt/groodt-argo-2.9.5
argo: 2.9.4 -> 2.9.5
2020-08-06 22:45:29 -05:00
zowoq 95ec8d2bd7 minikube: 1.12.1 -> 1.12.2 2020-08-07 13:44:14 +10:00
Greg Roodt d525a689bd argo: 2.9.4 -> 2.9.5 2020-08-07 12:43:43 +10:00
Mario Rodas 6c4a10d213
Merge pull request #94557 from r-ryantm/auto-update/terragrunt
terragrunt: 0.23.31 -> 0.23.32
2020-08-05 07:45:05 -05:00
Christian Kampka 0b4221ec81
kops_1_15: Remove unsupported version 2020-08-03 10:50:20 +02:00
Christian Kampka 90557cd804
kops_1_18: init at 1.18.0 2020-08-03 10:49:15 +02:00
R. RyanTM a263cb2858 terragrunt: 0.23.31 -> 0.23.32 2020-08-02 14:26:40 +00:00
Mario Rodas bc74289607
istioctl: install completions 2020-08-02 04:20:00 -05:00
Daniël de Kok ae75863043
Merge pull request #94164 from teozkr/feature/94163-istioctl-bundle-charts
istioctl: bundle charts
2020-08-01 17:51:26 +02:00
R. RyanTM e6ae7c3029
istioctl: 1.6.5 -> 1.6.6 2020-08-01 11:58:55 +00:00
Mario Rodas 9f753194b2
Merge pull request #94512 from r-ryantm/auto-update/jx
jx: 2.1.90 -> 2.1.121
2020-08-02 10:34:24 -05:00
Ryan Mulligan f02299b536
Merge pull request #94516 from r-ryantm/auto-update/kpt
kpt: 0.31.0 -> 0.32.0
2020-08-02 07:19:40 -07:00
Mario Rodas bdd03a578e
Merge pull request #94517 from r-ryantm/auto-update/kube-router
kube-router: 1.0.0 -> 1.0.1
2020-08-02 05:15:50 -05:00
Mario Rodas 368f062ec7
jx: update ldflags 2020-08-02 04:20:00 -05:00
Mario Rodas ca9f18df45 jx: install completions 2020-08-02 04:20:00 -05:00
Jörg Thalheim 181179c53b
Merge pull request #94505 from r-ryantm/auto-update/helmfile
helmfile: 0.119.1 -> 0.125.1
2020-08-02 07:09:34 +01:00
R. RyanTM 17acf9e3ee kube-router: 1.0.0 -> 1.0.1 2020-08-02 04:44:30 +00:00
R. RyanTM d32e0ee226 kpt: 0.31.0 -> 0.32.0 2020-08-02 04:33:20 +00:00
R. RyanTM 42b1a207c9 jx: 2.1.90 -> 2.1.121 2020-08-02 03:59:22 +00:00
R. RyanTM 3ff7e49f41 helmfile: 0.119.1 -> 0.125.1 2020-08-02 02:54:08 +00:00
Michele Guerini Rocco 3c8063df11
Merge pull request #94414 from kasimon/patch-1
linkerd: fix typo in package name
2020-08-01 23:49:43 +02:00
Karsten Heymann eb3843e1f6
Fix typo in linkerd package name 2020-08-01 08:34:21 +02:00
Mario Rodas e997abd55d
Merge pull request #94275 from r-ryantm/auto-update/kubeseal
kubeseal: 0.12.4 -> 0.12.5
2020-07-31 00:10:12 -05:00
Jörg Thalheim af2055de21
Merge pull request #94280 from zowoq/ecc-gomodule
buildGoModule packages: editorconfig fixes
2020-07-31 05:50:52 +01:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM a1f1f06655 kubeseal: 0.12.4 -> 0.12.5 2020-07-31 13:10:20 +10:00
R. RyanTM db3a38fbed kubetail: 1.6.10 -> 1.6.12 2020-07-31 02:49:21 +00:00
Teo Klestrup Röijezon 76856fc333 istioctl: bundle release metadata
This is required for `istioctl version` to return the correct info, and for
`istioctl install` to default to the correct Docker images.
2020-07-29 13:50:59 +02:00
Teo Klestrup Röijezon 0f23e0b661 istioctl: bundle charts
Fixes #94163
2020-07-29 11:45:08 +02:00
Greg Roodt d6e909342f
argo: 2.9.3 -> 2.9.4 (#94069) 2020-07-28 07:21:33 -07:00
Timo Kaufmann 09e7fb1d5c
Merge pull request #93680 from xoe-labs/da-kube3d-update
kube3d 1.7.0 -> 3.0.0
2020-07-28 13:03:19 +02:00
Diego Rodriguez fd4e3392fc
terraform: 0.12.28 -> 0.12.29 2020-07-25 17:22:08 -06:00
Benjamin Hipple fd0febffda
Merge pull request #93741 from r-ryantm/auto-update/luigi
luigi: 3.0.0 -> 3.0.1
2020-07-24 15:34:16 -04:00
Daniël de Kok 2138371c00 Revert "nomad: 0.11.3 -> 0.12.1"
This reverts commit 36b2073298.
2020-07-24 11:24:53 +02:00
Daniël de Kok 4cbedbcc77
Merge pull request #93744 from r-ryantm/auto-update/nomad
nomad: 0.11.3 -> 0.12.1
2020-07-24 09:30:11 +02:00
R. RyanTM 36b2073298 nomad: 0.11.3 -> 0.12.1 2020-07-24 05:34:55 +00:00
R. RyanTM 3b0da63f01 luigi: 3.0.0 -> 3.0.1 2020-07-24 04:30:39 +00:00
Wael Nasreddine b30286c415
Merge pull request #85322 from Charg/add-terraform-compliance-pkg 2020-07-23 09:08:13 -07:00
Diego Rodriguez 2db12af9b7
terraform: 0.13.0-beta3 -> 0.13.0-rc1 (#93682) 2020-07-23 11:02:55 +00:00
David Arnold 850d2844e5
kube3d: fix verion prefix tu pull correct image
docker pull rancher/k3d-proxy:3.0.0
Error response from daemon: manifest for rancher/k3d-proxy:3.0.0 not found: manifest unknown: manifest unknown

vs

docker pull rancher/k3d-proxy:v3.0.0
v3.0.0: Pulling from rancher/k3d-proxy

The version tag selects the image tag.
2020-07-22 20:15:05 -05:00
David Arnold 7f8171b2b6
kub3d: add shell completions 2020-07-22 20:06:14 -05:00
David Arnold 8edebc80d6
kube3d 1.7.0 -> 3.0.0 2020-07-22 19:35:01 -05:00
Wael Nasreddine 817a8355dc
terraform-compliance: init at 1.2.11
Co-Authored-By: Chris <grkcharge@gmail.com>
2020-07-21 16:10:39 -07:00
Greg Roodt 48d0dc86ba argo: 2.8.2 -> 2.9.3 2020-07-21 13:15:05 +10:00
Diego Rodriguez e5bd8864c5 minikube: 0.12.0 -> 0.12.1 2020-07-21 08:42:54 +10:00
Daniël de Kok 29711bb905
Merge pull request #93484 from veehaitch/istioctl-1.6.5
istioctl: init at 1.6.5
2020-07-20 19:06:55 +02:00
Vincent Haupert 33c774347e
istioctl: init at 1.6.5 2020-07-20 17:48:07 +02:00
Michael Faille 4920e2e5ad kpt: init at v0.31.0 2020-07-19 12:02:08 -04:00
Sarah Brofeldt 366cef3611 kubernetes: 1.18.5 -> 1.18.6 2020-07-16 08:19:09 +02:00
Matej Urbas 2f355e776b
pkgs.terraform: add terraform-provider-shell 1.6.0 (#93069) 2020-07-14 14:05:39 +00:00
Mario Rodas b1de834f5c
Merge pull request #92989 from r-ryantm/auto-update/minikube
minikube: 1.11.0 -> 1.12.0
2020-07-13 07:06:33 -05:00
Mario Rodas 9e8cc18327
minikube: install fish completions 2020-07-12 04:20:00 -05:00
Mario Rodas 2c774044e2 minikube: use src.rev as commit 2020-07-12 04:20:00 -05:00
R. RyanTM c0a0552f10 minikube: 1.11.0 -> 1.12.0 2020-07-12 09:11:50 +00:00
R. RyanTM d0816b2c0f fluxctl: 1.19.0 -> 1.20.0 2020-07-12 05:17:21 +00:00
zimbatm f0fb57a079
terraform_0_13: init at 0.13.0-beta3 2020-07-10 13:20:40 +02:00
Mario Rodas 7addde7bec
Merge pull request #92725 from markus1189/k9s-0-21-2
k9s: 0.19.4 -> 0.21.2
2020-07-09 19:52:16 -05:00
R. RyanTM da09e0ebcd
atlantis: 0.13.0 -> 0.14.0 (#92674) 2020-07-08 10:39:49 -07:00
Markus Hauck e87961242f k9s: 0.19.4 -> 0.21.2 2020-07-08 18:16:04 +02:00
Nicolas Berbiche 95a0e2fc29 terraform: 0.12.27 -> 0.12.28 2020-07-07 22:43:47 -04:00
zimbatm 6a6c47a823
Merge pull request #92433 from kampka/kops
kops: 1.16.3 -> 1.16.4 1.17.0 -> 1.17.1
2020-07-07 16:57:52 +02:00
R. RyanTM ac59ba8192
jx: 2.1.65 -> 2.1.90 (#92012) 2020-07-06 16:39:20 -07:00
Christian Kampka 8136e028bf
kops_1_17: 1.17.0 -> 1.17.1 2020-07-06 10:40:13 +02:00
Christian Kampka e680e3b96c
kops_1_16: 1.16.3 -> 1.16.4 2020-07-06 10:40:12 +02:00
David Arnold e1b48ea8ea kubespy: init at 0.5.1
A tool to observe Kubernetes resources in real time.

This is uesful, among others, for "staffing" shell.nix environments for k8s projects.
2020-07-05 21:39:22 -07:00
R. RyanTM 0cc670ab6b kubernetes-helm: 3.2.1 -> 3.2.4 2020-07-05 12:09:23 +00:00
Mario Rodas b3aa101728
Merge pull request #92259 from r-ryantm/auto-update/terragrunt
terragrunt: 0.23.23 -> 0.23.31
2020-07-04 12:42:21 -05:00
R. RyanTM 87accbfb90 terragrunt: 0.23.23 -> 0.23.31 2020-07-04 11:01:18 +00:00
Mario Rodas df364ac575
Merge pull request #92008 from r-ryantm/auto-update/helmsman
helmsman: 3.4.3 -> 3.4.4
2020-07-03 07:58:32 -05:00
betaboon 0e305341fd cni: support aarch64-linux 2020-07-03 09:21:27 +02:00
Mario Rodas 498f3d80d3
Merge pull request #92042 from r-ryantm/auto-update/kubeless
kubeless: 1.0.6 -> 1.0.7
2020-07-02 09:29:55 -05:00
Mario Rodas 7a6dafcb93
Merge pull request #92041 from r-ryantm/auto-update/kube-router
kube-router: 0.4.0 -> 1.0.0
2020-07-02 09:10:06 -05:00
Mario Rodas 3c543a19d2
kubeless: install completion 2020-07-02 09:07:31 -05:00
R. RyanTM 338ab5ce07 kubeless: 1.0.6 -> 1.0.7 2020-07-02 13:06:20 +00:00
R. RyanTM 743c02322e kube-router: 0.4.0 -> 1.0.0 2020-07-02 13:01:37 +00:00
R. RyanTM 37c2304dbc helmsman: 3.4.3 -> 3.4.4 2020-07-02 11:48:11 +00:00
adisbladis 881fed836f
Merge pull request #91995 from r-ryantm/auto-update/cni
cni: 0.7.1 -> 0.8.0
2020-07-02 12:09:45 +02:00
R. RyanTM ae5f94e565 cni: 0.7.1 -> 0.8.0 2020-07-02 07:19:28 +00:00
Ryan Mulligan b799808261
Merge pull request #91832 from r-ryantm/auto-update/qbec
qbec: 0.12.0 -> 0.12.1
2020-06-30 19:11:01 -07:00
R. RyanTM 8e162f755f qbec: 0.12.0 -> 0.12.1 2020-06-30 12:05:58 +00:00
Mario Rodas af25c02576
Merge pull request #91597 from r-ryantm/auto-update/helmfile
helmfile: 0.118.6 -> 0.119.0
2020-06-27 13:38:39 -05:00
Johan Thomsen 1c84b0e916 kubernetes: 1.18.4 -> 1.18.5 2020-06-27 16:56:16 +02:00
Mario Rodas 70b8fec143 helmfile: 0.119.0 -> 0.119.1 2020-06-27 04:21:00 -05:00
Mario Rodas 117909637c helmfile: fix sub package 2020-06-27 04:20:00 -05:00
zimbatm 05c54bd0e1
terraform: 0.12.26 -> 0.12.27 (#91614) 2020-06-26 17:59:12 +00:00
Ryan Mulligan f9dffc6475
Merge pull request #91608 from r-ryantm/auto-update/kubernetes
kubernetes: 1.18.3 -> 1.18.4
2020-06-26 07:09:58 -07:00
R. RyanTM 6a55be2911 kubernetes: 1.18.3 -> 1.18.4 2020-06-26 13:26:09 +00:00
R. RyanTM e4873b913d helmfile: 0.118.6 -> 0.119.0 2020-06-26 11:39:22 +00:00
Michael Fellinger d1c4bf967b
ssm-agent: 2.0.633.0 -> 2.3.1319.0 2020-06-26 12:43:27 +02:00
Mario Rodas 0a62da15c0
Merge pull request #90465 from groodt/groodt-qbec-ldflags
qbec: add ldflags
2020-06-25 22:55:46 -05:00
Mario Rodas a7f888e5f3
argo: install completions 2020-06-25 22:01:51 -05:00
R. RyanTM 4d6876aeef argo: 2.8.1 -> 2.8.2 2020-06-26 01:50:31 +00:00
gustavderdraache 3c6bd16648 kubernetes-helm: Restore vendorSha256 2020-06-23 20:42:11 -04:00
Lassulus d899cf268d
Merge pull request #89872 from r-ryantm/auto-update/terragrunt
terragrunt: 0.23.14 -> 0.23.23
2020-06-18 17:20:37 +02:00
R. RyanTM 30823d5389 jx: 2.1.31 -> 2.1.65 2020-06-17 12:18:54 -07:00
R. RyanTM 526472bbd6 kube-router: 0.3.1 -> 0.4.0 2020-06-17 12:15:07 -07:00
R. RyanTM 1b47d503de kubecfg: 0.13.1 -> 0.16.0 2020-06-17 12:13:03 -07:00
R. RyanTM 1b6ab4ef7e kubeless: 1.0.4 -> 1.0.6 2020-06-17 12:06:00 -07:00
R. RyanTM 00c9983e02 terraform-providers.libvirt: 0.6.1 -> 0.6.2 2020-06-17 11:57:28 -07:00
Greg Roodt 7304a4ae4b qbec: add ldflags 2020-06-16 07:16:12 +10:00
Ryan Mulligan eaac621064
Merge pull request #90415 from r-ryantm/auto-update/nomad
nomad: 0.11.1 -> 0.11.3
2020-06-15 12:09:39 -07:00
Ryan Mulligan e3cb5aa3af
Merge pull request #90423 from r-ryantm/auto-update/qbec
qbec: 0.11.2 -> 0.12.0
2020-06-15 05:57:46 -07:00
Ryan Mulligan 7d63e2d792
Merge pull request #90409 from r-ryantm/auto-update/minishift
minishift: 1.34.0 -> 1.34.2
2020-06-15 05:50:28 -07:00
R. RyanTM b663749a25 qbec: 0.11.2 -> 0.12.0 2020-06-15 01:59:09 +00:00
Benjamin Hipple a59af90880
Merge pull request #90404 from r-ryantm/auto-update/luigi
luigi: 2.8.13 -> 3.0.0
2020-06-14 19:33:24 -04:00
R. RyanTM a3a4d969a0 luigi: 2.8.13 -> 3.0.0 2020-06-14 19:30:53 -04:00
R. RyanTM 4af06a5177 nomad: 0.11.1 -> 0.11.3 2020-06-14 23:29:41 +00:00
R. RyanTM 33aa224625 minishift: 1.34.0 -> 1.34.2 2020-06-14 22:01:40 +00:00
Benjamin Hipple b2bed0657a helmsman: 3.4.1 -> 3.4.3 2020-06-14 10:36:56 -04:00
Greg Roodt 9d11a2722c argo: 2.6.1 -> 2.8.1 2020-06-14 08:39:54 +02:00
Colin 0ba7e1ae98
helm: Use vendor instead of redownloading modules (#89695)
Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
2020-06-10 07:59:57 +01:00
Ryan Mulligan 4fd9c8c33b
Merge pull request #89837 from r-ryantm/auto-update/helmfile
helmfile: 0.114.0 -> 0.118.6
2020-06-09 16:38:42 -07:00
R. RyanTM f21011e8cf terragrunt: 0.23.14 -> 0.23.23 2020-06-09 03:13:05 +00:00
zimbatm 3b1f33f300
Merge pull request #89833 from flokli/bump-terraform-providers
terraform-providers: update
2020-06-08 23:08:53 +02:00
R. RyanTM 0f181a98af helmfile: 0.114.0 -> 0.118.6 2020-06-08 19:50:22 +00:00
Florian Klink 241eef1ec3 terraform-providers: update
This bumps the terraform provider to their latest version.

Hashicorp moved yet another provider to their organization
(`terraform-provider-helm`), so we need patch URLs in there as well.

The following proviers were not bumped:

 - `google[-beta]`: It seems something changed again here with how
   dependencies are provided.
 - `nomad`: fails to build
 - `lacework`: This one appeared fresh at `terraform-providers`, and
   doesn't build (yet?)
2020-06-08 21:17:16 +02:00
Frederik Rietdijk cb81126e8e
Merge pull request #89281 from euank/k3s-update
k3s: 1.17.3 -> 1.18.2
2020-06-07 16:06:52 +02:00
Benjamin Hipple cd0f07cb63
Merge pull request #89650 from r-ryantm/auto-update/node-problem-detector
node-problem-detector: 0.8.1 -> 0.8.2
2020-06-06 12:37:11 -04:00
R. RyanTM e833b55bd0 node-problem-detector: 0.8.1 -> 0.8.2 2020-06-06 12:34:24 -04:00
Ryan Mulligan 41d34fa80b
Merge pull request #89579 from r-ryantm/auto-update/atlantis
atlantis: 0.12.0 -> 0.13.0
2020-06-06 05:49:45 -07:00
R. RyanTM 65a554b8e6 atlantis: 0.12.0 -> 0.13.0 2020-06-06 01:28:22 +00:00
Florian Klink 8d29650570 terraform-providers.ct: init at 0.5.0
This is a Terraform provider that can validate and render Ignition files
for Container Linux and Fedora CoreOS.
2020-06-05 19:41:13 +02:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Christian Kampka 623a3f0a6a
kops_1_17: init at 1.17.0 2020-06-03 08:36:57 +02:00
Christian Kampka 598fcd561b
kops_1_16: 1.16.2 -> 1.16.3 2020-06-03 08:34:08 +02:00
zimbatm 9f15e95ff2
Merge pull request #89308 from LnL7/remove-sri-hashes
Remove sri hashes
2020-06-02 16:24:01 +02:00
Sarah Brofeldt 15ed0ead05
Merge pull request #88874 from saschagrunert/kubernetes
kubernetes: 1.18.1 -> 1.18.3
2020-06-02 16:13:45 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Euan Kemp a432801ff3 k3s: 1.17.3 -> 1.18.2
Fairly straightforward update. I properly git format-patch'd the
patches too.
2020-05-31 19:13:09 -07:00
zowoq 268ea8abf4 minikube: 1.10.1 -> 1.11.0
https://github.com/kubernetes/minikube/releases/tag/v1.11.0
2020-05-30 08:21:37 +10:00
Ryan Mulligan 9e09fb73ec
Merge pull request #89091 from r-ryantm/auto-update/qbec
qbec: 0.11.0 -> 0.11.2
2020-05-28 19:36:01 -07:00
Mario Rodas 32a2a0c361
Merge pull request #89080 from r-ryantm/auto-update/kubeseal
kubeseal: 0.12.3 -> 0.12.4
2020-05-28 05:18:58 -05:00
Mario Rodas c9e985469f
terraform: 0.12.25 -> 0.12.26 (#89073) 2020-05-28 09:28:02 +00:00
R. RyanTM 7311019846 qbec: 0.11.0 -> 0.11.2 2020-05-28 09:03:15 +00:00
R. RyanTM a9881ef2da kubeseal: 0.12.3 -> 0.12.4 2020-05-28 05:19:45 +00:00
R. RyanTM 493db45b42 helmsman: 3.3.0 -> 3.4.1 2020-05-27 10:12:46 -07:00
Sascha Grunert 2bed6d533b
kubernetes: 1.18.1 -> 1.18.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-05-25 15:46:38 +02:00
Mario Rodas b822a78c11
Merge pull request #88154 from r-ryantm/auto-update/kube3d
kube3d: 1.6.0 -> 1.7.0
2020-05-19 07:22:59 -05:00
Mario Rodas d3c60074e5
Merge pull request #88155 from r-ryantm/auto-update/kubeseal
kubeseal: 0.12.0 -> 0.12.3
2020-05-19 07:22:41 -05:00
Mario Rodas 69dff5ce89
kubeseal: set build flags 2020-05-19 04:20:00 -05:00
R. RyanTM a2aec3d5fe kubeseal: 0.12.0 -> 0.12.3 2020-05-19 09:08:09 +00:00
R. RyanTM e9576c83bf kube3d: 1.6.0 -> 1.7.0 2020-05-19 09:02:50 +00:00
adisbladis 9aebaa1704
Merge pull request #88106 from zowoq/tests
podman packages: add passthru tests
2020-05-19 03:14:43 +02:00
zowoq 7eda9f6e30 cni-plugins: add passthru.tests 2020-05-19 10:41:17 +10:00
Sergey Lukjanov 6b7295569d helm: 3.2.0 -> 3.2.1 2020-05-18 08:28:45 -07:00
zowoq aade6fc7b0 cni-plugins: switch to buildGoModule 2020-05-14 17:36:30 +10:00
Jörg Thalheim cdb8539006
jx: 2.1.31 -> 2.1.31 2020-05-14 07:22:26 +01:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Sarah Brofeldt 4c2a228508
Merge pull request #87778 from zowoq/cni
cni-plugins: 0.8.5 -> 0.8.6
2020-05-14 06:52:35 +02:00
Mario Rodas 0b72a749ae
terraform: 0.12.24 -> 0.12.25
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.25
2020-05-13 20:20:20 -05:00
zowoq dcb013d85c cni-plugins: 0.8.5 -> 0.8.6
https://github.com/containernetworking/plugins/releases/tag/v0.8.6
2020-05-14 10:57:02 +10:00
zowoq ff720ad8af minikube: 1.10.0 -> 1.10.1
https://github.com/kubernetes/minikube/releases/tag/v1.10.1
2020-05-13 13:20:49 +10:00
Lynn Dong 60c0d55e09 helmsman: init at 3.3.0 2020-05-12 18:07:36 -07:00
zowoq 9452d34b14 minikube: 1.9.2 -> 1.10.0
https://github.com/kubernetes/minikube/releases/tag/v1.10.0
2020-05-12 19:47:31 +10:00
Euan Kemp e61dc85117 k3s: fix build for aarch64
The upstream project already builds and releases for aarch64. This makes
the couple small tweaks that I found necessary for k3s to cross-compile
for aarch64.

I also ran it through nixpkgs-fmt.
2020-05-09 08:37:06 +02:00
Martin Baillie 9566c742e2
ssm-session-manager-plugin: init at 1.1.61.0
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-05-08 09:58:55 +10:00
06kellyjac cef39f9089 terragrunt: 0.23.2 -> 0.23.14
Moved to use go modules build
Deleted old deps.nix file used with dep
2020-05-07 11:24:58 -07:00
Mario Rodas 3439ec9695
Merge pull request #87167 from johanot/kubeval-0.15
kubeval: 0.14.0 -> 0.15.0
2020-05-07 06:49:28 -05:00
Johan Thomsen f150c2bd22 kubeval: 0.14.0 -> 0.15.0
Also, add myself as maintainer
2020-05-07 09:10:55 +02:00
Christian Kampka 7d2a50a418
kops_1_16: 1.16.1 -> 1.16.2 2020-05-06 09:46:36 +02:00
Christian Kampka 8bcf7f6e41
kops_1_15: 1.15.2 -> 1.15.3 2020-05-06 09:34:35 +02:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00
Pavol Rusnak 7b0167204d treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Ryan Mulligan 3ff1de34b3
Merge pull request #86573 from r-ryantm/auto-update/helmfile
helmfile: 0.106.3 -> 0.114.0
2020-05-03 19:30:56 -07:00
Benjamin Hipple 22ff6140c8
Merge pull request #86684 from r-ryantm/auto-update/luigi
luigi: 2.8.12 -> 2.8.13
2020-05-03 19:08:18 -04:00
R. RyanTM 9bb1997f72 luigi: 2.8.12 -> 2.8.13 2020-05-03 23:01:21 +00:00
Ryan Mulligan e331d4e289
Merge pull request #86511 from r-ryantm/auto-update/atlantis
atlantis: 0.11.1 -> 0.12.0
2020-05-03 11:55:58 -07:00
R. RyanTM a9ce47ad8f helmfile: 0.106.3 -> 0.114.0 2020-05-02 11:31:34 +00:00
R. RyanTM bab472ba39 k9s: 0.18.1 -> 0.19.4 2020-05-02 12:37:14 +00:00