Skip to content

Commit

Permalink
Update CHANGELOG and VERSION for v0.4.0 release (#145)
Browse files Browse the repository at this point in the history
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 <[email protected]>

Signed-off-by: Ziyou Wang <[email protected]>
  • Loading branch information
ziyouw authored Dec 23, 2022
1 parent bdcaf0c commit 403c7d1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG/CHANGELOG-0.4.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0-dev
v0.4.0
2 changes: 1 addition & 1 deletion build/charts/theia/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 403c7d1

Please sign in to comment.