R. Ryantm
|
5385b2c2dd
|
helmfile: 0.143.1 -> 0.143.3
|
2022-03-24 14:43:54 +00:00 |
|
R. Ryantm
|
2d18003213
|
helmfile: 0.143.0 -> 0.143.1
|
2022-03-15 08:47:54 +00:00 |
|
R. RyanTM
|
787ced6423
|
helmfile: 0.142.0 -> 0.143.0
(#154542)
|
2022-01-21 11:46:52 +01:00 |
|
R. Ryantm
|
cceddd00eb
|
helmfile: 0.141.0 -> 0.142.0
|
2021-12-07 03:29:01 +00: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 |
|
Eric Bailey
|
5b455776e3
|
helmfile: 0.140.1 -> 0.141.0
|
2021-10-20 09:06:11 -05:00 |
|
R. RyanTM
|
3e91395692
|
helmfile: 0.140.0 -> 0.140.1
|
2021-09-19 07:46:48 +00:00 |
|
zowoq
|
13ea123c74
|
treewide: buildFlagsArray -> ldflags
|
2021-08-26 21:35:06 +10:00 |
|
Marvin Strangfeld
|
10d15c0775
|
helmfile: fix wrong sha256 of sources
|
2021-08-17 19:23:27 +02:00 |
|
R. RyanTM
|
15fe01a0dc
|
helmfile: 0.139.9 -> 0.140.0
|
2021-07-23 09:05:22 +00:00 |
|
R. RyanTM
|
fd1d79c9ea
|
helmfile: 0.139.8 -> 0.139.9
|
2021-06-23 09:43:45 -07:00 |
|
R. RyanTM
|
feba2c9b39
|
helmfile: 0.139.7 -> 0.139.8
|
2021-06-14 16:23:49 -07:00 |
|
R. RyanTM
|
c30ec77e19
|
helmfile: 0.139.6 -> 0.139.7
|
2021-05-26 23:38:06 -07:00 |
|
R. RyanTM
|
80fcac0b31
|
helmfile: 0.139.3 -> 0.139.6
|
2021-05-19 19:38:15 -05:00 |
|
R. RyanTM
|
a3815cb24e
|
helmfile: 0.139.0 -> 0.139.3
|
2021-05-17 13:36:42 -07:00 |
|
R. RyanTM
|
13193df29d
|
helmfile: 0.138.7 -> 0.139.0
|
2021-05-08 15:03:16 -07:00 |
|
R. RyanTM
|
dfdfaacaf5
|
helmfile: 0.138.6 -> 0.138.7
|
2021-03-10 19:29:04 -06:00 |
|
R. RyanTM
|
6dbb06111d
|
helmfile: 0.138.4 -> 0.138.6
|
2021-03-04 14:59:36 -06:00 |
|
R. RyanTM
|
96c451192d
|
helmfile: 0.138.2 -> 0.138.4
|
2021-02-06 13:04:05 +00:00 |
|
R. RyanTM
|
a30a844f31
|
helmfile: 0.138.1 -> 0.138.2
|
2021-02-03 14:43:11 +00:00 |
|
R. RyanTM
|
d136928c48
|
helmfile: 0.137.0 -> 0.138.1
|
2021-01-29 04:03:21 +00:00 |
|
R. RyanTM
|
501816ab98
|
helmfile: 0.135.0 -> 0.137.0
|
2021-01-19 00:09:00 +00:00 |
|
R. RyanTM
|
73786c3f6c
|
helmfile: 0.134.1 -> 0.135.0
|
2020-11-21 23:39:06 +00:00 |
|
R. RyanTM
|
ae2e0fcb8f
|
helmfile: 0.134.0 -> 0.134.1
|
2020-11-15 06:32:52 +00:00 |
|
R. RyanTM
|
be92f5f0d6
|
helmfile: 0.132.1 -> 0.134.0
|
2020-11-11 09:01:28 +00:00 |
|
R. RyanTM
|
74ae6e1209
|
helmfile: 0.131.0 -> 0.132.1
|
2020-10-25 15:38:58 +00:00 |
|
R. RyanTM
|
b116c54879
|
helmfile: 0.130.1 -> 0.131.0
|
2020-10-18 11:52:51 +00:00 |
|
Florian Ströger
|
15b3918d35
|
helmfile: 0.130.0 -> 0.130.1
|
2020-10-11 19:24:15 +02:00 |
|
Florian Ströger
|
d64bcddae4
|
helmfile: 0.128.0 -> 0.130.0
|
2020-10-02 00:04:07 +02:00 |
|
R. RyanTM
|
fd638fa0d1
|
helmfile: 0.125.7 -> 0.128.0
|
2020-09-05 00:55:47 +00:00 |
|
R. RyanTM
|
2fd53e2531
|
helmfile: 0.125.5 -> 0.125.7
|
2020-08-22 09:07:16 +00:00 |
|
Ryan Mulligan
|
07b88d8907
|
Merge pull request #95077 from r-ryantm/auto-update/helmfile
helmfile: 0.125.1 -> 0.125.5
|
2020-08-11 06:07:43 -07:00 |
|
R. RyanTM
|
526e77e55d
|
helmfile: 0.125.1 -> 0.125.5
|
2020-08-10 12:55:06 +00:00 |
|
zowoq
|
cea7cd902e
|
buildGoModule packages: set doCheck = false
|
2020-08-10 16:02:30 +10:00 |
|
R. RyanTM
|
3ff7e49f41
|
helmfile: 0.119.1 -> 0.125.1
|
2020-08-02 02:54:08 +00:00 |
|
Mario Rodas
|
70b8fec143
|
helmfile: 0.119.0 -> 0.119.1
|
2020-06-27 04:21:00 -05:00 |
|
Mario Rodas
|
117909637c
|
helmfile: fix sub package
|
2020-06-27 04:20:00 -05:00 |
|
R. RyanTM
|
e4873b913d
|
helmfile: 0.118.6 -> 0.119.0
|
2020-06-26 11:39:22 +00:00 |
|
R. RyanTM
|
0f181a98af
|
helmfile: 0.114.0 -> 0.118.6
|
2020-06-08 19:50:22 +00:00 |
|
Colin L Rice
|
d6162dab50
|
go-modules: Update files to use vendorSha256
|
2020-05-14 07:22:21 +01:00 |
|
R. RyanTM
|
a9ce47ad8f
|
helmfile: 0.106.3 -> 0.114.0
|
2020-05-02 11:31:34 +00:00 |
|
R. RyanTM
|
596473df4a
|
helmfile: 0.102.0 -> 0.106.3
|
2020-04-01 12:52:51 +00: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
|
622494d85d
|
helmfile: fix build on darwin
|
2020-03-21 06:00:00 -05:00 |
|
R. RyanTM
|
fb7e2cd5bc
|
helmfile: 0.85.0 -> 0.102.0
|
2020-03-14 06:33:28 +00:00 |
|
Roman Volosatovs
|
4fee6bee73
|
helmfile: 0.79.3 -> 0.85.0
|
2019-09-16 23:21:09 +02:00 |
|
R. RyanTM
|
80f39fb0c1
|
helmfile: 0.77.0 -> 0.79.3 (#64044)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helmfile/versions
|
2019-07-01 20:51:20 -07:00 |
|
R. RyanTM
|
71f8f6a02b
|
helmfile: 0.73.0 -> 0.77.0 (#63266)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/helmfile/versions
|
2019-06-16 20:06:35 -07:00 |
|
Eric Bailey
|
7f9a2f0de7
|
helmfile: fix modSha256
It seems like this was another case where my darwin setup was acting weird.
|
2019-06-07 15:13:02 -05:00 |
|
Eric Bailey
|
6fed86581c
|
helmfile: 0.64.1 -> 0.73.0
Also, ditch vgo2nix in favor of buildGoModule.
|
2019-06-06 17:53:13 -05:00 |
|