...
Enhancements:
-
Now use
tar
with symlink dereferencing to constructdocker build
contexts. This means that (a) source repos can live anywhere, as long as there is a symlink inPFSC_ROOT/src
pointing to them, and (b) builds are much faster on Ubuntu nodes. -
Replace
ISE_VERSION
config var withREMOTE_ISE_VERSION
. The new var only has to be set if you want to load the ISE bundle remotely and want it at a version other than that checked out in the neighboringpfsc-ise
repo.
Other Changes:
- Switch to env-var-based startup for
pfsc-server
docker containers.
Breaking Changes:
-
In a move to no longer repeat ourselves with JS version numbers, we load JS assets in new ways (#1).
-
The
pfsc license about
command is commented out. This is no longer needed, as thepfsc-ise
andpbe
projects now generate their own "About" dialogs.
Requires:
pfsc-server >= 0.25.0
pfsc-ise >= 25.0
Features:
- Include
pfsc.ini
in dev bind mounts - Improve
pfsc build oca
- Improve EULA
Breaking Changes:
- Use updated URLs for
pfsc-pdf
and forpfsc-server
's native static assets.
Requires:
pfsc-server >= 0.24.0
pfsc-ise >= 24.0
Features:
- Make RedisInsight optional in MCA deployments using RedisGraph.
- Improve the generated
admin.sh
script in deploy dirs, by giving complete set of bind mounts to the admin container. - Make location of
graphdb
dir configurable.