Update docker.io/semaphoreui/semaphore Docker tag to v2.10.35

Easy patch upgrade without any problems whatsoever by means of Watchtower with dependency update facilitated by Mend's Renovate Bot.

This MR contains the following updates:

Package Update Change
docker.io/semaphoreui/semaphore patch v2.10.32 -> v2.10.35

Release Notes

semaphoreui/semaphore (docker.io/semaphoreui/semaphore)

v2.10.35

Compare Source

Bugfixes

v2.10.34

Compare Source

Bugfixes

v2.10.33

Compare Source

Bugfixes

  • Docker: fixed database environment variables.
  • Docker: removed packages.txt because it doesn't work.
  • Returned system environment variable PATH for apps (Ansible, Terraform, etc).
  • Don't return Project schedules (for BoltDB) in GET template schedules by @​Omicron7 https://github.com/semaphoreui/semaphore/pull/2495.

Features

  • Added following configuration options:
    • env_vars / SEMAPHORE_ENV_VARS to provide environment variables which will be available for apps (Ansible, Terraform, etc).
    • forwarded_env_vars / SEMAPHORE_FORWARDED_ENV_VARS is a list of environment variables which will be forwarded from system.

Security