From 5ebeca7655386dc7bbffa5b75d6d95637f880f61 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 1 Aug 2025 15:44:24 +0200 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..78bfaf8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [v1.0.0](https://github.com/openvoxproject/container-openvoxdb/tree/v1.0.0) (2025-08-01) + +[Full Changelog](https://github.com/openvoxproject/container-openvoxdb/compare/67071737b05a8b0c7fab79141da8a4680a957d62...v1.0.0) + +**Implemented enhancements:** + +- feat: add shorter tags for unspecific "release" versions [\#16](https://github.com/OpenVoxProject/container-openvoxdb/pull/16) ([rwaffen](https://github.com/rwaffen)) +- fix: allows the execution of initscripts. [\#12](https://github.com/OpenVoxProject/container-openvoxdb/pull/12) ([JGodin-C2C](https://github.com/JGodin-C2C)) +- feat: refactor for renovate version automated updating [\#9](https://github.com/OpenVoxProject/container-openvoxdb/pull/9) ([rwaffen](https://github.com/rwaffen)) +- feat: add openvox 7 [\#5](https://github.com/OpenVoxProject/container-openvoxdb/pull/5) ([rwaffen](https://github.com/rwaffen)) +- allow setting certificate allowlist [\#4](https://github.com/OpenVoxProject/container-openvoxdb/pull/4) ([tuxmea](https://github.com/tuxmea)) + +**Merged pull requests:** + +- docs: update environment variables section in README.md for clarity and completeness [\#24](https://github.com/OpenVoxProject/container-openvoxdb/pull/24) ([rwaffen](https://github.com/rwaffen)) +- chore\(deps\): update dependency openvoxdb to v8.9.1-1+ubuntu24.04 [\#14](https://github.com/OpenVoxProject/container-openvoxdb/pull/14) ([renovate[bot]](https://github.com/apps/renovate)) +- fix: change puppet server to openvox server [\#13](https://github.com/OpenVoxProject/container-openvoxdb/pull/13) ([JGodin-C2C](https://github.com/JGodin-C2C)) +- chore\(deps\): update dependency openvoxdb to v7.21.2-1+ubuntu24.04 [\#10](https://github.com/OpenVoxProject/container-openvoxdb/pull/10) ([renovate[bot]](https://github.com/apps/renovate)) +- chore: Configure Renovate [\#7](https://github.com/OpenVoxProject/container-openvoxdb/pull/7) ([renovate[bot]](https://github.com/apps/renovate)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*