R. RyanTM
ba482884f4
traefik: 2.5.2 -> 2.5.3
2021-09-22 21:17:41 +00:00
Mario Rodas
b4ab817ed0
traefik: 2.5.1 -> 2.5.2
...
https://github.com/traefik/traefik/releases/tag/v2.5.2
2021-09-08 04:20:00 +00:00
R. RyanTM
a41f7a04eb
traefik: 2.5.0 -> 2.5.1
2021-08-23 05:52:25 +00:00
Nick Cao
e39f8a3040
traefik: 2.4.13 -> 2.5.0
2021-08-18 20:54:26 +08:00
Maxine Aubrey
4a97603613
traefik: 2.4.8 -> 2.4.13
2021-08-04 23:53:44 +02:00
R. RyanTM
a2f15659cb
traefik: 2.4.7 -> 2.4.8
2021-03-24 22:16:28 +00:00
R. RyanTM
509377bb43
traefik: 2.4.6 -> 2.4.7
2021-03-13 15:59:33 +00:00
Maxine Aubrey
fe18908ed6
traefik: 2.4.3 -> 2.4.6
2021-03-07 16:36:33 +01:00
R. RyanTM
bbe2fbe929
traefik: 2.4.2 -> 2.4.3 ( #113622 )
2021-02-18 11:02:46 -10:00
R. RyanTM
9eaa85c56e
traefik: 2.3.4 -> 2.4.2
2021-02-06 22:54:40 +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
215337d484
traefik: 2.3.3 -> 2.3.4 ( #105097 )
2020-11-26 18:26:06 -08:00
R. RyanTM
d0d86fc5dd
traefik: 2.3.2 -> 2.3.3
2020-11-22 14:32:32 +00:00
R. RyanTM
8d47a25b0c
traefik: 2.3.1 -> 2.3.2
2020-11-12 09:09:36 +00:00
zowoq
5b09b92a16
traefik: 2.2.11 -> 2.3.1
...
https://github.com/traefik/traefik/releases/tag/v2.3.0
https://github.com/traefik/traefik/releases/tag/v2.3.1
2020-10-02 10:13:31 +10:00
Benno Fünfstück
f7e5bb0231
traefik: fix dashboard by using source releases
...
The traefik dashboard depends on static files built with npm.
The source releases included the prebundled static files ,
so switching to them fixes the issue.
2020-09-27 10:41:44 +02:00
Maxine E. Aubrey
3d08e8947d
traefik: fix passing build flags
2020-09-10 10:05:51 +02:00
Maxine E. Aubrey
d7fade20b5
traefik: 2.2.8 -> 2.2.11
2020-09-09 17:36:30 +02:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
R. RyanTM
4fc26cb6b2
traefik: 2.2.4 -> 2.2.8
2020-08-01 21:01:47 -07:00
zowoq
3c5750d1cd
buildGoModule packages: editorconfig fixes
2020-07-31 13:58:04 +10:00
R. RyanTM
0b5bc84571
traefik: 2.2.1 -> 2.2.4
2020-07-12 14:25:54 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256
2020-05-14 07:22:21 +01:00
R. RyanTM
39b1bf1c9b
traefik: 2.2.0 -> 2.2.1
2020-05-04 10:17:29 +00:00
Ioannis Koutras
9360e3723d
nixos/traefik: add test
2020-04-12 22:50:36 +02:00
Ioannis Koutras
07f1844c58
traefik: 1.7.14 -> 2.2.0
2020-04-12 22:50:36 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jörg Thalheim
c0c7c00f18
traefik: fix build with strict deps
2020-03-23 08:15:02 +00: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
ngerstle
3fcddd7045
traefik: 1.7.12 -> 1.7.14
2019-08-18 21:24:39 +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
ngerstle
646952862e
traefik: 1.7.10 -> 1.7.12
2019-07-21 00:15:15 +02:00
Vincent Demeester
953e4323e7
traefik: 1.7.9 -> 1.7.10
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-04-05 17:19:33 +02:00
Vincent Demeester
9eab0cd519
traefik: 1.7.8 -> 1.7.9
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05 18:33:09 +01:00
Vincent Demeester
3597d3ee61
traefik: 1.7.4 -> 1.7.8
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-30 15:47:52 +01:00
Vincent Demeester
4619c0050c
traefik: 1.7.1 -> 1.7.4
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-26 18:27:58 +01:00
Vincent Demeester
624b5c14c0
traefik: 1.7.0 -> 1.7.1 ( #47660 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-02 15:58:43 +02:00
Vincent Demeester
29060b7264
traefik: 1.6.5 -> 1.7.0 ( #47431 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-09-27 19:23:25 +02:00
Florian Klink
d70c04fc9e
traefik: 1.6.2 -> 1.6.5
2018-07-24 03:00:58 +02:00
Vincent Demeester
9d456bf0c1
traefik: 1.5.2 -> 1.6.2 ( #41208 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-05-31 21:57:29 +02:00
Ryan Mulligan
6eddc6d905
traefik: 1.5.0 -> 1.5.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- ran `/nix/store/byzavm86fdpdnigaj0j4r9bd755pqylq-traefik-1.5.2-bin/bin/traefik -h` got 0 exit code
- ran `/nix/store/byzavm86fdpdnigaj0j4r9bd755pqylq-traefik-1.5.2-bin/bin/traefik --help` got 0 exit code
- ran `/nix/store/byzavm86fdpdnigaj0j4r9bd755pqylq-traefik-1.5.2-bin/bin/traefik version` and found version 1.5.2
- found 1.5.2 with grep in /nix/store/byzavm86fdpdnigaj0j4r9bd755pqylq-traefik-1.5.2-bin
- found 1.5.2 in filename of file in /nix/store/byzavm86fdpdnigaj0j4r9bd755pqylq-traefik-1.5.2-bin
cc "@hamhut1066 @ehmry @lethalman"
2018-02-27 17:48:42 -08:00
adisbladis
31e388dff2
traefik: 1.4.6 -> 1.5.0
2018-01-27 01:19:18 +08:00
adisbladis
7e74a9b0b4
traefik: 1.4.4 -> 1.4.6
2018-01-04 16:34:29 +01:00
adisbladis
dfa4fbb98b
traefik: 1.3.8 -> 1.4.4
2017-11-25 11:55:24 +08:00
Jörg Thalheim
ad2004afd3
traefik: link against libc, set build version/codename
...
this way gethostbyname() works as indented
2017-09-19 08:14:57 +01:00
Hamish Hutchings
0cc4cb96bb
Change to using source files to build traefik
2017-09-18 13:37:36 +01:00
Hamish Hutchings
e0b81b9c3c
Traefik init at 1.3.8
2017-09-11 18:19:49 +01:00