Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 00:16
· 81 commits to master since this release
930cee6

a lot of changes since 1.3.3

This Release marks a milestone in clustercode.
It's not perfect by far, but I wanted to get out a release eventually.

Please note that the changelog below is not useful at all when coming from v1.x.
v2 is a complete rewrite of clustercode.

  • Instead of Java, it's written in Go.
  • Instead of a master node with workers, it's a Kubernetes Operator that spawns Jobs
  • Instead of scheduling separate media files across each worker, each Job splits, encodes and then merges a chunk of a single media file

This release comes also with the start of a WebUI (formerly https://github.com/ccremer/clustercode-admin). However, it's not in a working state yet (it's currently just a login text box 🤣 ).

To get started, you can check out the end-to-end test case to figure out how to configure things.
Documentation is practically inexistent yet.

Please note that this is my personal sandbox project on a practical use case. I don't expect people that they actually deploy this 🤣
However, I'm grateful for contributions if you do find it useful.

🚀 Features

🛠️ Minor Changes

🔎 Breaking Changes

📄 Documentation