Abstruse Versions Save

Abstruse is a free and open-source CI/CD platform that tests your models and code.

v2.1.0

2 years ago

It's been a while since last release of v2.0.0. This release comes with multiple bug fixes and improvements as well as new feature to bind specified mounts into job containers. That means /var/run/docker.sock is not binded by default anymore since that was a security issue.

Note that updating abstruse-server to v2.1.0 requires to update all workers to v2.1.0 as well since we refactored some of the code how commands are executed.

v2.0.0

3 years ago

After some time finally v2.0.0 is out, everyone welcome to try it out. For support we are online on discord, check readme.

v2.0.0-alpha.2

3 years ago

v2.0.0-alpha.1

3 years ago

Abstruse CI v2.0.0-alpha.1 release.

You are all welcome to test it out and submit issues in case of questions or problems.

Here is a quick demonstration of look & feel with this release: https://user-images.githubusercontent.com/1796022/102778203-70b30a00-4392-11eb-9f15-69546199346f.mp4

v1.6.6

5 years ago

Upgrade to Angular 7 and bugfix about parsing branch names;

  • builds: correctly parse branch names with / included (closes #429) (e853c96)

v1.6.5

5 years ago

Bug Fixes

  • api: get git tag information from correct json location (81e80ac)
  • api: write JSON files async with indentation (872d82f)
  • streams: custom demux stream func (12c0956)

v1.6.4

5 years ago
  • performance improvements

v1.6.3

5 years ago

1.6.3 (2018-06-09)

Bug Fixes

  • rxjs: RxJS version 6 API updates (daaccad)
  • ui: fix SVG gradients in Firefox and Safari (cdccaa1)

v1.6.2

6 years ago

1.6.2 (2018-05-07)

Bug Fixes

  • build-status: use correct gitlab url instead of hardcoded one (cc4a436)
  • gitlab-integration: fix GitLab integration (0a30888)

v1.6.1

6 years ago

1.6.1 (2018-05-07)

Bug Fixes

  • provider-auth: fix UI for adding provider authentications (d3930e9)