Releases: sky-uk/feed
Releases · sky-uk/feed
v3.1.6
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0: Remove http binding by default
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
- Attaching to an AWS TargetGroup now correctly attaches targets using the correct 'Target type' (
instance
/ip
). This was previously not dynamic, and always attached usingip
.
v2.2.3 Bug fixes
- [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
- [BUGFIX] feed-ingress metrics now have correct prefix of
feed_ingress_
(wasfeed_dns_
)