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

1.18.3 release notes #13856

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions content/en/news/releases/1.18.x/announcing-1.18.3/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Announcing Istio 1.18.3
linktitle: 1.18.3
subtitle: Patch Release
description: Istio 1.18.3 patch release.
publishdate: 2023-09-12
release: 1.18.3
---

This release contains bug fixes to improve robustness.

This release note describes what’s different between Istio 1.18.2 and 1.18.3.

{{< relnote >}}

## Changes

- **Added** ability to install gateway helm chart with a dual-stack service definition.

- **Fixed** an issue where HTTP probe’s `request.host` was not well propagated.
([Issue #46087](https://github.com/istio/istio/issues/46087))

- **Fixed** `health_checkers` EnvoyFilter extensions not being compiled into the proxy.
([Issue #46277](https://github.com/istio/istio/issues/46277))

- **Fixed** an issue that Istio should prefer `IMDSv2` on AWS.
([Issue #45825](https://github.com/istio/istio/issues/45825))

- **Fixed** an issue where the creation of a Telemetry object without any providers throws the IST0157 error.
([Issue #46510](https://github.com/istio/istio/issues/46510))

- **Fixed** `meshConfig.defaultConfig.sampling` is ignored when there are only default providers. ([Issue #46653](https://github.com/istio/istio/issues/46653))

- **Fixed** an issue causing mesh configuration to not be properly synced, typically resulting in a misconfigured trust domain.
([Issue #45739](https://github.com/istio/istio/issues/45739))