Skip to content

Commit

Permalink
Update CHANGELOG and VERSION for v0.6.0 release (#283)
Browse files Browse the repository at this point in the history
* Set VERSION to v0.6.0

Signed-off-by: Rahul Jain <[email protected]>

* Update CHANGELOG for v0.6.0 release

Signed-off-by: Rahul Jain <[email protected]>

---------

Signed-off-by: Rahul Jain <[email protected]>
  • Loading branch information
reachjainrahul authored Jul 25, 2023
1 parent 0df4cf0 commit a0f7893
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG/CHANGELOG-0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog 0.6

## 0.6.0 - 2023-07-25

### Added

- Add support to configure multiple `CloudEntitySelector` CRs for a single `CloudProviderAccount` CR. Also, these CRs can now be configured in different namespaces. ([#216](https://github.com/antrea-io/nephe/pull/216) [#269](https://github.com/antrea-io/nephe/pull/269), [@archanapholla])
- Add support to allow user tags on `VirtualMachine` objects. ([#272](https://github.com/antrea-io/nephe/pull/272), [@reachjainrahul])
- Add enforcement of Antrea `NetworkPolicy` containing IPV6 addresses. ([#246](https://github.com/antrea-io/nephe/pull/246), [@reachjainrahul])
- Add integration tests in Jenkins for upgrade workflow. ([#245](https://github.com/antrea-io/nephe/pull/245) [#168](https://github.com/antrea-io/nephe/pull/168), [@Anandkumar26], [@reachjainrahul])
- Add support for cloud credentials to be configured in any namespace for a `CloudProviderAccount` CR. ([#281](https://github.com/antrea-io/nephe/pull/281), [@reachjainrahul])
- Add support for filtering on label and field selectors of `VirtualMachine` and `Vpc` objects in the watch handler. ([#250](https://github.com/antrea-io/nephe/pull/250), [@reachjainrahul])
- Add pagination support for azure resource graph queries. ([#277](https://github.com/antrea-io/nephe/pull/277), [@archanapholla])

### Changed

- Compute cloud rule delta for Antrea `NetworkPolicy` in the plugin before realization. ([#276](https://github.com/antrea-io/nephe/pull/276), [@shenmo3])
- For Azure cloud, remove user-created security rules that fall within the Nephe priority range. ([#256](https://github.com/antrea-io/nephe/pull/256), [@shenmo3])
- Update retry workflow for failed Antrea `NetworkPolicy` in network policy controller. ([#275](https://github.com/antrea-io/nephe/pull/275) [#274](https://github.com/antrea-io/nephe/pull/274), [@reachjainrahul])
- Allow Nephe controller to directly connect to Antrea controller instead of relaying connection via K8s API server. ([#280](https://github.com/antrea-io/nephe/pull/280), [@reachjainrahul])
- Cleanup tracker code by unifying virtual machine policy and network policy tracker in one. ([#219](https://github.com/antrea-io/nephe/pull/219), [@Anandkumar26])
- Move cloud plugin level lock to an account level lock. ([#260](https://github.com/antrea-io/nephe/pull/260), [@reachjainrahul])
- Reorganize and refactor cloud plugins. ([#253](https://github.com/antrea-io/nephe/pull/253) [#258](https://github.com/antrea-io/nephe/pull/258),[@reachjainrahul])

### Fixed

- Fix network policy controller state when a `CloudProviderAccount` CR is deleted. ([#262](https://github.com/antrea-io/nephe/pull/262), [@Anandkumar26])
- Fix an issue to handle `AddressGroup` modification during restart. ([#247](https://github.com/antrea-io/nephe/pull/247), [@shenmo3])
- Fix an issue to handle `AppliedToGroup` delete and re-add. ([#259](https://github.com/antrea-io/nephe/pull/259), [@Anandkumar26])

[@Anandkumar26]: https://github.com/Anandkumar26
[@archanapholla]: https://github.com/archanapholla
[@reachjainrahul]: https://github.com/reachjainrahul
[@shenmo3]: https://github.com/shenmo3
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.0-dev
v0.6.0
4 changes: 2 additions & 2 deletions build/charts/nephe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nephe

![Version: 0.6.0-dev](https://img.shields.io/badge/Version-0.6.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.6.0](https://img.shields.io/badge/Version-0.6.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 managed security policies in the public cloud

Expand All @@ -16,7 +16,7 @@ Kubernetes: `>= 1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| | crds | 0.6.0-dev |
| | crds | 0.6.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion build/charts/nephe/charts/crds/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crds

![Version: 0.6.0-dev](https://img.shields.io/badge/Version-0.6.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.6.0](https://img.shields.io/badge/Version-0.6.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)

Nephe CRDs

Expand Down

0 comments on commit a0f7893

Please sign in to comment.