From 98cfc21314c93d4c2898edc9e2160f280622be21 Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Mon, 5 Aug 2024 20:05:24 -0300 Subject: [PATCH] chore: bump fluvio to v0.11.11 (#4127) --- CHANGELOG.md | 20 +++++++++++++++++++- VERSION | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e560300ee..a0b474b3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## Platform Version 0.11.11 - UNRELEASED +## Platform Version 0.11.11 - 2024-08-05 + +### Added + +* Allow setting local addr on custom spu ([#4122](https://github.com/infinyon/fluvio/issues/4122)) +* Sdf-hub support updates ([#4124](https://github.com/infinyon/fluvio/issues/4124)) + +### CI + +* 0.11.10 post-release ([#4116](https://github.com/infinyon/fluvio/issues/4116)) +* Add smdk clean ([#4108](https://github.com/infinyon/fluvio/issues/4108)) + +### Changed + +* Use patch status with k8s server side apply ([#4088](https://github.com/infinyon/fluvio/issues/4088)) + +### Fixed + +* Enable tracing subscribe again ([#4121](https://github.com/infinyon/fluvio/issues/4121)) ## Platform Version 0.11.10 - 2024-07-22 diff --git a/VERSION b/VERSION index e3b813a5b6..f677accebe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.11-dev-1 \ No newline at end of file +0.11.11 \ No newline at end of file