This repository has been archived by the owner on Jan 13, 2020. It is now read-only.
Releases: Accelize/accelpy
Releases · Accelize/accelpy
v1.0.0-beta.29
- Add Ansible role application type.
- With Kubernetes node application,
master_node
is now set tofalse
withaccelpy build
. centos_7-aws_f1
container base image now has Xilinx environment set by default.- OS & SSH Hardening roles are now enabled by default.
- Specifying the FPGA image is not mandatory (Can be managed by application with OpenCL).
v1.0.0-beta.28
- Let Kernel version and associated reboot be managed by FPGA drivers setup roles.
v1.0.0-beta.27
- Add an option to disable packages updates.
v1.0.0-beta.26
- Add Kernel version selection.
v1.0.0-beta.25
- Does not raise an error when a string value in the application definition is not a YAML string, convert it to a string instead.
- Code clean up.
- Documentation improvements.
v1.0.0-beta-24
- Default
accelize_drm.use_service
tofalse
in function definition. - Add Accelize DRM library to base image.
- Improve base image build.
- Improve Kubernetes documentation.
v1.0.0-beta-23
- Remove
colorama
dependency to avoid conflics withawscli
required version.
v1.0.0-beta-22
- Improve Python core tests.
- Fixes minor issues.
- Filter Python coverage to remove not relevant hard to test lines.
v1.0.0-beta-21
- Enable web service requests caching for
accelpy init -a
autocompletion. - Improve tests and code coverage.
- Fixe minor issues.
v1.0.0-beta-20
- Fix Kubernetes node when no join master command provided.
- Completed web service integration.
- Clean up empty and None values before saving/sending an application definition.
- Fix tests.