Skip to content

Releases: renderedtext/helm-charts

controller-0.2.4

06 Feb 15:53
c2f9c11

Choose a tag to compare

A Helm chart to install the Semaphore job controller

What's Changed

  • chore(controller): update SSH config to support any Git server by @radwo in #32

Full Changelog: controller-0.2.3...controller-0.2.4

controller-0.2.3

04 Feb 15:05
178c97d

Choose a tag to compare

A Helm chart to install the Semaphore job controller

What's Changed

  • feat(controller): allow default image to be specified by @radwo in #31

New Contributors

  • @radwo made their first contribution in #31

Full Changelog: controller-0.2.2...controller-0.2.3

controller-0.2.2

19 Dec 14:29
b7438eb

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

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

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

Choose a tag to compare

A Helm chart to install the Semaphore job controller

controller-0.1.1

31 Jan 13:32
ea68912

Choose a tag to compare

A Helm chart to install the Semaphore job controller

controller-0.1.0

25 Jan 19:14
c8a9852

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

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

Choose a tag to compare

A Helm chart for the Semaphore agent