Skip to content

Commit

Permalink
Update CHANGELOG and VERSION for v0.3.0 release (#126)
Browse files Browse the repository at this point in the history
Theia v0.3.0 release

Update VERSION and ceate CHANGELOG file.

Signed-off-by: Ziyou Wang <ziyouw@vmware.com>
  • Loading branch information
ziyouw authored Oct 21, 2022
1 parent 1d6528d commit 2f6cbf0
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG/CHANGELOG-0.2.md
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
25 changes: 25 additions & 0 deletions CHANGELOG/CHANGELOG-0.3.md
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.0-dev
v0.3.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.3.0-dev](https://img.shields.io/badge/Version-0.3.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.3.0](https://img.shields.io/badge/Version-0.3.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 2f6cbf0

Please sign in to comment.