|
1 | 1 | Release Notes for F5 IPAM Controller for Kubernetes & OpenShift |
2 | 2 | ======================================================================= |
| 3 | +Next Release |
| 4 | +```````````` |
3 | 5 |
|
4 | | -Next-release |
| 6 | +Bug Fixes |
| 7 | +````````` |
| 8 | + |
| 9 | +0.1.5 |
5 | 10 | ------------ |
6 | 11 | Added Functionality |
7 | 12 | ``````````````````` |
8 | | -* Persistent volume mount support with F5 IPAM Controller default provider. (More details at `documentation <https://github.com/F5Networks/f5-ipam-controller/blob/main/README.md>`_). |
| 13 | +* F5 IPAM Controller supports InfoBlox(See `documentation <https://github.com/F5Networks/f5-ipam-controller/blob/main/README.md>`_) |
| 14 | +* Persistent support added for F5 IPAM Controller default provider. So FIC now requires pvc with volume mounted in deployment for default provider(More details at `documentation <https://github.com/F5Networks/f5-ipam-controller/blob/main/README.md>`_). |
9 | 15 | * Added support for |
10 | | - - Single NetView via deployment parameters. It need not be provided via IPAM Label. |
| 16 | + - Single NetView via deployment parameter `infoblox-netview`. It need not be provided via IPAM Label(See `documentation <https://github.com/F5Networks/f5-ipam-controller/blob/main/docs/config_examples/infoblox/infoblox-deployment.yaml>`_). |
11 | 17 | - Standalone IP in Infoblox Provider. |
12 | | - - `credentials-directory` configuration option for mounting infoblox credentials from kubernetes secrets |
13 | | -* `f5ipam` CRD is now renamed to `ipam`. |
14 | | -* Disabled DNSView for Infoblox Provider |
| 18 | + - `credentials-directory` configuration option for mounting infoblox credentials and self-signed certificate from kubernetes secrets. |
| 19 | +* Disabled DNSView for Infoblox Provider(A - record support is deprecated) |
15 | 20 |
|
16 | 21 | Bug Fixes |
17 | 22 | ````````` |
18 | 23 | * Stale status entries are cleared from IPAM custom resource. |
| 24 | +* FIC restart allocates multiple IP addresses on InfoBlox |
19 | 25 |
|
20 | 26 | Known Issues |
21 | 27 | ``````````` |
| 28 | +* With InfoBlox integration, |
| 29 | + * Update ip-range is not working as expected |
| 30 | + |
| 31 | +Migration from 0.1.4 |
| 32 | +```````````````````` |
| 33 | +* `f5ipam` CRD is now renamed to `ipam`. |
| 34 | +* Resource in clusterrole should be updated to ipam before upgrading to latest ipam(See latest clusterrole at `documentation <https://github.com/F5Networks/k8s-bigip-ctlr/blob/master/docs/config_examples/crd/Install/clusterrole.yml>`_) |
| 35 | +* For F5 IPAM Controller default provider, update deployment with pvc and volume for persistance of DB. |
| 36 | + Volume mount is prerequisite for FIC v0.1.5(See `documentation <https://github.com/F5Networks/f5-ipam-controller/blob/main/README.md>`_ for FIC deploment with volume) |
| 37 | + |
22 | 38 |
|
23 | 39 |
|
24 | 40 | 0.1.4 |
|
0 commit comments