summary refs log tree commit diff
path: root/pkgs/servers/traefik
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | 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
| * traefik: 1.7.12 -> 1.7.14ngerstle2019-08-18
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* traefik: 1.7.10 -> 1.7.12ngerstle2019-07-21
|
* traefik: 1.7.9 -> 1.7.10Vincent Demeester2019-04-05
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* traefik: 1.7.8 -> 1.7.9Vincent Demeester2019-03-05
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* traefik: 1.7.4 -> 1.7.8Vincent Demeester2019-01-30
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* traefik: 1.7.1 -> 1.7.4Vincent Demeester2018-11-26
| | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* traefik: 1.7.0 -> 1.7.1 (#47660)Vincent Demeester2018-10-02
| | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* traefik: 1.6.5 -> 1.7.0 (#47431)Vincent Demeester2018-09-27
| | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* traefik: 1.6.2 -> 1.6.5Florian Klink2018-07-24
|
* traefik: 1.5.2 -> 1.6.2 (#41208)Vincent Demeester2018-05-31
| | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* traefik: 1.5.0 -> 1.5.2Ryan Mulligan2018-02-27
| | | | | | | | | | | | | 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"
* traefik: 1.4.6 -> 1.5.0adisbladis2018-01-27
|
* traefik: 1.4.4 -> 1.4.6adisbladis2018-01-04
|
* traefik: 1.3.8 -> 1.4.4adisbladis2017-11-25
|
* traefik: link against libc, set build version/codenameJörg Thalheim2017-09-19
| | | | this way gethostbyname() works as indented
* Change to using source files to build traefikHamish Hutchings2017-09-18
|
* Traefik init at 1.3.8Hamish Hutchings2017-09-11