From 403c7d1982dc3190758c7e74e5d1d5a8fe26934a Mon Sep 17 00:00:00 2001 From: Ziyou Wang Date: Fri, 23 Dec 2022 17:20:36 +0800 Subject: [PATCH] Update CHANGELOG and VERSION for v0.4.0 release (#145) Set VERSION to v0.4.0 Create CHANGELOG file for 0.4.0 release. List new features and issues fixed Signed-off-by: Ziyou Wang Signed-off-by: Ziyou Wang --- CHANGELOG/CHANGELOG-0.4.md | 20 ++++++++++++++++++++ VERSION | 2 +- build/charts/theia/README.md | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG/CHANGELOG-0.4.md diff --git a/CHANGELOG/CHANGELOG-0.4.md b/CHANGELOG/CHANGELOG-0.4.md new file mode 100644 index 000000000..8c7286811 --- /dev/null +++ b/CHANGELOG/CHANGELOG-0.4.md @@ -0,0 +1,20 @@ +# Changelog 0.4 + +## 0.4.0 - 2022-12-23 + +### Added + +- Support bundle collection. ([#140](https://github.com/antrea-io/theia/pull/140), [@wsquan171]) + * Add support bundle collection functionalities to Theia manager +- Structured policy recommendation results. ([#138](https://github.com/antrea-io/theia/pull/138), [@yanjunz97]) + * Update ClickHouse data schema to store each PR individually + * Add PR results retrieving in the API server +- NetworkPolicy Recommendation application on the Snowflake backend. ([#137](https://github.com/antrea-io/theia/pull/137), [@dreamtalen]) + * Implement NetworkPolicy Recommendation as Snowflake UDFs which could be running on Snowflake warehouses +- Clickhouse statistic functions for Theia manager. ([#132](https://github.com/antrea-io/theia/pull/132), [@yuntanghsu]) + * Add the clickhouse statistic related functions for Theia Manager + +[@dreamtalen]: https://github.com/dreamtalen +[@wsquan171]: https://github.com/wsquan171 +[@yanjunz97]: https://github.com/yanjunz97 +[@yuntanghsu]: https://github.com/yuntanghsu diff --git a/VERSION b/VERSION index ef9b4e2c3..fb7a04cff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.0-dev +v0.4.0 diff --git a/build/charts/theia/README.md b/build/charts/theia/README.md index 7b140830c..b009171e1 100644 --- a/build/charts/theia/README.md +++ b/build/charts/theia/README.md @@ -1,6 +1,6 @@ # theia -![Version: 0.4.0-dev](https://img.shields.io/badge/Version-0.4.0--dev-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Antrea Network Flow Visibility