Skip to content

Releases: bleenco/abstruse

v2.1.0

25 Jun 14:49
Compare
Choose a tag to compare

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

19 Jan 12:16
Compare
Choose a tag to compare

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

05 Jan 16:04
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Couple of fixes since v2.0.0-alpha.1;

some stability and performance improvements.

everyone welcome to try this new alpha release out ;)

v2.0.0-alpha.1

21 Dec 12:44
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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

27 Oct 22:22
Compare
Choose a tag to compare

Upgrade to Angular 7 and bugfix about parsing branch names;

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

v1.6.5

18 Sep 15:34
Compare
Choose a tag to compare

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

21 Jun 03:46
Compare
Choose a tag to compare
  • performance improvements

v1.6.3

09 Jun 12:16
Compare
Choose a tag to compare

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

07 May 22:07
Compare
Choose a tag to compare

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

07 May 14:12
Compare
Choose a tag to compare

1.6.1 (2018-05-07)

Bug Fixes

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