Skip to content

Releases: sky-uk/feed

v3.1.6

13 May 11:03
8777ed9
Compare
Choose a tag to compare
  • [BUGFIX] Reduce the number of DescribeTargetGroups to avoid reaching the API limits (#226)
  • [BUGFIX] Do not set the nlb updater as initialised if it failed to describe the target groups (#226)

v3.1.4

29 Apr 08:46
87b1f75
Compare
Choose a tag to compare
  • Account for concurrent status updates (#219)

v3.1.3

06 Apr 18:44
8d5eb6f
Compare
Choose a tag to compare
  • Trim whitespace from sky.uk/allow entries (#223)

v3.1.2

31 Mar 10:43
dfd1745
Compare
Choose a tag to compare
  • Validate the sky.uk/allow annotation entries (#220)

v3.1.1

18 Mar 11:07
7e7fcf7
Compare
Choose a tag to compare
  • Wait for informer cache to be fully populated before interrogating it (#218)

v3.1.0

10 Mar 11:17
1bffaf2
Compare
Choose a tag to compare
  • Fix X-Forwarded-Host header to always forward client's Host header (#217)

v3.0.0: Remove http binding by default

25 Jan 10:14
607fba5
Compare
Choose a tag to compare

Breaking change Feed will not bind port http 8080 by default, unless --ingress-port=XXXX is provided
Remove http binding by default (#216)

v2.3.0: TargetGroup attachment update

20 Dec 09:36
de44008
Compare
Choose a tag to compare
  • Attaching to an AWS TargetGroup now correctly attaches targets using the correct 'Target type' (instance/ip). This was previously not dynamic, and always attached using ip.

v2.2.3 Bug fixes

09 Dec 13:25
7632292
Compare
Choose a tag to compare
  • [BUGFIX] Handle receiving 0 ingresses from the k8s client by not reloading the Nginx config
  • [BUGFIX] Improve sorting when choosing which duplicate ingresses to keep
  • Added a new metric for Nginx reloads

v2.2.2 Correct the prefix used for feed-ingress metrics

18 Nov 12:02
f4bc651
Compare
Choose a tag to compare
  • [BUGFIX] feed-ingress metrics now have correct prefix of feed_ingress_ (was feed_dns_)