- Date: 2026-02-23
- Latest SHA: b65d4f5 (check for newer commits)
- Changes: Created
deploy-kotlin-v2.ymlworkflow for repo-based Kotlin service deployments
- Kotlin V2 Deploy Workflow: Created
deploy-kotlin-v2.ymlfor repo-based deployments- Uses
component-deploy-v2.ymlfor service repository-based deployment pattern - Includes all Kotlin-specific features: tests, Gradle, service profile updates, release tags, changelog
- Added
helm-values-path,repository-name, andargocd-app-nameinputs for flexible repo configuration - Maintains compatibility with all existing Kotlin workflow features
- Uses
- Release Tag Prefix: Added
release-tag-prefixinput todeploy-kotlin.ymlfor creating prefixed release tags (e.g., 'service-2024-01-15-14-30') - Documentation: Updated workflow guide with prefix parameter and usage example
- Changelog Pattern Filtering: Added
changelog-tag-patternandchangelog-path-exclude-patterninputs todeploy-kotlin.ymlfor filtering changelog generation in monorepos - Documentation: Updated workflow guide with new changelog pattern parameters and examples
- Docker Compose Composite Action: Created
.github/actions/docker-compose-setupfor reusable Docker Compose setup - Workflow Updates: Integrated Docker Compose action in
pull-request-bun.yml,component-test-python.yml, anddeploy-python.yml - Documentation: Updated workflow guide to document Docker Compose support
- Code Coverage: Added LCOV coverage reporting to pull-request-bun workflow
- Docker Compose: Added optional Docker Compose support for test services
- System Fixes: Resolved man-db interactive prompts with debconf configuration
- Package Installation: Added
-yflags to apt install commands
When updating documentation next time, check commits since SHA: 6a249ca