Full Changelog

Release: v1.0.0

Sprint: v6.5.2

Breaking Changes

Jira References

No Jira references found.

Features

Bug Fixes

Documentation

  • fix Harbor image path in installation guide

The image repository is /configs not /ui:
hub.friendly-tech.com/configs/ft-configs-ui
  • correct UI env vars and rename compose file

Fix BACKEND_URL examples to the host-only form (a path component breaks
nginx variable proxy_pass and the readiness probe). Remove RUNTIME_API_PATH
from the docs: entrypoint.sh writes a fixed /configs-service API path and
never reads that variable. Clarify the METRICS_ALLOW_IP default and
allow-list behaviour.

Rename docker-compose.yml to compose.yml and update doc references.

Chores

Refactoring

Performance

Tests

Build

CI

  • make gha cache export non-fatal

The GitHub Actions cache service can return transient 5xx/4xx HTML
errors that fail the whole build at the cache export step. Add
ignore-error=true so a cache-to failure no longer aborts the image
build and push.