Commit Graph

76 Commits

Author SHA1 Message Date
R. Ryantm
4e61788e50 helmfile: 0.160.0 -> 0.161.0 2024-01-24 09:43:33 +00:00
R. Ryantm
52f8a4caad helmfile: 0.159.0 -> 0.160.0 2023-12-25 20:44:16 +00:00
Marcus Ramberg
6b03489b6d helmfile: 0.158.1 -> 0.159.0 2023-11-29 09:26:36 -06:00
R. Ryantm
e16564afe7 helmfile: 0.158.0 -> 0.158.1 2023-11-15 08:17:55 +00:00
R. Ryantm
cddad20c11 helmfile: 0.157.0 -> 0.158.0 2023-10-23 07:23:10 +00:00
R. Ryantm
14338b1054 helmfile: 0.156.0 -> 0.157.0 2023-09-28 02:29:00 +00:00
Eric Bailey
35a0419f5f helmfile: 0.155.1 -> 0.156.0 2023-08-18 19:42:28 -05:00
R. Ryantm
ce0e84adb9 helmfile-wrapped: 0.155.0 -> 0.155.1 2023-07-30 08:42:23 +00:00
Eric Bailey
27dab305a6 helmfile: set HELM_PLUGINS if pluginsDir is given 2023-07-26 16:59:16 -05:00
R. Ryantm
61aa98e412 helmfile: 0.154.0 -> 0.155.0 2023-06-30 19:03:30 +00:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
R. Ryantm
51120fc6e7 helmfile: 0.153.1 -> 0.154.0 2023-05-26 15:30:37 -05:00
R. Ryantm
48bdecfff4 helmfile: 0.152.0 -> 0.153.1 2023-04-30 00:41:12 +00:00
R. Ryantm
37ae36f0a1 helmfile: 0.151.0 -> 0.152.0 2023-04-19 17:17:42 +00:00
R. Ryantm
9307c31bab helmfile: 0.150.0 -> 0.151.0 2023-02-24 23:21:53 +00:00
Zhong Jianxin
d0c43b82f9 helmfile: Fix version string 2023-02-22 12:55:49 -06:00
Zhong Jianxin
50668ca3f2 helmfile: 0.145.2 -> 0.150.0 2023-02-11 22:37:38 +08:00
Eric Bailey
af1462f0a2 helmfile: install autocompletion 2022-07-12 15:55:50 -05:00
Eric Bailey
37e4ff1b4c helmfile: 0.144.0 -> 0.145.2
- Update src to helmfile/helmfile https://github.com/roboll/helmfile/issues/1824
- Update meta to better match upstream
2022-07-12 15:55:10 -05:00
R. Ryantm
e72fc6554f helmfile: 0.143.5 -> 0.144.0 2022-04-07 23:22:34 +00:00
R. Ryantm
4aac9fc8c3 helmfile: 0.143.3 -> 0.143.5 2022-04-02 09:28:41 -04:00
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