Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions kubernetes/customresourcedefinitions.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions releasenotes/notes/58461.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: release-notes/v2
kind: bug-fix
area: installation
issue:
- https://github.com/istio/istio/issues/58461

releaseNotes:
- |
**Fixed** warning when installing VirtualService CRD due to 'unrecognized format "binary"' by switching to `format: byte` for the field `spec.http.directResponse.body.bytes`. This does not impact user experience, as input is still expected in base64-encoded form as is already documented.