Skip to content

Releases: sky-uk/feed

v6.1.1

26 Jul 12:41
e9172db
Compare
Choose a tag to compare

What's Changed

  • changlog for version 6.1 by @mohamediag in #253
  • Truncate comment to fit under the line limit for nginx config by @barisi in #255

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

22 May 14:48
882d9fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...v6.1.0

v4.5.0

29 Sep 08:19
f7a314c
Compare
Choose a tag to compare
  • New static mode which sets ingress status to a static hostname

v4.4.0

20 Sep 09:33
0c49f62
Compare
Choose a tag to compare
  • 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

07 May 08:52
a8f7c40
Compare
Choose a tag to compare
  • [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

12 Mar 12:52
d8dad57
Compare
Choose a tag to compare

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

19 Feb 16:16
1a8aed9
Compare
Choose a tag to compare

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

09 Feb 10:44
e387025
Compare
Choose a tag to compare

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

07 Jul 15:14
9bc56a3
Compare
Choose a tag to compare
  • 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.

v3.1.7

18 Jun 15:31
0e2cd58
Compare
Choose a tag to compare

[BUGFIX] Do not generate Prometheus metrics for invalid nginx-vts entries (#227)