Skip to content

Commit

Permalink
Update 2.4.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sravyap135 committed May 18, 2021
1 parent b0c3c70 commit 0179f8c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Changes Proposed in PR**:

**Fixes**: #_Github issue id_
**Fixes**: resolves #_Github issue id_

## General Checklist
- [ ] Updated Added functionality/ bug fix in release notes
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
command: login
containerRegistry: $(quayConnection)
- task: CmdLine@2
displayName: Compile documentation
displayName: Check documentation
inputs:
script: 'make docs'
- task: Docker@2
Expand All @@ -44,4 +44,4 @@ steps:
command: push
containerRegistry: $(quayConnection)
repository: $(imageName)
tags: $(Build.SourceVersion)
tags: $(Build.SourceVersion)
29 changes: 23 additions & 6 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,38 @@ Release Notes for Container Ingress Services for Kubernetes & OpenShift
=======================================================================


Next Release
2.4.1
-------------
Added Functionality
```````````````````
* CIS supports `F5 IPAM Controller 0.1.3 <https://github.com/F5Networks/f5-ipam-controller/blob/main/docs/RELEASE-NOTES.rst>`_.
* Helm Chart Enhancements:
- Added support for multiple namespace configuration parameter with CIS operator.

Bug Fixes
`````````
* :issues: `1737` Inconsistent ordering of policy rules when adding an Ingress path
* :issues: `1737` Inconsistent ordering of policy rules when adding an Ingress path.
* :issues: `1808` K8S BIG-IP Controller upload old certificate to BIG-IP.
* Fix Deleting Stale Specs from IPAM CR when CIS restarts
* Fix Populate allocated ip for virtual-server in the VSAddress colomn while using IPAM.
* Fix Processing endpoint with node names when CIS in Cluster mode
* Stale IPAM CR configuration is deleted when CIS restarts.
* IPAM allocated IP address now populates for VirtualServer under VSAddress column.
* CIS supports endpoints created without nodeNames in Cluster mode for Headless Service.
* Helm charts are improved to support IBM platform certification.

Vulnerability Fixes
```````````````````
+------------------+------------------------------------------------------------------+
| CVE | Comments |
+==================+==================================================================+
| CVE-2020-36242 | Upgraded cryptography package in f5-common-python repository |
+------------------+------------------------------------------------------------------+
| CVE-2020-25659 | Upgraded cryptography package in f5-cccl repository |
+------------------+------------------------------------------------------------------+
| CVE-2020-14343 | Upgraded PyYAML package in f5-cccl repository |
+------------------+------------------------------------------------------------------+

Limitations
```````````
Due to changes in the BIG-IP Python API, CIS EDNS no longer functions correctly. EDNS will be moving to the AS3 API in the upcoming release


2.4.0
Expand Down Expand Up @@ -855,4 +872,4 @@ Limitations


.. _Download and install the latest iApps templates: https://support.f5.com/csp/article/K13422
.. _Set the service to use the newer iApp template: https://support.f5.com/csp/article/K17001
.. _Set the service to use the newer iApp template: https://support.f5.com/csp/article/K17001

0 comments on commit 0179f8c

Please sign in to comment.