v2.17.15

semaphoreui/semaphorev2.17.15Feb 28, 2026by github-actions[bot]

AI Summary

This release introduces the ability to read secrets directly from raw files, enhancing compatibility with Docker/Kubernetes and Vault Agent, alongside dependency updates.

Key Highlights

  • Read secrets from raw files
  • Improved integration with Docker/Kubernetes and Vault Agent
  • Dependency update (openai)

New Features

  • Read secrets from raw files

Full Release Notes

Here’s a clean release summary you can use:

---

# Semaphore UI v2.17.15

## Overview

This release improves secret management flexibility and includes minor internal cleanup and dependency updates.

## ✨ Highlights

### 🔐 Read Secrets from Raw Files

You can now load secrets directly from a raw file. This makes it easier to integrate with:

* Docker/Kubernetes secret mounts
* Vault Agent file sinks
* External secret management systems

This enhancement simplifies secure automation workflows and improves compatibility with production setups.

## What's Changed
* feat(secrets): allow read secret from raw file by @fiftin in https://github.com/semaphoreui/semaphore/pull/3654
* chore(deps): update dependency openai to v6.25.0 by @renovate[bot] in https://github.com/semaphoreui/semaphore/pull/3533


**Full Changelog**: https://github.com/semaphoreui/semaphore/compare/v2.17.14...v2.17.15