-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOG and VERSION for v0.3.0 release (#126)
Theia v0.3.0 release Update VERSION and ceate CHANGELOG file. Signed-off-by: Ziyou Wang <ziyouw@vmware.com>
- Loading branch information
Showing
4 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog 0.2 | ||
|
||
## 0.2.0 - 2022-08-17 | ||
|
||
### Added | ||
|
||
- ClickHouse cluster support and data schema management. ([#55](https://github.com/antrea-io/theia/pull/55), [@yanjunz97]) ([#81](https://github.com/antrea-io/theia/pull/81), [@yanjunz97]) | ||
* Introduce support for ClickHouse cluster deployment with shards and replicas | ||
* Introduce version control to ClickHouse data schema, which detects the data schema version and applies necessary upgrades in initializing stage | ||
- New Theia Command Line commands. ([#56](https://github.com/antrea-io/theia/pull/56), [@dreamtalen]) ([#59](https://github.com/antrea-io/theia/pull/59), [@yuntanghsu]) | ||
* Commands for listing and deleting policy recommendation jobs | ||
* Commands to retrieve metrics in ClickHouse database | ||
|
||
### Changed | ||
|
||
- Enhancements to Helm chart based deployment ([#69](https://github.com/antrea-io/theia/pull/69), [@yanjunz97]) ([#73](https://github.com/antrea-io/theia/pull/73), [@antoninbas]) | ||
- Move Grafana setting files to Persistent Volume ([#84](https://github.com/antrea-io/theia/pull/84), [@yanjunz97]) | ||
- Grafana UI improvements ([#83](https://github.com/antrea-io/theia/pull/83), [@heanlan] [@dreamtalen] [@yuntanghsu]) | ||
- E2e tests for Theia functions. ([#66](https://github.com/antrea-io/theia/pull/66), [@yanjunz97]) ([#71](https://github.com/antrea-io/theia/pull/71), [@heanlan]) ([#77](https://github.com/antrea-io/theia/pull/77), [@dreamtalen]) | ||
* Provide e2e tests for Theia components (ClickHouse monitor and Grafana dashboard) | ||
* Improve policy recommendation e2e test | ||
|
||
[@antoninbas]: https://github.com/antoninbas | ||
[@dreamtalen]: https://github.com/dreamtalen | ||
[@heanlan]: https://github.com/heanlan | ||
[@yanjunz97]: https://github.com/yanjunz97 | ||
[@yuntanghsu]: https://github.com/@yuntanghsu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Changelog 0.3 | ||
|
||
## 0.3.0 - 2022-10-19 | ||
|
||
### Added | ||
|
||
- Theia Manager. ([#97](https://github.com/antrea-io/theia/pull/97), [@wsquan171]) ([#109](https://github.com/antrea-io/theia/pull/109), [@wsquan171]) ([#111](https://github.com/antrea-io/theia/pull/111), [@yuntanghsu]) ([#113](https://github.com/antrea-io/theia/pull/113), [@wsquan171]) ([#114](https://github.com/antrea-io/theia/pull/114), [@yanjunz97]) ([#115](https://github.com/antrea-io/theia/pull/115), [@yuntanghsu]) | ||
* The Theia Manager is a new component which provide logic for managing Theia operations, such as Network Policy Recommendation | ||
* Update policy recommendation and CLI to use Theia Manager | ||
- Grafana UI enhancements. ([#101](https://github.com/antrea-io/theia/pull/101), [@heanlan]) ([#102](https://github.com/antrea-io/theia/pull/102), [@yuntanghsu]) | ||
* Introduce a Grafana home dashboard | ||
* Improvement for throughput related panels in Grafana | ||
- Support for Snowflake. ([#112](https://github.com/antrea-io/theia/pull/112), [@antoninbas]) ([#118](https://github.com/antrea-io/theia/pull/118), [@heanlan]) ([#119](https://github.com/antrea-io/theia/pull/119), [@heanlan]) | ||
* Add support for Snowflake as a database backend for Theia | ||
* Enhance UI support for Snowflake | ||
|
||
### Changed | ||
|
||
- Adopt golang-migrate ClickHouse data schema management ([#95](https://github.com/antrea-io/theia/pull/95), [@yanjunz97]) | ||
|
||
[@antoninbas]: https://github.com/antoninbas | ||
[@heanlan]: https://github.com/heanlan | ||
[@wsquan171]: https://github.com/wsquan171 | ||
[@yanjunz97]: https://github.com/yanjunz97 | ||
[@yuntanghsu]: https://github.com/@yuntanghsu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.3.0-dev | ||
v0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters