Eugen

Results 77 issues of Eugen

Following the https://github.com/bitovi/bitops/pull/236 While having a config schema, looks like we don't do a proper validation for plugins config `bitops.config.yaml`. Example nonsense yaml config: ```yaml bitops: a: b c: d...

bug 🪲
enhancement ✨
schema

> Requires (depends on) [Set the plugin version on custom image build #315](https://github.com/bitovi/bitops/issues/315) for version in the plugin `install.sh` implementation first. Provide users a way to install the needed plugin...

plugins
feature

Per https://github.com/bitovi/bitops/issues/307 the official BitOps images are now packaging and providing the latest tools by default. However, user should be able to pin the tool version (ansible==1.2.3, terraform=3.4.5). This might...

plugins
feature

A bit relevant to https://github.com/bitovi/bitops/issues/189 and https://github.com/bitovi/bitops/discussions/215. https://github.com/bitovi/bitops/releases is really nicely composed and simple 👍 It might be helpful when the external community would start contributing more to do the...

documentation 📗
enhancement ✨
complexity:easy

Implement Docker image signing before uploading artifacts to Docker Hub so the users could validate that the images are coming from us. This would add to the software supply chain...

enhancement ✨
feature
security

One of the issues behind BitOps is that it's not clear how it helps and where it fits. Create a documentation page (+ a blog post) describing how BitOps compares...

documentation 📗
enhancement ✨

The current message formatting that we have could be reviewed and optimised a bit. +1 good stuff with the colors, but this doesn't look like the expected quality for the...

enhancement ✨
refactor