Skip to content

Releases: sky-uk/feed

v2.2.1: Attach to NLB using PrivateIP rather than InstanceID (#211)

05 Nov 10:44
32494ca
Compare
Choose a tag to compare
* Attach to NLB using PrivateIP

This is to attach to NLBs using the instance PrivateIP rather than the
InstanceID to get around
https://aws.amazon.com/premiumsupport/knowledge-center/target-connection-fails-load-balancer//

Required by #3906

* Update CHANGELOG.md

v2.2.0 Reintroduce support for deprecated annotations

30 Oct 07:36
ca58a56
Compare
Choose a tag to compare
  • Reintroduce support for deprecated ingress resource annotations sky.uk/frontend-elb-scheme and sky.uk/backend-keepalive-seconds

v2.1.0: Add support for NLBs (#209)

29 Oct 14:06
22b2fa3
Compare
Choose a tag to compare
* Allow use of NLBs in addition to ELBs
* Upgrade to Go 1.13

v2.0.0 Multiple feed-ingress controllers per environment

29 Aug 11:07
Compare
Choose a tag to compare
  • Add support for multiple feed-ingress controllers per cluster (#195)
  • Feed-ingress invocation split into subcommands, and using double-dashed arguments
  • Remove support for deprecated ingress resource annotations sky.uk/frontend-elb-scheme (replacement sky.uk/frontend-scheme) and sky.uk/backend-keepalive-seconds (replacement sky.uk/backend-timeout-seconds)
  • Remove deprecated feed-ingress command-line argument --nginx-default-backend-keepalive-seconds (replacement --nginx-default-backend-timeout-seconds)

This is a breaking change. See the upgrade guide.

v1.14.2 Skip ingress when http and/or path are not defined (#205)

04 Jun 08:14
507a1ef
Compare
Choose a tag to compare
* Skip ingress when http and/or path are not defined

* Update changelog

* Refactor createIngressesFixtures

* Add recover() call for updateIngress function

To prevent feed crashing on panics.

v1.14.1 Change max_conns default from 1k to 0

05 Apr 12:26
c087eb6
Compare
Choose a tag to compare

Change max_conns default from 1k to 0.

v1.14.0 Upgrade nginx to 1.15.7

01 Apr 10:58
7d2149b
Compare
Choose a tag to compare

Upgrade nginx to 1.15.7

v1.13.0 Add support for exact paths when specified as locations

22 Mar 13:38
06a1a95
Compare
Choose a tag to compare
  • Add support for exact paths when specified as locations #197

v1.12.3 New flag to set the worker shutdown timeout

15 Mar 08:26
ee39342
Compare
Choose a tag to compare

v1.12.2: Bug fixes

01 Feb 12:18
54b5801
Compare
Choose a tag to compare
  • Formatting changes #190
  • Fix duplicate path when path is not specified #193
  • Remove unnecessary config reload after start up #194