Commit graph

18 commits

Author SHA1 Message Date
Yurii Matsiuk 86f12112bd
fluxcd: 0.12.0 -> 0.13.2 2021-04-29 15:51:38 +02:00
Yurii Matsiuk 744b81dfa5
fluxcd: 0.11.0 -> 0.12.0 2021-04-08 19:00:12 +02:00
Yurii Matsiuk c8246b3f6c
fluxcd: 0.10.0 -> 0.11.0 2021-04-02 15:04:09 +02:00
Thomaz Leite 4173963818 fluxcd: 0.8.2 -> 0.10.0 2021-03-19 09:57:47 -03:00
Yurii Matsiuk 8fbe61b9cd
fluxcd: 0.8.1 -> 0.8.2 2021-02-19 14:59:41 +01:00
Yurii Matsiuk 127ada735d
fluxcd: 0.8.0 -> 0.8.1 2021-02-18 15:59:52 +01:00
Yurii Matsiuk 567ee606e4
fluxcd: 0.7.6 -> 0.8.0 (#112053)
Co-authored-by: Yurii Matsiuk <ymatsiuk@users.noreply.github.com>
2021-02-12 10:37:17 -08:00
Yurii Matsiuk cebfb4acd1
fluxcd: 0.7.5 -> 0.7.6 2021-02-02 17:42:51 +01:00
Yurii Matsiuk c2f66f8f53
fluxcd: 0.7.4 -> 0.7.5 2021-02-01 21:19:44 +01:00
Yurii Matsiuk 70eba9747a
fluxcd: 0.7.3 -> 0.7.4 2021-02-01 15:23:38 +01:00
Yurii Matsiuk a2ac3c2f58
fluxcd: 0.6.3 -> 0.7.3 2021-01-27 16:09:39 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Yurii Matsiuk 96966bb66b
fluxcd: 0.6.1 -> 0.6.3 2021-01-21 17:39:43 +01:00
R. RyanTM 68486ea7fd fluxcd: 0.6.0 -> 0.6.1 2021-01-18 18:02:32 +00:00
Yurii Matsiuk 0cf52d8900
fluxcd: 0.5.9 -> 0.6.0 2021-01-15 14:20:35 +01:00
Yurii Matsiuk 63960b3b30
fluxcd: 0.5.0 -> 0.5.9 2021-01-13 10:58:53 +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
José Luis Lafuente e10a0ae16e
fluxcd: init at 0.5.0
This is flux v2. There is also fluxctl (flux v1). v1 is in maintenance
mode, and it will be deprecated at some point, but some people may still
depend on v1.
2020-12-11 18:04:12 +01:00