Skip to content

Commit

Permalink
Release notes 2.10.1 (#2600)
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Lohiya <vklohiya@live.com>
  • Loading branch information
vklohiya authored Oct 6, 2022
1 parent 853845a commit f793a8e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
13 changes: 4 additions & 9 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
Release Notes for Container Ingress Services for Kubernetes & OpenShift
=======================================================================

Next Release
-------------

Added Functionality
```````````````````

2.10.1
-------------
Bug Fixes
````````````
* Fix to monitor NGINX+ service changes
* Fix issue with inconsistent pool names for VS
* :issues:`2582` Fix issue with inconsistent pool names for VS
* :issues:`2596` Fix invalid property name with serviceAddress
* :issues:`2570` Fix for TLSProfile doesn't get updated when K8s secret changes
* :issues:`2394` Fix to set ingress https monitor send string
* :issues:`2549` Fix trafficGroup regex
* :issues:`2492` Fix for adding unique pool members in nodePort mode
* :issues:`847` Fix issue with adding both VIPs to GTM pool members for IngressLink

* :issues:`2492` Fix for shared pool not working in nodePort mode


2.10.0
Expand Down
17 changes: 13 additions & 4 deletions docs/upgradeProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Compatibility Matrix
| v2.8.1 | v16.0 | v1.22 | v4.9 | Yes | Yes | v3.30 | v0.1.7 | v0.0.1 | v0.0.19 |
| v2.9.0 | v16.0 | v1.23 | v4.10.3 | Yes | Yes | v3.36 | v0.1.8 | v0.0.1 | v0.0.20 |
| v2.9.1 | v16.0 | v1.23 | v4.10.3 | Yes | Yes | v3.36 | v0.1.8 | v0.0.2 | v0.0.21 |
| v2.10.0 | v16.0 | v1.24 | v4.11.1 | Yes | Yes | v3.38 | v0.1.8 | v0.0.2 | v0.0.22 |
| v2.10.0 | v16.0 | v1.24 | v4.11.1 | Yes | Yes | v3.38 | v0.1.8 | v0.0.2 | v0.0.22 |
| v2.10.1 | v16.0 | v1.24 | v4.11.1 | Yes | Yes | v3.38 | v0.1.8 | v0.0.2 | v0.0.22 |


CIS Features and Examples
Expand Down Expand Up @@ -212,7 +213,7 @@ Refer Release Notes for [CIS v2.8.0](https://github.com/F5Networks/k8s-bigip-ctl

### **Upgrading from 2.8.1 to 2.9.0:**

Refer Release Notes for [CIS v2.9.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst#290)
Refer Release Notes for [CIS v2.9.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst)

**_Functionality Change:_**

Expand All @@ -226,8 +227,16 @@ Refer Release Notes for [CIS v2.9.0](https://github.com/F5Networks/k8s-bigip-ctl

### **Upgrading from 2.9.0 to 2.9.1:**

Refer Release Notes for [CIS v2.9.1](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst#290)
Refer Release Notes for [CIS v2.9.1](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst)

### **Upgrading from 2.9.1 to 2.10.0:**

Refer Release Notes for [CIS v2.10.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst#290)
Refer Release Notes for [CIS v2.10.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst)

### **Upgrading from 2.10.0 to 2.10.1:**

Refer Release Notes for [CIS v2.10.1](https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/RELEASE-NOTES.rst)

**_Functionality Change:_**

* Either secure or insecure virtual server added as EDNS pool member with Ingresslink, instead of both.

0 comments on commit f793a8e

Please sign in to comment.