Mario Rodas
|
dc8a634b45
|
terraform: 1.0.10 -> 1.0.11
https://github.com/hashicorp/terraform/releases/tag/v1.0.11
|
2021-11-11 04:20:00 +00:00 |
|
Mark Sagi-Kazar
|
b3f59f2089
|
helm-docs: init at 1.5.0
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
|
2021-11-10 12:00:01 -08:00 |
|
Artturi
|
6522ab6835
|
Merge pull request #144559 from j4m3s-s/add-kubectl-evict-pod
|
2021-11-10 19:14:23 +02:00 |
|
xaverdh
|
03a257e5a3
|
treewide: quote urls according to rfc 0045 (#145260)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
|
2021-11-10 11:37:56 +01:00 |
|
Bryan A. S
|
b67444cc49
|
fluxcd: 0.20.1 -> 0.21.1
Also add myself as maintainer
|
2021-11-09 21:16:33 -03:00 |
|
Thiago Kenji Okada
|
77824da219
|
Merge pull request #144970 from mrVanDalo/feature/terranix-2.5
terranix: 2.4.0 -> 2.5.0
|
2021-11-09 15:07:13 -03:00 |
|
Thiago Kenji Okada
|
be71d103e6
|
Merge pull request #144898 from cmars/kubebuilder-3.2.0
kubebuilder: 3.1.0 -> 3.2.0
|
2021-11-07 21:31:26 -03:00 |
|
Florian Klink
|
32dcff7ba5
|
Merge pull request #144863 from azuwis/helmfile
helmfile: Stop prefixing PATH with kubernetes-helm
|
2021-11-07 21:12:07 +01:00 |
|
Zhong Jianxin
|
056d880f90
|
helmfile: Stop prefixing PATH with kubernetes-helm
So helmfile will work with helm plugins wrapped by pkgs.wrapHelm:
```
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
helm = pkgs.wrapHelm pkgs.kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
helm-diff helm-secrets
];
};
in {
devShell = pkgs.mkShell {
nativeBuildInputs = [
helm
pkgs.helmfile
];
};
});
}
```
|
2021-11-07 19:53:32 +08:00 |
|
Ingolf Wagner
|
6cc22b4d4a
|
terranix: 2.4.0 -> 2.5.0
|
2021-11-07 09:43:34 +01:00 |
|
Mario Rodas
|
d561bd1797
|
Merge pull request #144737 from 06kellyjac/nerdctl
nerdctl: 0.12.1 -> 0.13.0
|
2021-11-06 17:42:37 -05:00 |
|
Mario Rodas
|
29c3de8de7
|
Merge pull request #143379 from r-ryantm/auto-update/terraform-provider-lxd
terraform-providers.lxd: 1.5.0 -> 1.6.0
|
2021-11-06 17:36:35 -05:00 |
|
Casey Marshall
|
f3ee106074
|
kubebuilder: 3.1.0 -> 3.2.0
Update kubebuilder to 3.2.0.
kubebuilder create api now requires make in $PATH.
|
2021-11-06 11:25:25 -05:00 |
|
Maximilian Bosch
|
17e118aa7a
|
Merge pull request #144283 from Kranzes/bump-libvirt
libvirt: 7.8.0 -> 7.9.0
|
2021-11-06 13:39:20 +01:00 |
|
06kellyjac
|
7326f67e42
|
nerdctl: 0.12.1 -> 0.13.0
|
2021-11-05 11:55:34 +00:00 |
|
Bobby Rong
|
ef74ebb7b2
|
Merge pull request #144374 from r-ryantm/auto-update/kube-score
kube-score: 1.12.0 -> 1.13.0
|
2021-11-04 08:59:44 +08:00 |
|
Bobby Rong
|
1900f53a96
|
Merge pull request #144378 from r-ryantm/auto-update/kubeconform
kubeconform: 0.4.10 -> 0.4.12
|
2021-11-04 08:57:46 +08:00 |
|
James Landrein
|
7a1f2fd9e6
|
kubectl-evict-pod: init at 0.0.10
|
2021-11-04 00:08:06 +01:00 |
|
Eric Bailey
|
0535a5b7ac
|
kubernetes-helm: 3.7.0 -> 3.7.1
Co-authored-by: Bobby Rong <rjl931189261@126.com>
|
2021-11-03 12:09:36 -05:00 |
|
Bobby Rong
|
d9cf07e341
|
Merge pull request #144375 from r-ryantm/auto-update/kube3d
kube3d: 5.0.0 -> 5.0.3
|
2021-11-03 22:26:03 +08:00 |
|
Sandro
|
4399ca88ab
|
Merge pull request #144350 from r-ryantm/auto-update/istioctl
|
2021-11-03 13:17:47 +01:00 |
|
Sandro
|
b427b60863
|
Merge pull request #144383 from r-ryantm/auto-update/kubernetes
|
2021-11-03 10:21:48 +01:00 |
|
R. Ryantm
|
c97ffef917
|
kubernetes: 1.22.2 -> 1.22.3
|
2021-11-03 08:21:01 +00:00 |
|
R. Ryantm
|
c92087aee4
|
kubeconform: 0.4.10 -> 0.4.12
|
2021-11-03 08:02:23 +00:00 |
|
R. Ryantm
|
4307f06667
|
kube3d: 5.0.0 -> 5.0.3
|
2021-11-03 07:51:28 +00:00 |
|
R. Ryantm
|
9aee009f71
|
kube-score: 1.12.0 -> 1.13.0
|
2021-11-03 07:47:46 +00:00 |
|
Bobby Rong
|
5373418b44
|
Merge pull request #144360 from r-ryantm/auto-update/k0sctl
k0sctl: 0.10.4 -> 0.11.4
|
2021-11-03 15:40:20 +08:00 |
|
R. Ryantm
|
173b63fc86
|
k0sctl: 0.10.4 -> 0.11.4
|
2021-11-03 06:35:26 +00:00 |
|
R. Ryantm
|
a7e4c3cd26
|
istioctl: 1.11.2 -> 1.11.4
|
2021-11-03 05:41:47 +00:00 |
|
superherointj
|
df4fac48fc
|
maintainers: remove superherointj
|
2021-11-02 18:22:31 -07:00 |
|
Ilan Joselevich
|
383a7900cb
|
nixopsUnstable: 2.0.0-pre (2021-11-02)
|
2021-11-02 23:01:32 +02:00 |
|
dsx
|
1cb2345845
|
terraform-provider-libvirt: 0.6.3 -> 0.6.11 (#141779)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
|
2021-11-02 19:27:41 +00:00 |
|
Artturi
|
abc84d2434
|
Merge pull request #143926 from r-ryantm/auto-update/fluxcd
fluxcd: 0.20.0 -> 0.20.1
|
2021-11-02 14:09:37 +02:00 |
|
github-actions[bot]
|
7eaf56d92e
|
Merge master into staging-next
|
2021-11-01 00:01:32 +00:00 |
|
Sandro
|
4a6bbcfb77
|
Merge pull request #143506 from superherointj/package-linkerd-stable-2.11.1
|
2021-10-31 22:11:11 +01:00 |
|
R. Ryantm
|
7bb5ca702e
|
fluxcd: 0.20.0 -> 0.20.1
|
2021-10-31 01:57:11 +00:00 |
|
github-actions[bot]
|
81d84138b5
|
Merge master into staging-next
|
2021-10-31 00:01:33 +00:00 |
|
R. RyanTM
|
61abd625e6
|
terraform-docs: 0.15.0 -> 0.16.0 (#143354)
|
2021-10-30 22:31:28 +00:00 |
|
github-actions[bot]
|
0fa76ebdca
|
Merge master into staging-next
|
2021-10-30 18:00:59 +00:00 |
|
Bobby Rong
|
19d1b7a503
|
Merge pull request #143810 from bobby285271/argocd
argocd: 2.1.5 -> 2.1.6
|
2021-10-30 23:03:17 +08:00 |
|
Artturi
|
9959be229a
|
Merge pull request #143771 from r-ryantm/auto-update/helmsman
helmsman: 3.7.5 -> 3.7.7
|
2021-10-30 15:24:31 +03:00 |
|
Artturi
|
a61cefe0b2
|
Merge pull request #143802 from r-ryantm/auto-update/terragrunt
terragrunt: 0.35.1 -> 0.35.5
|
2021-10-30 15:18:12 +03:00 |
|
github-actions[bot]
|
846f94d984
|
Merge master into staging-next
|
2021-10-30 12:01:09 +00:00 |
|
Bobby Rong
|
b98c035282
|
Merge pull request #143680 from r-ryantm/auto-update/fluxcd
fluxcd: 0.19.1 -> 0.20.0
|
2021-10-30 16:19:59 +08:00 |
|
Bobby Rong
|
c2984a086f
|
argocd: 2.1.5 -> 2.1.6
|
2021-10-30 16:10:47 +08:00 |
|
Bobby Rong
|
ed756730b7
|
Merge pull request #143273 from r-ryantm/auto-update/argocd
argocd: 2.1.2 -> 2.1.5
|
2021-10-30 15:37:19 +08:00 |
|
R. Ryantm
|
657019ab27
|
terragrunt: 0.35.1 -> 0.35.5
|
2021-10-30 05:53:31 +00:00 |
|
R. Ryantm
|
30f5f0a5af
|
helmsman: 3.7.5 -> 3.7.7
|
2021-10-29 22:58:33 +00:00 |
|
github-actions[bot]
|
6317a19147
|
Merge master into staging-next
|
2021-10-29 18:01:00 +00:00 |
|
R. Ryantm
|
09ea79b834
|
fluxcd: 0.19.1 -> 0.20.0
|
2021-10-29 15:21:58 +00:00 |
|