Skip to content

Commit c723799

Browse files
authored
Merge pull request #70 from robobario/main
Add 0.8.0 release blog (do not merge until after the release!)
2 parents 551d71b + 4c42fe2 commit c723799

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

_posts/2024-08-29-release-0_8_0.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: "Kroxylicious release 0.8.0"
4+
date: 2024-08-29 00:00:00 +0000
5+
author: "Rob Young"
6+
author_url: "https://www.github.com/robobario"
7+
categories: [releases, kroxylicious]
8+
---
9+
10+
The Kroxylicious project is very pleased to announce the release of [Kroxylicious 0.8.0](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.8.0). See the [Changelog](https://github.com/kroxylicious/kroxylicious/blob/main/CHANGELOG.md#080) for a list of changes and summary of Deprecations, Changes and Removals.
11+
12+
### Security Fix
13+
14+
We discovered that when Kroxylicious is connecting to a proxied cluster using TLS, it does not verify that the hostname we are connecting to matches a name from the upstream certificate.
15+
In this release we have enabled this verification by default.
16+
17+
### Artefacts
18+
19+
You'll find binaries attached to the GitHub [release](https://github.com/kroxylicious/kroxylicious/releases/tag/v0.8.0), and available through [Maven Central](https://repo1.maven.org/maven2/io/kroxylicious/kroxylicious-app/0.8.0/).
20+
21+
Docker images are hosted at [quay.io/kroxylicious/kroxylicious](https://quay.io/repository/kroxylicious/kroxylicious)
22+
23+
### Feedback
24+
25+
We are eager for any feedback, you can create an [issue in GitHub](https://github.com/kroxylicious/kroxylicious/issues) if you have any problems or want a
26+
feature added.

0 commit comments

Comments
 (0)