Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.
/ accelpy Public archive

Releases: Accelize/accelpy

v1.0.0-beta.29

17 Oct 13:27
Compare
Choose a tag to compare
v1.0.0-beta.29 Pre-release
Pre-release
  • Add Ansible role application type.
  • With Kubernetes node application, master_node is now set to false with accelpy 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

03 Oct 15:04
Compare
Choose a tag to compare
v1.0.0-beta.28 Pre-release
Pre-release
  • Let Kernel version and associated reboot be managed by FPGA drivers setup roles.

v1.0.0-beta.27

03 Oct 10:21
Compare
Choose a tag to compare
v1.0.0-beta.27 Pre-release
Pre-release
  • Add an option to disable packages updates.

v1.0.0-beta.26

23 Sep 15:45
Compare
Choose a tag to compare
v1.0.0-beta.26 Pre-release
Pre-release
  • Add Kernel version selection.

v1.0.0-beta.25

20 Sep 09:20
Compare
Choose a tag to compare
v1.0.0-beta.25 Pre-release
Pre-release
  • 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

28 Aug 13:09
Compare
Choose a tag to compare
v1.0.0-beta-24 Pre-release
Pre-release
  • Default accelize_drm.use_service to false in function definition.
  • Add Accelize DRM library to base image.
  • Improve base image build.
  • Improve Kubernetes documentation.

v1.0.0-beta-23

20 Aug 15:14
Compare
Choose a tag to compare
v1.0.0-beta-23 Pre-release
Pre-release
  • Remove colorama dependency to avoid conflics with awscli required version.

v1.0.0-beta-22

20 Aug 10:41
Compare
Choose a tag to compare
v1.0.0-beta-22 Pre-release
Pre-release
  • Improve Python core tests.
  • Fixes minor issues.
  • Filter Python coverage to remove not relevant hard to test lines.

v1.0.0-beta-21

19 Aug 15:09
Compare
Choose a tag to compare
v1.0.0-beta-21 Pre-release
Pre-release
  • Enable web service requests caching for accelpy init -a autocompletion.
  • Improve tests and code coverage.
  • Fixe minor issues.

v1.0.0-beta-20

14 Aug 14:58
Compare
Choose a tag to compare
v1.0.0-beta-20 Pre-release
Pre-release
  • 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.