Skip to content

controller-0.2.0

Choose a tag to compare

@lucaspin lucaspin released this 29 Nov 14:33
· 5 commits to main since this release
e2b2aaa

A Helm chart to install the Semaphore job controller.

What's Changed

Semaphore API token no longer required

The v0.2.0 version of the Semaphore job controller chart no longer requires a Semaphore API token to work. That is, no apiToken value for the chart is needed. Now, you can install it just with your Semaphore endpoint:

helm upgrade --install semaphore-controller renderedtext/controller \
  --version v0.2.0 \
  --set endpoint=<your-organization>.semaphoreci.com

Overall updates

  • The default Semaphore agent version used was updated: v2.2.15 -> v2.2.28
  • The default Semaphore toolbox version used was updated: v1.21.7 -> v1.22.2

Full Changelog: controller-0.1.2...controller-0.2.0