Skip to content

Commit

Permalink
changlog for version 6.0 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
aecay authored Aug 1, 2022
1 parent 56994e8 commit 0bf1fc7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v6.0.0

* Feed is updated to use the `networking/v1` kubernetes ingress API,
instead of the previously-used `extensions/v1beta1` API. This means
that Feed v6 is only compatible with kubernetes >= 1.19 (when the
`networking/v1` API was introduced). Feed v5 was only compatible with
k8s <= 1.21 (the `extensions/v1beta1` API was removed in k8s 1.22).
Feed v6 in contrast is compatible with the most recent kubernetes
versions (as of this writing, 1.24).
* The `merlin` integration is dropped from feed. Merlin was an
IPVS-based load balancer developed by Sky; it has been EOL
since 2019.

# v5.1.0

* A readiness endpoint is added to feed. This is useful for kubernetes
Expand Down

0 comments on commit 0bf1fc7

Please sign in to comment.