diff --git a/CHANGELOG/CHANGELOG-0.2.md b/CHANGELOG/CHANGELOG-0.2.md new file mode 100644 index 000000000..ce13a4d0e --- /dev/null +++ b/CHANGELOG/CHANGELOG-0.2.md @@ -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 diff --git a/CHANGELOG/CHANGELOG-0.3.md b/CHANGELOG/CHANGELOG-0.3.md new file mode 100644 index 000000000..41467d0c2 --- /dev/null +++ b/CHANGELOG/CHANGELOG-0.3.md @@ -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 diff --git a/VERSION b/VERSION index bffd7fcfa..268b0334e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.0-dev +v0.3.0 diff --git a/build/charts/theia/README.md b/build/charts/theia/README.md index fbfe8d742..20f9ce05f 100644 --- a/build/charts/theia/README.md +++ b/build/charts/theia/README.md @@ -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