Commit Graph

3386 Commits

Author SHA1 Message Date
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
Sibi Prabakaran
a8b67b4f5d
kubergrunt: init at 0.7.11
This is a helper utility which allows to configure EKS clusters etc.

Tested it locally on a NixOS machine:

``` shellsession
❯ kubergrunt help
Usage: kubergrunt [--loglevel] [--help] command [options] [args]

A CLI tool to help setup and manage a Kubernetes cluster.

Commands:

   eks      Helper commands to configure EKS.
   k8s      Helper scripts for managing Kubernetes resources directly.
   tls      Helper commands to manage TLS certificate key pairs as Kubernetes Secrets.
   help, h  Shows a list of commands or help for one command
```
2021-12-28 08:05:34 +05:30
Mario Rodas
f0f264403f
Merge pull request #151710 from r-ryantm/auto-update/terragrunt
terragrunt: 0.35.14 -> 0.35.16
2021-12-26 15:56:20 -05:00
Bobby Rong
a8600af5c9
Merge pull request #149223 from r-ryantm/auto-update/helmfile
helmfile: 0.141.0 -> 0.142.0
2021-12-25 13:21:33 +08:00
Bobby Rong
668cc2b160
argocd: update gitCommit 2021-12-24 18:42:50 +08:00
R. Ryantm
e60a8b059a argocd: 2.2.0 -> 2.2.1 2021-12-24 01:03:59 +00:00
Bobby Rong
b5ffaf20d6
Merge pull request #151477 from r-ryantm/auto-update/helm
kubernetes-helm: 3.7.1 -> 3.7.2
2021-12-23 08:43:40 +08:00
Joerie de Gram
63840cef0e flink: 1.14.0 -> 1.14.2
Fixes CVE-2021-44228 and CVE-2021-45046 (#150288).
2021-12-22 16:49:42 +01:00
Bobby Rong
d8cc9d2036
Merge pull request #151499 from r-ryantm/auto-update/istioctl
istioctl: 1.11.5 -> 1.12.1
2021-12-22 17:56:53 +08:00
R. Ryantm
46cc972fb5 terragrunt: 0.35.14 -> 0.35.16 2021-12-22 08:25:14 +00:00
Sandro
0360a33aee
Merge pull request #148764 from mtrsk/add-kbst 2021-12-22 06:33:29 +01:00
Robert Scott
58745b3a99
Merge pull request #150762 from risicle/ris-nomad-1.0.13-1.1.8
nomad: 1.1.6 -> 1.1.8, nomad_1_0: 1.0.12 -> 1.0.13
2021-12-21 18:21:37 +00:00
R. Ryantm
732717d404 istioctl: 1.11.5 -> 1.12.1 2021-12-21 02:38:13 +00:00
Sandro
34168e58d1
Merge pull request #146742 from ivankovnatsky/patch-20 2021-12-21 02:36:03 +01:00
Robert
754cf02871
tilt: 0.23.2 -> 0.23.3 (#150533) 2021-12-21 09:32:31 +08:00
Bobby Rong
1141cc71b2
kubernetes-helm: update gitCommit 2021-12-21 08:37:29 +08:00
R. Ryantm
a5fc44a596 kubernetes-helm: 3.7.1 -> 3.7.2 2021-12-20 23:19:09 +00:00
zowoq
16ae5f4981 terraform: 1.1.1 -> 1.1.2
https://github.com/hashicorp/terraform/releases/tag/v1.1.2
2021-12-18 10:20:03 +10:00
zowoq
939d2eed40 nerdctl: 0.14.0 -> 0.15.0
https://github.com/containerd/nerdctl/releases/tag/v0.15.0
2021-12-17 23:48:24 +10:00
Bobby Rong
a50973ddae
Merge pull request #150852 from bryanasdev000/pkg-pgo
pgo-client: 4.7.3 -> 4.7.4
2021-12-17 15:42:19 +08:00
Mario Rodas
4ad16e2da0
terraform: 1.1.0 -> 1.1.1 (#150960)
https://github.com/hashicorp/terraform/releases/tag/v1.1.1
2021-12-16 22:47:42 +01:00
Thiago Kenji Okada
b20b4b0d7e
Merge pull request #151001 from bryanasdev000/pkg-kn
kn: 0.27.0 -> 1.1.0
2021-12-16 16:00:46 -03:00
Bryan A. S
3ea62249b0 argocd: 2.1.7 -> 2.2.0 2021-12-16 15:25:06 -03:00
Bryan A. S
f667c9cd6a kn: 0.27.0 -> 1.1.0 2021-12-16 15:13:55 -03:00
zowoq
f120187d55 terraform-providers.github: 4.18.2 -> 4.19.0
https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md#4190-dec-13-2021
2021-12-16 23:29:33 +10:00
Thiago Kenji Okada
245823c4c8
Merge pull request #150853 from bryanasdev000/pkg-rancher
rancher-cli: 2.4.13 -> 2.6.0
2021-12-15 12:02:21 -03:00
Thiago Kenji Okada
1f7ea35b16
Merge pull request #150851 from bryanasdev000/pkg-k9s-new
k9s: 0.25.8 -> 0.25.12
2021-12-15 11:59:15 -03:00
Bryan A. S
4ed53f0061 rancher-cli: 2.4.13 -> 2.6.0 2021-12-15 11:35:35 -03:00
Bryan A. S
da6a5991dd pgo-client: 4.7.3 -> 4.7.4 2021-12-15 11:32:32 -03:00
Bryan A. S
f56e263460 k9s: 0.25.8 -> 0.25.12 2021-12-15 11:30:27 -03:00
R. Ryantm
5db828dbde fluxcd: 0.24.0 -> 0.24.1 2021-12-15 05:34:42 +00:00
Robert Scott
8068953a63 nomad: 1.1.6 -> 1.1.8 2021-12-14 21:00:47 +00:00
Robert Scott
5c5068cb10 nomad_1_0: 1.0.12 -> 1.0.13 2021-12-14 21:00:24 +00:00
Bobby Rong
916a0d05b6
Merge pull request #149357 from identinet/fluxcd_0.23.0-0.24.0
fluxcd: 0.23.0 -> 0.24.0
2021-12-14 15:02:15 +08:00
Bobby Rong
e648171b41
Merge pull request #150191 from r-ryantm/auto-update/fn
fn-cli: 0.6.8 -> 0.6.11
2021-12-14 14:43:10 +08:00
R. RyanTM
cfdb99fe18
kubelogin-oidc: 1.23.3 -> 1.25.0 (#149986) 2021-12-13 17:47:36 -05:00
Mario Rodas
f61303a9cb
terraform: 1.0.11 -> 1.1.0 (#149720)
https://github.com/hashicorp/terraform/releases/tag/v1.1.0
2021-12-13 17:16:44 +01:00
R. Ryantm
75af111615 terragrunt: 0.35.13 -> 0.35.14 2021-12-12 13:33:58 +00:00
R. Ryantm
6e7c7e6b77 argo: 3.1.1 -> 3.2.4 2021-12-12 00:49:27 +00:00
Jörg Thalheim
52fc6a956b
Merge pull request #150001 from r-ryantm/auto-update/kpt
kpt: 0.38.1 -> 0.39.2
2021-12-11 15:36:36 +00:00
Jörg Thalheim
98e4c2b743
Merge pull request #150109 from nshalman/update-tilt
tilt: 0.22.15 -> 0.23.2
2021-12-11 15:08:36 +00:00
Fabian Affolter
a8ee14f2b8
Merge pull request #148453 from ivankovnatsky/patch-21
kubectl-tree: init at 0.4.1
2021-12-11 10:39:05 +01:00
R. Ryantm
6991dae81a fn-cli: 0.6.8 -> 0.6.11 2021-12-11 05:50:40 +00:00
Nahum Shalman
6aca2d6a3e tilt: 0.22.15 -> 0.23.2 2021-12-10 18:52:24 +00:00
R. Ryantm
97160dcf84 kpt: 0.38.1 -> 0.39.2 2021-12-10 07:04:01 +00:00
zowoq
c0c46ba593
terraform: set ldflags (#149767)
these are set the same in every version we package

https://github.com/hashicorp/terraform/blob/v0.12.0/scripts/build.sh#L47
2021-12-09 11:10:21 +01:00
JesusMtnez
8aac7efe52
kube3d: 5.2.0 -> 5.2.1 2021-12-09 08:56:36 +01:00
Ryan Mulligan
df8254d961
Merge pull request #149048 from r-ryantm/auto-update/driftctl
driftctl: 0.15.0 -> 0.17
2021-12-08 21:26:52 -08:00
Jörg Thalheim
239be2c4ea
Merge pull request #149295 from r-ryantm/auto-update/kube3d
kube3d: 5.0.3 -> 5.2.0
2021-12-08 17:24:11 +00:00
Ryan Mulligan
ec7c82f5ff
Merge pull request #149262 from r-ryantm/auto-update/istioctl
istioctl: 1.11.4 -> 1.11.5
2021-12-08 06:32:49 -08:00
Ryan Mulligan
81dc9d7c32
Merge pull request #149009 from r-ryantm/auto-update/octant
octant: 0.24.0 -> 0.25.0
2021-12-07 16:28:55 -08:00
Ryan Mulligan
25a431819b
Merge pull request #149149 from r-ryantm/auto-update/fluxctl
fluxctl: 1.24.1 -> 1.24.3
2021-12-07 16:28:02 -08:00
zowoq
fd913080a9 clusterctl: 1.0.1 -> 1.0.2
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.0.2
2021-12-08 08:18:21 +10:00
Ryan Mulligan
6d1493f819
Merge pull request #149403 from r-ryantm/auto-update/nerdctl
nerdctl: 0.13.0 -> 0.14.0
2021-12-07 14:17:13 -08:00
Ryan Mulligan
20cb3a7094
Merge pull request #148980 from r-ryantm/auto-update/terragrunt
terragrunt: 0.35.5 -> 0.35.13
2021-12-07 14:15:40 -08:00
R. Ryantm
c9529528b7 nomad-autoscaler: 0.3.3 -> 0.3.4 2021-12-07 11:53:16 -08:00
Ryan Mulligan
a2b52b35cb
Merge pull request #149378 from r-ryantm/auto-update/minikube
minikube: 1.23.2 -> 1.24.0
2021-12-07 11:03:02 -08:00
R. Ryantm
3755a376e7 nerdctl: 0.13.0 -> 0.14.0 2021-12-07 16:56:37 +00:00
Ryan Mulligan
07ed8112f3
Merge pull request #148818 from r-ryantm/auto-update/assign-lb-ip
assign-lb-ip: 2.2.0 -> 2.3.0
2021-12-07 07:52:19 -08:00
Ryan Mulligan
f3376ae182
Merge pull request #149296 from r-ryantm/auto-update/kubedb-cli
kubedb-cli: 0.22.0 -> 0.24.0
2021-12-07 07:51:54 -08:00
Ryan Mulligan
d481534c81
Merge pull request #149299 from r-ryantm/auto-update/kubeone
kubeone: 1.3.0 -> 1.3.2
2021-12-07 07:16:04 -08:00
R. Ryantm
365fde6b11 minikube: 1.23.2 -> 1.24.0 2021-12-07 14:59:55 +00:00
Ryan Mulligan
7caa1ae38d
Merge pull request #149303 from r-ryantm/auto-update/kubernetes
kubernetes: 1.22.3 -> 1.22.4
2021-12-07 06:49:02 -08:00
Ryan Mulligan
f56b8f6892
Merge pull request #148884 from humancalico/hubble
hubble: 0.8.2 -> 0.9.0
2021-12-07 06:43:52 -08:00
Jan Christoph Ebersbach
fb791ce5d3
fluxcd: 0.23.0 -> 0.24.0 2021-12-07 13:55:20 +01:00
Fabian Affolter
76ab8fbb4e
Merge pull request #149308 from r-ryantm/auto-update/kubeseal
kubeseal: 0.16.0 -> 0.17.0
2021-12-07 12:08:56 +01:00
R. Ryantm
5f6ec81c51 kubeseal: 0.16.0 -> 0.17.0 2021-12-07 09:16:28 +00:00
R. Ryantm
535c1e5a72 kubernetes: 1.22.3 -> 1.22.4 2021-12-07 09:10:08 +00:00
R. Ryantm
793ec32a2c kubeone: 1.3.0 -> 1.3.2 2021-12-07 08:51:00 +00:00
R. Ryantm
0e53e3a53c kubedb-cli: 0.22.0 -> 0.24.0 2021-12-07 08:43:44 +00:00
R. Ryantm
6776d13d5c kube3d: 5.0.3 -> 5.2.0 2021-12-07 08:38:54 +00:00
Bobby Rong
56fe3df313
Merge pull request #149276 from r-ryantm/auto-update/k9s
k9s: 0.25.7 -> 0.25.8
2021-12-07 16:18:24 +08:00
R. Ryantm
d5c449261b k9s: 0.25.7 -> 0.25.8 2021-12-07 07:34:07 +00:00
zowoq
b363847b3a terraform-providers.kubernetes: 2.7.0 -> 2.7.1
https://github.com/hashicorp/terraform-provider-kubernetes/releases/tag/v2.7.1
2021-12-07 17:11:39 +10:00
R. Ryantm
ff8af27f7b istioctl: 1.11.4 -> 1.11.5 2021-12-07 06:26:58 +00:00
Ryan Mulligan
88b9e106cd
Merge pull request #148989 from r-ryantm/auto-update/tfswitch
tfswitch: 0.12.1168 -> 0.13.1201
2021-12-06 22:01:23 -08:00
R. Ryantm
cceddd00eb helmfile: 0.141.0 -> 0.142.0 2021-12-07 03:29:01 +00:00
R. Ryantm
f01d449b68 fluxctl: 1.24.1 -> 1.24.3 2021-12-06 22:38:29 +00:00
R. Ryantm
10c628fddf driftctl: 0.15.0 -> 0.17 2021-12-06 15:42:03 +00:00
Bobby Rong
f8c33483aa
sonobuoy: 0.55.0 -> 0.55.1 2021-12-06 22:59:25 +08:00
R. Ryantm
01eb139423 octant: 0.24.0 -> 0.25.0 2021-12-06 13:23:17 +00:00
R. Ryantm
0537ecab75 tfswitch: 0.12.1168 -> 0.13.1201 2021-12-06 12:18:44 +00:00
R. Ryantm
d4139b0d06 terragrunt: 0.35.5 -> 0.35.13 2021-12-06 11:41:57 +00:00
Bobby Rong
edb8dd5e47
Merge pull request #148933 from r-ryantm/auto-update/cilium-cli
cilium-cli: 0.9.2 -> 0.9.3
2021-12-06 17:50:57 +08:00
R. Ryantm
dec87b9b79 cilium-cli: 0.9.2 -> 0.9.3 2021-12-06 08:44:39 +00:00
Akshat Agarwal
4bdf9ac16d hubble: 0.8.2 -> 0.9.0 2021-12-06 11:26:11 +05:30
Marcos Benevides
839f7a1e9c
kbst: init at 0.1.5 2021-12-06 00:17:42 -03:00
R. Ryantm
fe2b07f6dc assign-lb-ip: 2.2.0 -> 2.3.0 2021-12-06 01:51:39 +00:00
markuskowa
8251c01b90
Merge pull request #148420 from welteki/arkade-0.8.11
arkade: 0.8.9 -> 0.8.11
2021-12-05 20:42:25 +01:00
Ilan Joselevich
714b5ad6dc nixopsUnstable: 2.0.0-pre (2021-12-04) 2021-12-04 01:53:39 +02:00
Thiago Kenji Okada
b1ed4e6ee5
Merge pull request #148466 from bryanasdev000/pkg-argo
argocd: 2.1.6 -> 2.1.7
2021-12-03 14:17:30 -03:00
Thiago Kenji Okada
07a112ceba
Merge pull request #148462 from bryanasdev000/pkg-velero
velero: 1.7.0 -> 1.7.1
2021-12-03 13:55:09 -03:00
Ivan Kovnatsky
c6f74caab5
kubectl-tree: init at 0.4.1 2021-12-03 18:45:26 +02:00
Bryan A. S
7ff45b0e35 argocd: 2.1.6 -> 2.1.7 2021-12-03 13:33:59 -03:00
Bryan A. S
d258ef3ae3 velero: 1.7.0 -> 1.7.1
also removes GitSHA from velero version output
2021-12-03 13:10:10 -03:00
Bryan A. S
974271a5e6 k9s: fix for sandbox mode 2021-12-03 10:56:38 -03:00
Bryan A. S
cea2e32bca k9s: 0.24.15 -> 0.25.7 2021-12-03 10:02:50 -03:00
Han Verstraete
b0a200896f
arkade: 0.8.9 -> 0.8.11 2021-12-03 12:35:17 +01:00
zowoq
160682f348 terraform-providers: sort
Merged ba798538d0 out of order.
2021-12-02 21:17:46 +10:00
zowoq
fbdfa32356 terraform-providers.vault: 3.0.0 -> 3.0.1 2021-12-02 21:17:46 +10:00
zowoq
d871541f06 terraform-providers.nomad: 1.4.15 -> 1.4.16 2021-12-02 21:17:46 +10:00
zowoq
d5a8b6e063 terraform-providers.kubernetes: 2.6.1 -> 2.7.0 2021-12-02 21:17:46 +10:00
zowoq
5dd8c34e3b terraform-providers.github: 4.18.0 -> 4.18.2 2021-12-02 21:17:46 +10:00
Arthur Gautier
ba798538d0
terraform-providers.dhall: init at 0.0.1 2021-12-02 19:36:16 +10:00
Fabian Affolter
cc084edc89 kubeval: 0.16.0 -> 0.16.1 2021-12-01 13:08:02 +01:00
Vladimír Čunát
5e154b5c80
Merge #145166: kuma-*: init at 1.4.0 (missing components) 2021-11-30 09:13:18 +01:00
iury fukuda
c60adb947e kuma: init at 1.4.0 2021-11-29 23:04:17 -03:00
Kira Bruneau
aab65a362e krane: 2.3.2 → 2.3.4 2021-11-26 22:39:23 -05:00
Jörg Thalheim
fbd3a424a9
Merge pull request #147225 from azuwis/terraform-provider-alicloud
terraform-providers: Update alicloud to v1.144.0
2021-11-24 18:39:37 +00:00
Zhong Jianxin
40915ab80f terraform-providers: Update alicloud to v1.144.0
The alicloud provider move from to aliyun/alicloud, update to the latest
version.

Also introduct `deleteVendor` in `buildWithGoModule`, the vendor of
alicloud needs to be cleared due to openapiv2 API rename, or the
following error appears when building in case sensitive filesystems:

```
vendor/k8s.io/client-go/discovery/discovery_client.go:30:2: cannot find package "." in:
        /build/source/vendor/github.com/googleapis/gnostic/openapiv2
```
2021-11-24 21:28:11 +08:00