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

[release/v1.1] release v1.1.3 #4600

Merged
merged 4 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
29 changes: 29 additions & 0 deletions release-notes/v1.1.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
date: November 1, 2024

# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
breaking changes: |

# New features or capabilities added in this release.
new features: |

# Fixes for bugs identified in previous versions.
bug fixes: |
Fixed unsupported listener protocol type causing an error while updating Gateway Status
Fixed some status updates were being discarded by the status updater
Fixed error level logging for admin and metrics modules
Fix Dashboard typos
Fixed Ratelimit Deployment ignoring pod labels and annotation merge
Fixed the API Server receives unnecessary requests
Fixed set invalid Listener.SupportedKinds to empty list
Fixed losing timeout settings that originate from the route when translating the backend traffic policy
Fixed xds translation failure when wasm http code source configured without sha

# Enhancements that improve performance.
performance improvements: |

# Other notable changes not covered by the above sections.
Other changes: |
Bumped Envoy proxy to 1.31.3
Bumped Gatewy-API to v1.1.1
Bumped github.com/docker/docker to 27.3.1+incompatible

32 changes: 32 additions & 0 deletions site/content/en/news/releases/notes/v1.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "v1.1.3"
publishdate: 2024-11-01
---

Date: November 1, 2024

## Breaking changes
-

## New features
-

## Bug fixes
- Fixed unsupported listener protocol type causing an error while updating Gateway Status
- Fixed some status updates were being discarded by the status updater
- Fixed error level logging for admin and metrics modules
- Fix Dashboard typos
- Fixed Ratelimit Deployment ignoring pod labels and annotation merge
- Fixed the API Server receives unnecessary requests
- Fixed set invalid Listener.SupportedKinds to empty list
- Fixed losing timeout settings that originate from the route when translating the backend traffic policy
- Fixed xds translation failure when wasm http code source configured without sha

## Performance improvements
-

## Other changes
- Bumped Envoy proxy to 1.31.3
- Bumped Gatewy-API to v1.1.1
- Bumped github.com/docker/docker to 27.3.1+incompatible

4 changes: 2 additions & 2 deletions site/layouts/shortcodes/helm-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{{- "v0.0.0-latest" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
{{- "v1.1.2" -}}
{{- "v1.1.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.1.2" -}}
{{- "v1.1.3" -}}
{{- end -}}
4 changes: 2 additions & 2 deletions site/layouts/shortcodes/yaml-version.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{{- "latest" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "v1.1") -}}
{{- "v1.1.2" -}}
{{- "v1.1.3" -}}
{{- end -}}
{{- with (strings.HasPrefix $pagePrefix "doc") -}}
{{- "v1.1.2" -}}
{{- "v1.1.3" -}}
{{- end -}}
Loading