Commit Graph

78 Commits

Author SHA1 Message Date
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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas
8e2dd1164f kubernetes-helm: fix build on darwin 2020-03-21 05:35:00 -05:00
Sergey Lukjanov
68b922b10b helm: 3.1.1 -> 3.1.2 2020-03-13 05:45:24 +00:00
Sergey Lukjanov
00e09ed6c0 helm: 3.1.0 -> 3.1.1 2020-02-24 08:21:55 -08:00
Sergey Lukjanov
48254f391c helm: 3.0.3 -> 3.1.0 2020-02-13 12:48:19 -08:00
Sergey Lukjanov
6f2523e1b3 kubernetes-helm: drop unneeded goPackagePath from legacy go support
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
2020-01-31 21:45:51 -08:00
Sergey Lukjanov
171982e2a9 kubernetes-helm: 3.0.1 -> 3.0.3 and improve build meta 2020-01-31 21:45:41 -08:00
Giacomo Longo
1e89cf04c6 kubernetes-helm: Add shell completion 2019-12-14 10:13:56 +01:00
R. RyanTM
f2907919f8 kubernetes-helm: 3.0.0 -> 3.0.1 2019-12-08 05:58:06 -08:00
Sascha Grunert
65e7d9c8c9 kubernetes-helm: 2.15.1 -> 3.0.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-11-14 09:31:31 -08:00
Urban Skudnik
a038ae1118
helm: 2.14.3 -> 2.15.1 2019-10-25 16:47:55 +02:00
zimbatm
862e91dc6b
helm: 2.14.2 -> 2.14.3 2019-09-09 13:28:41 +02:00