The FDB API version is currently hardcoded to version 730 https://github.com/melgenek/f8n/blob/main/pkg/drivers/fdb/fdb.go#L65
Some lower versions might work as well, so the version has to be configurable:
- the version needs to become a build-time variable
- images should be produced for multiple API version, bundling FDB client libraries of a specific version
- test pipelines should run for each of the versions.
The FDB API version is currently hardcoded to version 730 https://github.com/melgenek/f8n/blob/main/pkg/drivers/fdb/fdb.go#L65
Some lower versions might work as well, so the version has to be configurable: