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

Merge release notes for 0.16.8, 0.17.5, 0.18.4 #1219

Merged
merged 8 commits into from
Jan 13, 2025
15 changes: 15 additions & 0 deletions src/content/community/releases/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ weight = 40
+++
<!-- markdownlint-disable no-duplicate-header -->

## v0.16.8 (January 9, 2025)

* Fixed an issue with Service Discovery that caused significant latencies when exporting a large number of service.
* New options were added to `subctl cloud prepare` to support a custom vpc for AWS.
* Addressed security vulnerability [CVE-2024-45338](https://nvd.nist.gov/vuln/detail/CVE-2024-45338).

## v0.17.5 (January 9, 2025)

* Fixed an issue with Service Discovery that caused `ServiceImport` resources to be deleted on `submariner-lighthouse-agent` pod restart.
* Addressed security vulnerability [CVE-2024-45338](https://nvd.nist.gov/vuln/detail/CVE-2024-45338).

## v0.18.4 (January 8, 2025)

* Addressed security vulnerability [CVE-2024-45338](https://nvd.nist.gov/vuln/detail/CVE-2024-45338).

## v0.18.3 (December 3, 2024)

* Fixed an issue with Service Discovery that caused `ServiceImport` resources to be deleted on `submariner-lighthouse-agent` pod restart.
Expand Down
Loading