Skip to content

Commit

Permalink
Update CHANGELOG and VERSION for v0.5.0 release (#186)
Browse files Browse the repository at this point in the history
* Update CHANGELOG and VERSION for v0.5.0 release

* Update CHANGELOG and VERSION for v0.5.0 release

---------

Signed-off-by: Elton Furtado <efurtado@vmware.com>
  • Loading branch information
elton-furtado authored Mar 22, 2023
1 parent 6d42898 commit e0f4b4c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG/CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog 0.5

## 0.5.0 - 2023-03-17

### Added

- Added Theia Manager resync at startup. ([#150](https://github.com/antrea-io/theia/pull/150), [@yanjunz97])
* Support removing stale Spark jobs and database entries after restarting Theia Manager.
* Scheduled Network Policy Recommendations jobs are added back to the periodical sync list.
- Added Service Dependency Graph. ([#142](https://github.com/antrea-io/theia/pull/142), [@Dhruv-J])
* Introduced a directed graph for visualizing traffic between Pods and Services.
- Added new CLI `theia-sf version` & `theia version` to display theia version. ([#144](https://github.com/antrea-io/theia/pull/144), [@antoninbas])

### Changed

- Replaced the shell version of Clickhouse data migration to the GoLang version ([#155](https://github.com/antrea-io/theia/pull/155), [@yanjunz97])
- Created a single Docker image for multiple Spark jobs ([#174](https://github.com/antrea-io/theia/pull/174), [@tushartathgur])

### Fixed

- Updated the getting started document to include Theia Manager ([#147](https://github.com/antrea-io/theia/pull/147), [@yanjunz97])


[@dreamtalen]: https://github.com/dreamtalen
[@yanjunz97]: https://github.com/yanjunz97
[@Dhruv-J]: https://github.com/Dhruv-J
[@antoninbas]: https://github.com/antoninbas
[@tushartathgur]: https://github.com/tushartathgur
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.0-dev
v0.5.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.5.0-dev](https://img.shields.io/badge/Version-0.5.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.5.0](https://img.shields.io/badge/Version-0.5.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 e0f4b4c

Please sign in to comment.