Skip to content

Releases: renderedtext/helm-charts

controller-0.2.2

19 Dec 14:29
b7438eb
Compare
Choose a tag to compare

A Helm chart to install the Semaphore job controller

What's Changed

  • fix(controller): configure agent log level by @lucaspin in #30

Full Changelog: controller-0.2.1...controller-0.2.2

controller-0.2.1

04 Dec 11:10
364a48f
Compare
Choose a tag to compare

A Helm chart to install the Semaphore job controller

What's Changed

  • feat(controller): allow endpoint to be specified through secret by @lucaspin in #28

Full Changelog: controller-0.2.0...controller-0.2.1

controller-0.2.0

29 Nov 14:33
e2b2aaa
Compare
Choose a tag to compare

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

controller-0.1.2

05 Feb 13:32
2868d0b
Compare
Choose a tag to compare

A Helm chart to install the Semaphore job controller

controller-0.1.1

31 Jan 13:32
ea68912
Compare
Choose a tag to compare

A Helm chart to install the Semaphore job controller

controller-0.1.0

25 Jan 19:14
c8a9852
Compare
Choose a tag to compare

A Helm chart to install the Semaphore job controller

external-metrics-server-0.1.0

03 Aug 12:41
a17ea42
Compare
Choose a tag to compare

A Helm chart to expose self-hosted agent type metrics through an external metrics server

agent-0.1.0

03 Aug 12:41
a17ea42
Compare
Choose a tag to compare

A Helm chart for the Semaphore agent