Commit Graph

50 Commits

Author SHA1 Message Date
R. Ryantm
4626dc1737 thanos: 0.34.0 -> 0.34.1 2024-02-21 00:17:50 +00:00
R. Ryantm
930062c2c9 thanos: 0.33.0 -> 0.34.0 2024-01-27 22:54:20 +00:00
R. Ryantm
9e65510cc4 thanos: 0.32.5 -> 0.33.0 2023-12-30 17:14:30 +00:00
Anthony Roussel
3bbf0779d5
thanos: add meta.mainProgram 2023-11-12 11:08:54 +01:00
Anthony Roussel
f5b47791bc
thanos: add anthonyroussel to maintainers 2023-11-12 11:08:53 +01:00
Anthony Roussel
b2c956e071
thanos: add passthru.tests and passthru.updateScript 2023-11-12 11:08:50 +01:00
Anthony Roussel
9b0817cf74
thanos: 0.31.0 -> 0.32.5
https://github.com/thanos-io/thanos/releases/tag/v0.32.0
https://github.com/thanos-io/thanos/releases/tag/v0.32.1
https://github.com/thanos-io/thanos/releases/tag/v0.32.2
https://github.com/thanos-io/thanos/releases/tag/v0.32.3
https://github.com/thanos-io/thanos/releases/tag/v0.32.4

Co-authored-by: Jonathan Davies <jpds@protonmail.com>
2023-11-12 11:08:50 +01:00
Sandro Jäckel
3ad7d71afe treewide: don't set platforms.unix for buildGoModule 2023-06-13 17:54:26 +03:00
Kirill Radzikhovskyy
d79f020366 thanos: fix build go1.20 and unpin go 2023-06-04 21:22:04 +10:00
Pascal Bach
3757137462 thanos: pin to Go 1.19
It panics when running with Go 1.20 with the following error:

```
panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc
to declare that it assumes a non-moving garbage collector,
but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated
to assert that it's safe against the go1.20 runtime.
If you want to risk it, run with environment variable
ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.20 set.
Notably, if go1.20 adds a moving garbage collector,
this program is unsafe to use.
```
2023-05-13 10:04:51 +02:00
R. Ryantm
eb3ed9e356 thanos: 0.30.2 -> 0.31.0 2023-04-10 13:43:43 +00:00
R. Ryantm
bc62a61b0a thanos: 0.30.1 -> 0.30.2 2023-02-04 06:06:50 +00:00
R. Ryantm
165474c5fd thanos: 0.29.0 -> 0.30.1 2023-01-08 16:13:04 +00:00
R. Ryantm
810962c731 thanos: 0.28.1 -> 0.29.0 2022-11-05 02:59:15 +00:00
R. Ryantm
629d59b85c thanos: 0.28.0 -> 0.28.1 2022-10-07 02:51:26 +00:00
R. Ryantm
2203cc8482 thanos: 0.27.0 -> 0.28.0 2022-08-29 01:30:31 +00:00
R. Ryantm
ac869dedaf thanos: 0.25.2 -> 0.27.0 2022-07-31 03:26:35 +00:00
R. Ryantm
bd2a384c40 thanos: 0.25.1 -> 0.25.2 2022-04-09 22:11:46 +00:00
R. Ryantm
ae5d022389 thanos: 0.24.0 -> 0.25.1 2022-03-20 03:35:50 +00:00
R. Ryantm
c594375b56 thanos: 0.23.1 -> 0.24.0 2021-12-24 05:59:06 +00:00
R. Ryantm
7e90cdb3b1 thanos: 0.22.0 -> 0.23.1 2021-10-28 12:43:00 +00:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
bac10a57e9 thanos: 0.19.0 -> 0.22.0 2021-08-22 05:35:45 +00:00
R. RyanTM
c87046a6cd thanos: 0.18.0 -> 0.19.0 2021-04-05 06:17:24 +00:00
R. RyanTM
0a01ca956b thanos: 0.17.2 -> 0.18.0 2021-02-06 21:51:03 +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
9908e2f2cc thanos: 0.17.1 -> 0.17.2 2020-12-11 03:41:08 +00:00
R. RyanTM
d6750d0d3d thanos: 0.17.0 -> 0.17.1 2020-12-01 10:52:51 +00:00
R. RyanTM
e1c7acfb63 thanos: 0.16.0 -> 0.17.0 2020-11-22 13:14:11 +00:00
R. RyanTM
691e251aa5 thanos: 0.15.0 -> 0.16.0 2020-11-12 07:48:07 +00:00
R. RyanTM
fc2a1452fa thanos: 0.14.0 -> 0.15.0 2020-09-30 08:57:03 -07:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Mario Rodas
e89c29aecd
Merge pull request #94326 from r-ryantm/auto-update/thanos
thanos: 0.13.0 -> 0.14.0
2020-07-31 07:19:46 -05:00
R. RyanTM
7e0017bae2 thanos: 0.13.0 -> 0.14.0 2020-07-31 11:26:47 +00:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
0149d36865 thanos: 0.12.2 -> 0.13.0 2020-06-30 17:05:08 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM
866a4b017f thanos: 0.11.0 -> 0.12.2 2020-05-04 09:32:20 +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
3ee3f9a535 thanos: fix build on darwin 2020-03-21 06:20:00 -05:00
R. RyanTM
1b467f21f6 thanos: 0.7.0 -> 0.11.0 2020-03-14 13:44:06 +00:00
Bas van Dijk
82259b5d54 thanos: 0.6.1 -> 0.7.0 2019-10-05 10:35:52 +02:00
Bas van Dijk
09b1501d7c thanos: 0.6.0 -> 0.6.1 2019-08-28 00:00:14 +02:00
Bas van Dijk
0a59be7136 thanos: 0.5.0 -> 0.6.0 2019-07-28 13:28:27 +02:00
Bas van Dijk
e753322c48 thanos: remove bzr because 0.5.0 apparently doesn't need it anymore
I'll leave in the support for overrideModAttrs because that can be
useful for other go packages.
2019-07-28 13:28:27 +02:00
Bas van Dijk
aefb0aa912 thanos: 0.5.0-rc.0 -> 0.5.0 2019-07-28 13:28:27 +02:00
Bas van Dijk
7f093a2e8e thanos: don't use URL literals (RFC-0045) 2019-07-28 13:28:27 +02:00
Bas van Dijk
2d0243c187 thanos: 0.4.0 -> 0.5.0-rc.0 2019-07-28 13:28:27 +02:00
Bas van Dijk
4a6e47126c thanos: init at 0.4.0 2019-07-28 13:28:27 +02:00