Running with gitlab-runner 16.1.0 (b72e108d)
  on Neu AURA Runner DnWoXy-x, system ID: r_ool8CTRzkcxM
section_start:1730279264:prepare_executor
Preparing the "docker" executor
Using Docker executor with image registry.gitlab.com/gitlab-org/release-cli:latest ...
Pulling docker image registry.gitlab.com/gitlab-org/release-cli:latest ...
Using docker image sha256:e36277f783089de5504e1761687f4aea1ccf5fbd511fe82a1f24285be5c2ebc6 for registry.gitlab.com/gitlab-org/release-cli:latest with digest registry.gitlab.com/gitlab-org/release-cli@sha256:3e039d265e8c3a263625ef788c35060968e189360051889968c22b00db49f48c ...
section_end:1730279274:prepare_executor
section_start:1730279274:prepare_script
Preparing environment
Running on runner-dnwoxy-x-project-111-concurrent-0 via 86139be72adb...
section_end:1730279278:prepare_script
section_start:1730279278:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/aura/engine-core/.git/
Checking out a4576c5a as detached HEAD (ref is 1.0.0-alpha5)...

Skipping Git submodules setup
section_end:1730279282:get_sources
section_start:1730279282:step_script
Executing "step_script" stage of the job script
Using docker image sha256:e36277f783089de5504e1761687f4aea1ccf5fbd511fe82a1f24285be5c2ebc6 for registry.gitlab.com/gitlab-org/release-cli:latest with digest registry.gitlab.com/gitlab-org/release-cli@sha256:3e039d265e8c3a263625ef788c35060968e189360051889968c22b00db49f48c ...
$ echo "this will be a release when there is a tag, but tags should be protected to be only createable by maintainers."
this will be a release when there is a tag, but tags should be protected to be only createable by maintainers.
section_end:1730279288:step_script
section_start:1730279288:step_release
Executing "step_release" stage of the job script
$ release-cli create --name "Release 1.0.0-alpha5" --description "./CHANGELOG.md" --tag-name "1.0.0-alpha5" --ref "1.0.0-alpha5"
time="2024-10-30T09:08:12Z" level=info msg="Creating Release..." catalog-publish=false cli=release-cli command=create name="Release 1.0.0-alpha5" project-id=111 ref=1.0.0-alpha5 server-url="https://gitlab.servus.at" tag-message= tag-name=1.0.0-alpha5 version=0.19.0
time="2024-10-30T09:08:12Z" level=info msg="release created successfully!" catalog-publish=false cli=release-cli command=create name="Release 1.0.0-alpha5" project-id=111 ref=1.0.0-alpha5 server-url="https://gitlab.servus.at" tag-message= tag-name=1.0.0-alpha5 version=0.19.0


Tag: 1.0.0-alpha5
Name: Release 1.0.0-alpha5
Description: # Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0-alpha5] - 2024-10-30

### Added

- Added a feature to connect audio ports on startup configured via environment variables (engine-core#68)
- Added instructions and configurations to install a headless PipeWire session (engine-core#80)
- Added the option to add multiple outgoing icecast stream endpoints
- Added the option to add multiple audio input devices 

### Changed

- BREAKING: Changed the aura user and group ID from 2872 to 872.
- Changed the environment variables `AURA_ENGINE_OUTPUT_CHANNEL_LEFT`, `AURA_ENGINE_OUTPUT_CHANNEL_RIGHT`, `AURA_ENGINE_INPUT_CHANNEL_LEFT`, `AURA_ENGINE_INPUT_CHANNEL_RIGHT` to hold full names obtainable with `pw-link -io`
- Updated the liquidsoap version to `2.2.5`
- BREAKING:  Replaced the `.ini` configuration with `.yaml`
- Changed the log level from Integer to String
- Changed the namespaces for some telnet commands, due to the restriction of unique names in the new liquidsoap version
- Renamed `in_line_` to `aura_engine_line_in_` and `lineout_` to `aura_engine_line_out_`.
- BREAKING: Update the timeslot_id data type to string

### Deprecated

- The environment variables `AURA_ENGINE_OUTPUT_DEVICE`, `AURA_ENGINE_INPUT_DEVICE` are not used anymore

### Removed

- Removed the wireplumber scripts to connect ports, use `pw-link` instead (engine-core#68)
- Removed some environment variables in favour of yaml settings
- Removed the mono option for icecast streaming endpoints
- Removed all environment variables for `AURA_ENGINE_STREAM_OUTPUT`

## [1.0.0-alpha3] - 2024-02-27

### Changed

- Default sound system is now JACK, not ALSA
- Docs: Update README with new PipeWire based installation

### Added

- PipeWire as the media server inside the docker container
- Docker compose support for easier building of local containers
- WirePlumber script to automatically connect ports
- WirePlumber script to list device ports

### Removed

- Dropped ALSA in Docker support in favour of PipeWire + JACK

### Fixed

- Smooth play-out latency and buffering for analog audio input (engine-core#50)

## [1.0.0-alpha2] - 2023-06-19

### Changed

- Make properties in API schemas in CamelCase notation (aura#141)
- Configuration: Renamed environment variable `AURA_ENGINE_SERVER_TIMEOUT` to `AURA_ENGINE_SERVER_TIMEOUT`
  and configuration setting `telnet_server_timeout` to `server_timeout`.
- Configuration: Increase default value for `server_timeout`, to avoid malfunctions when idle (aura#165)
- Use datatype float instead of int for `trackDuration` (#51)

### Fixed

- Telnet server sample config not working (engine-core#45).
- Extend and improve output for `make help`.

## [1.0.0-alpha1] - 2023-02-22

Initial release.


Created At: 2024-10-30 10:08:12.27 +0100 +0100
Released At: 2024-10-30 10:08:12.27 +0100 +0100

See all available releases here: https://gitlab.servus.at/aura/engine-core/-/releases
section_end:1730279295:step_release
section_start:1730279295:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1730279301:cleanup_file_variables
Job succeeded