Skip to content

Tags: freenowtech/skipper

Tags

v0.11.98

Toggle v0.11.98's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Traffic(): allow weight of 1.0 (zalando#1425)

Signed-off-by: Alexey Ermakov <alexey.ermakov@zalando.de>

v0.11.97

Toggle v0.11.97's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix measuring the connection count in TCP-LIFO (zalando#1424)

* fix measuring the connection count in cases when the server sides closes connections multiple times

Signed-off-by: Arpad Ryszka <arpad.ryszka@gmail.com>

* fix test error message for closed connection

Signed-off-by: Arpad Ryszka <arpad.ryszka@gmail.com>

v0.11.96

Toggle v0.11.96's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Docs > Explain `True()` and `False()` predicates (zalando#1418)

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

v0.11.95

Toggle v0.11.95's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Log request info on proxy error (zalando#1407)

* Log request info on proxy error

This makes it easier to debug why a proxy request failed.

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

* Only log flowId when not empty

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

v0.11.94

Toggle v0.11.94's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix cross compile build command (zalando#1413)

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

v0.11.93

Toggle v0.11.93's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix arm docker build targets (zalando#1411)

* fix arm docker build targets

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

* abstract buildx from make targets

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

v0.11.92

Toggle v0.11.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cross compile arm7 32bit and arm8 64bit containers (zalando#1409)

* cross compile arm7 32bit and arm8 64bit containers

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

* feature: build arm and arm64 docker containers using buildx docker cross compilation
removed unused dockerfiles and created new ones for the armv7 and arm64 builds

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

* change pipeline to build cross compiled arm64 and armv7 containers

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

* change ARM_IMAGE name as commented and in the pipeline config

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>

v0.11.91

Toggle v0.11.91's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improvements for FastCgi (zalando#1396)

* Advertise Skipper as server software

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

* Pass `SERVER_NAME` as `Host` header to backend

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

* Remove `REQUEST_SCHEME`

It's set to `fastcgi` which is not what the backend expects. Removing is better because it should not be used at all.

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

* Copy `RemoteAddr` before passing to backend

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

* Make sure to add port to request `Host`

If the port is not in the Host, gofast will not properly pass them to the backend.

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

v0.11.90

Toggle v0.11.90's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix GitHub actions (zalando#1408)

* Separate actions for master / pull request

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

* Replace status badge

Signed-off-by: Ruud Kamphuis <ruudk@users.noreply.github.com>

v0.11.89

Toggle v0.11.89's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix build for github actions (zalando#1402)

* use local etcd binary when it's not possible to install in GOBIN or GOPATH

Signed-off-by: Arpad Ryszka <arpad.ryszka@gmail.com>

* use local binary for staticcheck and gosec

Signed-off-by: Arpad Ryszka <arpad.ryszka@gmail.com>

* install redis-server

Signed-off-by: Arpad Ryszka <arpad.ryszka@gmail.com>

* install redis-server, as root

Signed-off-by: Arpad Ryszka <arpad.ryszka@gmail.com>

* Removing travis.yml

Since we've switched to Github Actions

Signed-off-by: Muaaz Saleem <muhammad.muaaz.saleem@zalando.de>

Co-authored-by: Muaaz Saleem <5851294+muaazsaleem@users.noreply.github.com>