From 8f7f016597630177e7239767c9d6b9f586b4cb11 Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Mon, 16 Sep 2024 23:10:39 -0300 Subject: [PATCH] chore: 0.11.12 post-release --- CHANGELOG.md | 48 +++++++++++++++++++++++++----------------------- VERSION | 2 +- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf8cfce56..40d94e8cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,42 +2,44 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) -## Platform Version 0.11.12-dev - 2024-09-13 +## Platform Version 0.11.13-dev-1 - UNRELEASED + +## Platform Version 0.11.12 - 2024-09-13 ### Added -* Update mirror status when find errors on spu (#4120) -* Upgrade cluster for local (#4138) -* Provide `wasm32-unknown-unknown` support for `hub-util` (#4151) -* Sysflag to list (#4156) +* Update mirror status when find errors on spu ([#4120](https://github.com/infinyon/fluvio/pull/4120)) +* Upgrade cluster for local ([#4138](https://github.com/infinyon/fluvio/pull/4138)) +* Provide `wasm32-unknown-unknown` support for `hub-util` ([#4151](https://github.com/infinyon/fluvio/pull/4151)) +* Sysflag to list ([#4156](https://github.com/infinyon/fluvio/pull/4156)) ### Fixed -* Fluvio.io doc linkss from various README.md and other docs (#4141) -* Better error when watch api versions are not compatible (#4149) -* Disable local upgrade test until fix it (#4158) -* Update sysinfo and fix fd leak on linux (#4163) -* Cdk use preferred target for compatibility for default build target (#4168) -* Implement profile export toml and make it default option (#4172) -* Concurrency problems at local metadata store (#4175) -* Profile export, full config, add cli test (#4179) +* Fluvio.io doc links from various README.md and other docs ([#4141](https://github.com/infinyon/fluvio/pull/4141)) +* Better error when watch api versions are not compatible ([#4149](https://github.com/infinyon/fluvio/pull/4149)) +* Disable local upgrade test until fix it ([#4158](https://github.com/infinyon/fluvio/pull/4158)) +* Update sysinfo and fix fd leak on linux ([#4163](https://github.com/infinyon/fluvio/pull/4163)) +* Cdk use preferred target for compatibility for default build target ([#4168](https://github.com/infinyon/fluvio/pull/4168)) +* Implement profile export toml and make it default option ([#4172](https://github.com/infinyon/fluvio/pull/4172)) +* Concurrency problems at local metadata store ([#4175](https://github.com/infinyon/fluvio/pull/4175)) +* Profile export, full config, add cli test ([#4179](https://github.com/infinyon/fluvio/pull/4179)) ### Changed -* 0.11.11 post-release (#4130) -* Add serde default to multiple connector configs (#4132) -* Update wasmtime and wasi-common to 23.0.2 (#4135) -* Clean up not used dependencies (#4146) -* Add list with meta endpoint (#4152) -* Fix typo (#4153) -* Fix typos (#4157) -* Update Rust `1.81` (#4167) -* Add weekly ci (#4176) +* 0.11.11 post-release ([#4130](https://github.com/infinyon/fluvio/pull/4130)) +* Add serde default to multiple connector configs ([#4132](https://github.com/infinyon/fluvio/pull/4132)) +* Update wasmtime and wasi-common to 23.0.2 ([#4135](https://github.com/infinyon/fluvio/pull/4135)) +* Clean up not used dependencies ([#4146](https://github.com/infinyon/fluvio/pull/4146)) +* Add list with meta endpoint ([#4152](https://github.com/infinyon/fluvio/pull/4152)) +* Fix typo ([#4153](https://github.com/infinyon/fluvio/pull/4153)) +* Fix typos ([#4157](https://github.com/infinyon/fluvio/pull/4157)) +* Update Rust `1.81` ([#4167](https://github.com/infinyon/fluvio/pull/4167)) +* Add weekly ci ([#4176](https://github.com/infinyon/fluvio/pull/4176)) ### Remove -* Unused import (#4139) +* Unused import ([#4139](https://github.com/infinyon/fluvio/pull/4139)) ## Platform Version 0.11.11 - 2024-08-05 diff --git a/VERSION b/VERSION index 5746d36d5a..5c77766c2b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.11.12 \ No newline at end of file +0.11.13-dev-1 \ No newline at end of file