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
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Michael Francis
37d001311d
updated to 2.14.2
2019-07-19 13:19:06 +08:00
Michael Francis
ef9dabfd9c
kubernetes-helm: 2.11 -> 2.14.1
2019-07-17 15:49:14 +08:00
Teo Klestrup Röijezon
77cbf0db0a
kubernetes-helm: tell Helm what version it is
...
Helm uses its version to determine what version of Tiller (the server
component) to install. Without this patch it thinks it is `v2.11+unreleased` and
tries to download `gcr.io/kubernetes-helm/tiller:v2.11`. After the patch it
correctly downloads `gcr.io/kubernetes-helm/tiller:v2.11.0`. Fixes #49120 .
2018-11-22 14:49:20 +01:00
edude03
c292638b40
helm: build from sources
2018-10-09 16:25:34 +08:00
R. RyanTM
07ace1d24e
kubernetes-helm: 2.10.0 -> 2.11.0
...
* kubernetes-helm: 2.10.0 -> 2.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helm/versions
* kubernetes-helm: 2.10.0 -> 2.11.0 (fix darwin hash)
2018-10-04 21:44:03 +02:00
Antoine Eiche
0b6da47fe3
kubernetes-helm: fix darwin hash
2018-09-07 22:01:15 +02:00
R. RyanTM
dd74f16b36
kubernetes-helm: 2.9.1 -> 2.10.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
helm
2018-09-06 18:33:20 -07:00
lewo
a3f556a323
kubernetes-helm: 2.9.0 -> 2.9.1 ( #42113 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/helm/versions .
These checks were done:
- built on NixOS
- /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1/bin/helm passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.9.1 with grep in /nix/store/clpdnyjaysh2i2h1xjilxryzzb5ywp7y-helm-2.9.1
- directory tree listing: https://gist.github.com/ed779ecaf62619059b08a121472e6a96
- du listing: https://gist.github.com/2621c9acfcbf3fa34c093d8bbd9d0292
2018-06-17 21:31:18 +02:00
Eric Bailey
0edbc54b4f
kubernetes-helm: 2.8.2 -> 2.9.0 ( #40514 )
2018-05-16 00:25:29 +02:00
zimbatm
d081f14580
kubernetes-helm: 2.8.1 -> 2.8.2
2018-03-15 12:52:55 +00:00