Skip to content

Commit 1bb5b0b

Browse files
authored
fic release notes (#76)
1 parent aa5d986 commit 1bb5b0b

1 file changed

Lines changed: 22 additions & 6 deletions

File tree

docs/RELEASE-NOTES.rst

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,40 @@
11
Release Notes for F5 IPAM Controller for Kubernetes & OpenShift
22
=======================================================================
3+
Next Release
4+
````````````
35

4-
Next-release
6+
Bug Fixes
7+
`````````
8+
9+
0.1.5
510
------------
611
Added Functionality
712
```````````````````
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>`_).
915
* 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>`_).
1117
- 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)
1520

1621
Bug Fixes
1722
`````````
1823
* Stale status entries are cleared from IPAM custom resource.
24+
* FIC restart allocates multiple IP addresses on InfoBlox
1925

2026
Known Issues
2127
```````````
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+
2238

2339

2440
0.1.4

0 commit comments

Comments
 (0)