Commit graph

52 commits

Author SHA1 Message Date
ajs124 093b57cbbf grafana-loki,promtail: add myself to maintainers 2023-09-15 14:32:47 +02:00
ajs124 9879eb2ff9 grafana-loki,promtail: 2.9.0 -> 2.9.1
https://github.com/grafana/loki/releases/tag/v2.9.1
2023-09-15 13:08:43 +02:00
ajs124 643f30acdc grafana-loki,promtail: 2.8.4 -> 2.9.0
https://github.com/grafana/loki/releases/tag/v2.9.0
2023-09-07 13:57:02 +02:00
emilylange 0660ea28da
grafana-loki,promtail: 2.8.3 -> 2.8.4
https://github.com/grafana/loki/releases/tag/v2.8.4
diff: https://github.com/grafana/loki/compare/v2.8.3...v2.8.4
2023-08-12 14:06:12 +02:00
emilylange 443c79e698
grafana-loki,promtail: 2.8.2 -> 2.8.3
https://github.com/grafana/loki/releases/tag/v2.8.3
diff: https://github.com/grafana/loki/compare/v2.8.2...v2.8.3
2023-07-21 17:59:17 +02:00
emilylange b0e7f7f5db
maintainers: rename indeednotjames to emilylange 2023-05-21 16:01:35 +02:00
IndeedNotJames da108ddd6c
grafana-loki,promtail: 2.8.1 -> 2.8.2
https://github.com/grafana/loki/releases/tag/v2.8.2
diff: https://github.com/grafana/loki/compare/v2.8.1...v2.8.2
2023-05-03 14:49:05 +02:00
ajs124 655b114f3d grafana-loki: 2.8.0 -> 2.8.1
https://github.com/grafana/loki/releases/tag/v2.8.1
2023-04-27 21:56:06 +02:00
K900 b59c4b27f3 promtail: restore journald support 2023-04-13 12:47:08 +03:00
IndeedNotJames cf0f78a249
grafana-loki,promtail: remove redundant meta.platforms and doCheck
already set by `buildGoModule`
2023-04-09 00:16:26 +02:00
IndeedNotJames 3a4bdd17dd
grafana-loki,promtail: add indeednotjames as maintainer 2023-04-07 13:02:42 +02:00
IndeedNotJames d3763a6f2c
grafana-loki,promtail: 2.7.4 -> 2.8.0
https://github.com/grafana/loki/releases/tag/v2.8.0
https://github.com/grafana/loki/releases/tag/v2.7.5
4ff61d4a1b/CHANGELOG.md (280-2023-04-04)
diff: https://github.com/grafana/loki/compare/v2.7.4...v2.8.0
2023-04-07 13:02:42 +02:00
Tim Steinbach a119b197e0 grafana-loki: 2.7.1 -> 2.7.4 2023-03-06 16:26:58 -05:00
Pol Dellaiera 8ed5d72d60
grafana-loki: 2.6.1 -> 2.7.1 2023-01-19 20:18:52 +01:00
K900 8ac43eab7f
grafana-loki: fix running with go 1.19 on aarch64 (#197267) 2022-10-23 08:46:36 +10:00
zowoq de25676c9f promtail: move alongside grafana-loki 2022-10-09 16:09:17 +10:00
R. Ryantm ec99eac8ae grafana-loki: 2.6.0 -> 2.6.1 2022-07-28 13:45:11 +00:00
happysalada 836daa7b45 loki: 2.5.0 -> 2.6.0 2022-07-11 04:01:19 -04:00
happysalada e45e7cab9a loki: 2.4.2 -> 2.5.0 2022-04-12 07:18:43 -04:00
Yt 2b7f369026
grafana-loki: 2.4.1 -> 2.4.2 (#154835) 2022-01-14 09:23:44 +09:00
happysalada 51bdef748e loki: 2.4.0 -> 2.4.1 2021-11-08 09:05:12 -05:00
happysalada db34ebb557 loki: 2.3.0 -> 2.4.0 2021-11-07 18:40:42 +09:00
Raphael Megzari 42b315fa79
grafana-loki: 2.2.1 -> 2.3.0 (#133011)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-08 05:31:09 +02:00
happysalada ba0fe82b78 loki: 2.2.0 -> 2.2.1 2021-04-06 10:53:51 +09:00
happysalada fc4c2e4103 loki: format with nixpkgs-fmt 2021-04-06 10:31:10 +09:00
Jörg Thalheim 4fe666a3d7
grafana-loki: don't build test executables 2021-03-15 19:28:35 +01:00
R. RyanTM d797decdf8 grafana-loki: 2.1.0 -> 2.2.0 2021-03-13 06:36:44 +00:00
Maximilian Bosch 89aba1d889
grafana-loki: add buildinfo
Otherwise, no version output is shown with `--version` or during log
messages.
2021-03-03 14:36:38 +01:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
happysalada d1efd653af grafana-loki: 2.0.0 -> 2.1.0 2020-12-25 12:33:39 +09:00
Jörg Thalheim 37a7436356
loki: reference nixosTests 2020-11-10 10:49:29 +01:00
Martin Weinelt 09bbd4017f
grafana-loki: 1.6.1 -> 2.0.0
Convert to use buildGoModule and add a patch for a test failing on
golang>=1.15.
2020-10-29 01:16:58 +01:00
R. RyanTM 82b6236756 grafana-loki: 1.6.0 -> 1.6.1 2020-09-04 23:50:38 +00:00
Florian Klink 40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
R. RyanTM b05eefc014 grafana-loki: 1.5.0 -> 1.6.0 2020-08-22 08:32:53 +00:00
Florian Klink 68debbe0cb loki: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
David Wood 2f0955e722
grafana-loki: 1.4.0 -> 1.5.0 2020-05-25 11:35:16 +01:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Jamie McClymont e6c14aef79 grafana-loki: 1.3.0 -> 1.4.0 2020-04-06 18:38:56 +12:00
WilliButz 96de24cfdb
grafana-loki: 1.2.0 -> 1.3.0, patch distributor test
Only include the loopback interface "lo" in the lifecycler configuration
of the distributor test.
2020-01-22 23:44:32 +01:00
Mario Rodas 9f2092b6a9
grafana-loki: fix build on darwin 2019-12-14 22:22:22 -05:00
WilliButz 3526e7deb0
grafana-loki: 1.1.0 -> 1.2.0 2019-12-09 19:12:53 +01:00
WilliButz f659187525
grafana-loki: 1.0.0 -> 1.1.0 2019-12-05 16:37:08 +01:00
Marek Mahut 693c27b111 grafana-loki: 0.4.0 -> 1.0.0
Adding mmahut as maintaner
2019-11-21 13:20:23 +01:00
WilliButz 3236de7b4d
grafana-loki: 0.3.0 -> 0.4.0 2019-10-25 23:37:40 +02:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
WilliButz dfb66de179 grafana-loki: 0.2.0 -> 0.3.0 (#66835) 2019-08-18 21:47:31 +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