Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release note for 1.27.2 #5463

Merged
merged 16 commits into from
Feb 26, 2024
20 changes: 20 additions & 0 deletions site/src/pages/release-notes/1.27.2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
date: 2024-02-14
jrhee17 marked this conversation as resolved.
Show resolved Hide resolved
---

## 🛠️ Bug fixes

- <type://XdsEndpointGroup> now supports [Subset based Load Balancing](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/upstream/load_balancing/subsets),
which enables more sophisticated load balancing configurations. #5461
minwoox marked this conversation as resolved.
Show resolved Hide resolved
- Armeria's [Eureka](https://github.com/Netflix/eureka) integration no longer incorrectly appends
port information to `vipAddress`. #5451

minwoox marked this conversation as resolved.
Show resolved Hide resolved
## 🙇 Thank you

<ThankYou usernames={[
'codefromthecrypt',
'ikhoon',
'jrhee17',
'minwoox',
'trustin'
]} />
Loading