techknowlogick
d8051a6a4c
kubernetes-helm: 3.8.1 -> 3.8.2
2022-04-25 14:20:55 -04:00
R. Ryantm
73ee22331d
chart-testing: 3.5.0 -> 3.5.1
2022-03-15 02:46:46 +00:00
techknowlogick
d9f72dc69d
kubernetes-helm: 3.8.0 -> 3.8.1
2022-03-09 20:48:28 -05:00
zowoq
ab07e12988
treewide: drop unnecessary go_1_17, buildGo117{Module,Package}
2022-02-08 08:09:33 +10: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
legendofmiracles
128359aeca
chart-testing: install shell completion
2022-01-11 21:46:01 -06:00
R. Ryantm
a2bbddbf36
chart-testing: 3.4.0 -> 3.5.0
2022-01-11 03:39:15 +00: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
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
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
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
Eric Bailey
bbdb34607e
kubernetes-helm: 3.6.3 -> 3.7.0
2021-09-23 11:26:20 -05:00
Florian Klink
590e568465
Merge pull request #134625 from mstrangfeld/fix-helm-secrets
...
kubernetes-helmPlugins.helm-secrets: 3.8.1 -> 3.8.3
2021-08-24 11:46:55 +02:00
Marvin Strangfeld
0f783d556f
kubernetes-helm-wrapped: fix wrapper
2021-08-19 00:26:05 +02:00
Marvin Strangfeld
9c153ea769
kubernetes-helmPlugins.helm-secrets: 3.8.1 -> 3.8.3
2021-08-18 12:51:58 +02:00
Atkins Chang
dae92ad5e6
chart-testing: init at 3.4.0
...
Signed-off-by: Atkins Chang <atkinschang@gmail.com>
2021-08-07 22:38:41 +08:00
Matthieu Coudron
78090fd990
kubernetes-helm-wrapped: fix the wrapper
...
placeholder out doesn't return a full store path so fixing the derivation
2021-08-03 16:48:42 +02:00
R. RyanTM
4abbf99d1d
kubernetes-helm: 3.6.2 -> 3.6.3
2021-07-21 05:01:11 +00:00
Eric Bailey
2356a25829
helm-secrets: 3.7.0 -> 3.8.1
2021-07-01 13:46:04 -07:00
Diego Rodriguez
e7de5e1653
kubernetes-helm: 3.6.1 -> 3.6.2 ( #128642 )
2021-06-30 03:52:45 +02:00
R. RyanTM
7a53121581
kubernetes-helm: 3.6.0 -> 3.6.1
2021-06-17 19:09:20 +00:00
Eric Bailey
8ed03bc712
kubernetes-helm: 3.5.4 -> 3.6.0
2021-05-27 11:54:57 -05:00
Eric Bailey
d10825ede2
kubernetes-helmPlugins.helm-secrets: 3.6.1 -> 3.7.0
2021-05-26 18:30:47 +02:00
R. RyanTM
b00ff610d5
kubernetes-helm: 3.5.3 -> 3.5.4
2021-04-29 20:13:28 +00:00
Arnout Engelen
1be3d412c0
treewide: go: inherit platforms instead of using platforms.all
...
`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.
There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.
2021-04-26 08:59:56 +02:00
Eric Bailey
f2e13fa173
helm-secrets: 3.5.0 -> 3.6.1
2021-04-12 16:47:31 -05:00
Ben Siraphob
7d97e284e8
treewide: remove redundant stdenv
2021-03-26 12:18:16 +07:00
Ryan Mulligan
7fcc4a8a84
Merge pull request #115990 from r-ryantm/auto-update/helm
...
kubernetes-helm: 3.5.2 -> 3.5.3
2021-03-12 20:05:12 -08:00
R. RyanTM
956a64a0f7
kubernetes-helm: 3.5.2 -> 3.5.3
2021-03-11 21:38:49 +00:00
Eric Bailey
2dbf082e8d
helm-secrets: 3.4.1 -> 3.5.0
2021-03-11 00:47:54 +01:00
Eric Bailey
93ea4e0102
kubernetes-helmPlugins: build rather than download
2021-03-03 13:50:19 -06:00
Matthieu Coudron
b9bf757503
kubernetes-helm: support plugins
...
also introduce helm-s3, helm-diff, helm-secrets plugin.
You can create a wrapped helm with these plugins via:
myHelm = final.wrapHelm final.kubernetes-helm-unwrapped {
plugins = with final.kubernetes-helmPlugins; [ helm-s3 helm-secrets helm-diff ];
};
Running `helm plugin list` will show you these are available.
2021-03-03 13:50:19 -06:00
R. RyanTM
9588338aac
kubernetes-helm: 3.4.2 -> 3.5.2
2021-02-07 16:12:49 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
a65f621ce2
kubernetes-helm: 3.4.1 -> 3.4.2
2020-12-12 08:51:10 +00:00
R. RyanTM
d1a603b5c3
kubernetes-helm: 3.4.0 -> 3.4.1
2020-11-14 01:21:43 +00:00
David Birks
a091ac564f
kubernetes-helm: 3.3.4 -> 3.4.0
2020-10-26 13:23:53 -04:00
Diego Rodriguez
53fcb502fe
kubernetes-helm: 3.3.1 -> 3.3.4
2020-10-02 16:45:38 +10:00
Diego Rodriguez
8d5d41e776
kubernetes-helm: 3.3.0 -> 3.3.1 ( #97147 )
2020-09-06 19:24:12 -05:00
R. RyanTM
171bfe1298
kubernetes-helm: 3.2.4 -> 3.3.0
2020-08-14 17:00:58 +00:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
R. RyanTM
0cc670ab6b
kubernetes-helm: 3.2.1 -> 3.2.4
2020-07-05 12:09:23 +00:00
gustavderdraache
3c6bd16648
kubernetes-helm: Restore vendorSha256
2020-06-23 20:42:11 -04: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
Sergey Lukjanov
6b7295569d
helm: 3.2.0 -> 3.2.1
2020-05-18 08:28:45 -07:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
Kimat Boven
ebdf027f10
helm: 3.1.3 -> 3.2.0
2020-04-27 00:18:02 +02:00
Sergey Lukjanov
9e58c8363b
kubernetes-helm: 3.1.2 -> 3.1.3
2020-04-23 10:12:32 -07:00