Skip to content

Commit c0934ef

Browse files
authored
Release notes 2.16.1 (#3384)
1 parent 5f5dabd commit c0934ef

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

docs/RELEASE-NOTES.rst

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,44 @@
11
Release Notes for Container Ingress Services for Kubernetes & OpenShift
22
=======================================================================
33

4-
Next Release
4+
2.16.1
55
-------------
66

77
Added Functionality
88
```````````````````
99
**What's new:**
10-
* Multi Cluster
1110
* CRD
1211
* `Issue 3329 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3329>`_: Add support for static ip configuration in annotation for service type LoadBalancer.
1312

1413

1514
Bug Fixes
1615
````````````
17-
* `Issue 3324 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3324>`_: Fix for Service LoadBalancer with targetPort set to name of containerPort creates emtpy BIG-IP Pool
18-
* `Issue 3326 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3326>`_: Multi-cluster: Services in blue-green deployments don´t get updated
19-
* `Issue 3340 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3340>`_: Fix to post latest config in retrying a failing AS3 configuration
20-
* `Issue 3335 <https://github.com/F5Networks/k8s-bigip-ctlr/issues/3335>`_: Authorization errors and unexpected 503 HTTP return code inside F5 BIGIP controller version 2.16-WIP
16+
* `Issue 3324 https://github.com/F5Networks/k8s-bigip-ctlr/issues/3324`_: Fix for Service LoadBalancer with targetPort set to name of containerPort creates emtpy BIG-IP Pool
17+
* `Issue 3326 https://github.com/F5Networks/k8s-bigip-ctlr/issues/3326`_: Multi-cluster: Services in blue-green deployments don´t get updated
18+
* `Issue 3340 https://github.com/F5Networks/k8s-bigip-ctlr/issues/3340`_: Fix to post latest config in retrying a failing AS3 configuration
19+
* `Issue 3335 https://github.com/F5Networks/k8s-bigip-ctlr/issues/3335`_: Authorization errors and unexpected 503 HTTP return code inside F5 BIGIP controller version 2.16-WIP
20+
* `Issue 3322 https://github.com/F5Networks/k8s-bigip-ctlr/issues/3322`_: Ingress using single service backend with different paths and ports not create correctly f5 ingress object
2121

2222

23-
Upgrade notes
24-
``````````````
23+
Known Issues
24+
`````````````
25+
CVE-2024-2961
26+
27+
28+
F5 IPAM Controller v0.1.10
29+
``````````````````````````
30+
31+
Vulnerability Fixes
32+
```````````````````
33+
CVE-2023-38545, CVE-2023-38546, CVE-2022-48337, CVE-2022-48338, CVE-2022-48339, CVE-2023-2491, CVE-2023-24329,
34+
CVE-2023-40217, CVE-2023-4527, CVE-2023-4806, CVE-2023-4813, CVE-2023-4911, CVE-2023-44487, CVE-2023-28617,
35+
CVE-2022-40897
36+
37+
38+
Known Issues
39+
`````````````
40+
CVE-2024-2961
41+
2542

2643
2.16.0
2744
-------------

docs/upgradeProcess.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Compatibility Matrix
4343
| v2.14.0 | v17.0 | v1.27 | v4.12.0* | Yes | Yes | v3.45 | v0.1.9 | v0.0.4 | v0.0.26 | Red Hat Enterprise Linux release 9.1 (Plow) |
4444
| v2.15.0 | v17.0 | v1.28 | v4.13.0* | Yes | Yes | v3.48 | v0.1.9 | v0.0.4 | v0.0.27 | Red Hat Enterprise Linux release 9.1 (Plow) |
4545
| v2.15.1 | v17.0 | v1.29 | v4.14.0* | Yes | Yes | v3.48 | v0.1.9 | v0.0.4 | v0.0.28 | Red Hat Enterprise Linux release 9.1 (Plow) |
46-
| v2.16 | v17.0 | v1.29 | v4.14.0* | Yes | Yes | v3.50 | v0.1.9 | v0.0.4 | v0.0.29 | Red Hat Enterprise Linux release 9.1 (Plow) |
46+
| v2.16.0 | v17.0 | v1.29 | v4.14.0* | Yes | Yes | v3.50 | v0.1.9 | v0.0.4 | v0.0.29 | Red Hat Enterprise Linux release 9.1 (Plow) |
47+
| v2.16.1 | v17.0 | v1.29 | v4.14.0* | Yes | Yes | v3.50 | v0.1.10 | v0.0.4 | v0.0.29 | Red Hat Enterprise Linux release 9.1 (Plow) |
4748

4849
Note: For OCP version 4.12, CIS is compatible with IPv4 and dual stack IPv4.
4950

@@ -372,3 +373,8 @@ Refer Release Notes for [CIS v2.15.1](https://github.com/F5Networks/k8s-bigip-ct
372373
* Its recommend to configure "trusted-certs-cfgmap". To disable default behaviour, explicitly set "--insecure=true" flag to true in CIS deployment.
373374

374375
Refer Release Notes for [CIS v2.16.0](https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/RELEASE-NOTES.rst)
376+
377+
378+
### **Upgrading from 2.16.0 to 2.16.1:**
379+
380+
Refer Release Notes for [CIS v2.16.1](https://github.com/F5Networks/k8s-bigip-ctlr/blob/2.x-master/docs/RELEASE-NOTES.rst)

0 commit comments

Comments
 (0)