Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
Bug Fixes:
- BGP handle tags field inside the struct
  • Loading branch information
pogossian committed Sep 22, 2022
1 parent 1e7e5b6 commit c5bab8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Netris Operator managing resources samples are available in the `samples/` [fold
## Compatibility with Netris-Controller
| Operator version | Controller version |
| -----------------| -------------------|
| `v0.X` | `v2.9.X` |
| `v1.X` | `v3.0.X` |
| `v2.X` | `v3.1.X` |
| `v0.X` | `v2.9` |
| `v1.X` | `v3.0` |
| `v2.X` | `v3.1+` |


## Features
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/netris-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v2.0.0
appVersion: v2.0.1
home: https://github.com/netrisai/netris-operator
icon: https://www.netris.ai/wp-content/uploads/2021/01/logo-300.png # [todo] Change url to permalink
keywords:
Expand Down

0 comments on commit c5bab8c

Please sign in to comment.