about summary refs log tree commit diff
path: root/pkgs/servers/traefik
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02traefik: 2.2.11 -> 2.3.1zowoq1-14/+9
https://github.com/traefik/traefik/releases/tag/v2.3.0 https://github.com/traefik/traefik/releases/tag/v2.3.1
2020-09-27traefik: fix dashboard by using source releasesBenno Fünfstück1-6/+10
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-10traefik: fix passing build flagsMaxine E. Aubrey1-3/+3
2020-09-09traefik: 2.2.8 -> 2.2.11Maxine E. Aubrey1-3/+3
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+3
2020-08-01traefik: 2.2.4 -> 2.2.8R. RyanTM1-2/+2
2020-07-31buildGoModule packages: editorconfig fixeszowoq1-1/+1
2020-07-12traefik: 2.2.1 -> 2.2.4R. RyanTM1-3/+3
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-2/+2
2020-05-04traefik: 2.2.0 -> 2.2.1R. RyanTM1-3/+3
2020-04-12nixos/traefik: add testIoannis Koutras1-1/+3
2020-04-12traefik: 1.7.14 -> 2.2.0Ioannis Koutras1-22/+18
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-23traefik: fix build with strict depsJörg Thalheim1-1/+1
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
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-18traefik: 1.7.12 -> 1.7.14ngerstle1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-21traefik: 1.7.10 -> 1.7.12ngerstle1-2/+2
2019-04-05traefik: 1.7.9 -> 1.7.10Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05traefik: 1.7.8 -> 1.7.9Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-30traefik: 1.7.4 -> 1.7.8Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-26traefik: 1.7.1 -> 1.7.4Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-02traefik: 1.7.0 -> 1.7.1 (#47660)Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-09-27traefik: 1.6.5 -> 1.7.0 (#47431)Vincent Demeester1-2/+2
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-07-24traefik: 1.6.2 -> 1.6.5Florian Klink1-2/+2
2018-05-31traefik: 1.5.2 -> 1.6.2 (#41208)Vincent Demeester1-3/+3
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-02-27traefik: 1.5.0 -> 1.5.2Ryan Mulligan1-2/+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-01-27traefik: 1.4.6 -> 1.5.0adisbladis1-2/+2
2018-01-04traefik: 1.4.4 -> 1.4.6adisbladis1-2/+2
2017-11-25traefik: 1.3.8 -> 1.4.4adisbladis1-12/+7
2017-09-19traefik: link against libc, set build version/codenameJörg Thalheim1-17/+21
this way gethostbyname() works as indented
2017-09-18Change to using source files to build traefikHamish Hutchings1-8/+24
2017-09-11Traefik init at 1.3.8Hamish Hutchings1-0/+24