Releases: sky-uk/feed
Releases · sky-uk/feed
v6.1.1
v6.1.0
What's Changed
- update all dependencies by @aecay in #248
- update ingress api to networking/v1 by @aecay in #249
- changlog for version 6.0 by @aecay in #250
- exit-when-nginx-reload-sig-failed by @mohamediag in #252
New Contributors
- @mohamediag made their first contribution in #252
Full Changelog: v5.1.0...v6.1.0
v4.5.0
v4.4.0
- Upgrade to nginx version 1.21.3 from 1.15.7
- Configure and add a dynamic module which will suppress the
Server
response header. This will add to the existing
feature of suppressing the nginx version and build information in the response headers.
v4.3.1
- [BUGFIX] Fix issue with feed not waiting for the drain duration despite having at least one successful call to de-register from the list of registered target groups.
Feed instance can attach to multiple target groups belonging to the load balancer having a tag matching the value in the flag ingress-class. The fix is for feed instance to wait for the drain duration even if the de-register call succeeds to at least one of those target groups.
v4.3.0
Provide support for multiple labels for namespace selection
- Remove flag --ingress-controller-namespace-selector
- Add flag --ingress-controller-namespace-selectors - which can accept comma separated or repeated inputs
- Add flag --match-all-namespace-selectors - for how to match the above provided labels
v4.2.0
Adds a flag set-real-ip-from-header
to specify the name of the request header to be used by the real ip module for the set_real_ip_from
directive.
v4.1.0
Cut down feed ingress vulnerabilities (#230)
To cut down the attack surface
and so reduce the number of vulnerabilities.
The previous debian:strech-slim was showing a lot of vulnerabilities
that have all gone away once switching to alpine (3.13).
Also used trivy to fail the build when either HIGH or CRITICAL
vulnerabilities are found.
v4.0.0
- Support latest backend config for nginx upstream module
- Support setting keepalive_requests and keepalive_timeout for nginx upstream module
- Support annotations on ingress to be able to set the values in nginx config for each upstream
- Build upstream id including ingress name
- Needed to be able to configure an upstream for ingresses which has same hostname and backend service but with a different path. This is so that the configuration won't be overwritten in this scenario.