From 9c94816d902b376006f1b5c14c583e4f93978d75 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 1 Aug 2025 15:38:46 +0200 Subject: [PATCH 1/3] Release v1.0.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b2da59e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,45 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [v1.0.0](https://github.com/openvoxproject/container-openvoxserver/tree/v1.0.0) (2025-08-01) + +[Full Changelog](https://github.com/openvoxproject/container-openvoxserver/compare/eceabf2385577eecdbcba34b87443b86416609e7...v1.0.0) + +**Implemented enhancements:** + +- update deprecated masterport to serverport [\#49](https://github.com/OpenVoxProject/container-openvoxserver/pull/49) ([dotconfig404](https://github.com/dotconfig404)) +- feat: add alpine image build [\#44](https://github.com/OpenVoxProject/container-openvoxserver/pull/44) ([rwaffen](https://github.com/rwaffen)) +- feat: add shorter tags for unspecific "release" versions [\#35](https://github.com/OpenVoxProject/container-openvoxserver/pull/35) ([rwaffen](https://github.com/rwaffen)) +- Fix warning of deprecate use of cp -n [\#33](https://github.com/OpenVoxProject/container-openvoxserver/pull/33) ([lbetz](https://github.com/lbetz)) +- feat: refactor for renovate version automated updating [\#21](https://github.com/OpenVoxProject/container-openvoxserver/pull/21) ([rwaffen](https://github.com/rwaffen)) +- feat: add openvox 7 [\#13](https://github.com/OpenVoxProject/container-openvoxserver/pull/13) ([rwaffen](https://github.com/rwaffen)) +- feat: add extra docker-custom-entrypoint code [\#9](https://github.com/OpenVoxProject/container-openvoxserver/pull/9) ([rwaffen](https://github.com/rwaffen)) +- feat: better install packages. remove agent, db, terminus, jdk; rely … [\#5](https://github.com/OpenVoxProject/container-openvoxserver/pull/5) ([rwaffen](https://github.com/rwaffen)) +- Add option to set ca\_ttl [\#4](https://github.com/OpenVoxProject/container-openvoxserver/pull/4) ([tuxmea](https://github.com/tuxmea)) +- feat: use openvox repo instead single deb files [\#3](https://github.com/OpenVoxProject/container-openvoxserver/pull/3) ([rwaffen](https://github.com/rwaffen)) + +**Fixed bugs:** + +- \[Bug\]: Puppetserver command not getting correct ca\_server and ca\_port [\#52](https://github.com/OpenVoxProject/container-openvoxserver/issues/52) +- question: which ruby do we use for r10k? [\#16](https://github.com/OpenVoxProject/container-openvoxserver/issues/16) +- Bugfix Issue \#52: explicitly setting ca port and hostname [\#53](https://github.com/OpenVoxProject/container-openvoxserver/pull/53) ([dotconfig404](https://github.com/dotconfig404)) +- fix: add back system ruby to execute r10k [\#25](https://github.com/OpenVoxProject/container-openvoxserver/pull/25) ([rwaffen](https://github.com/rwaffen)) +- Re-add OpenVoxDB Termini [\#11](https://github.com/OpenVoxProject/container-openvoxserver/pull/11) ([bootc](https://github.com/bootc)) + +**Merged pull requests:** + +- docs: update environment variables section in README.md for clarity and completeness [\#46](https://github.com/OpenVoxProject/container-openvoxserver/pull/46) ([rwaffen](https://github.com/rwaffen)) +- Resolve "Missing documentation of `USE_OPENVOXDB`" [\#39](https://github.com/OpenVoxProject/container-openvoxserver/pull/39) ([btschwertfeger](https://github.com/btschwertfeger)) +- chore\(deps\): update dependency openvoxdb to v8.9.1-1+ubuntu24.04 [\#30](https://github.com/OpenVoxProject/container-openvoxserver/pull/30) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency openvox-server to v8.8.1-1+ubuntu24.04 [\#29](https://github.com/OpenVoxProject/container-openvoxserver/pull/29) ([renovate[bot]](https://github.com/apps/renovate)) +- docs: OpenVox should refer to OpenVox example [\#28](https://github.com/OpenVoxProject/container-openvoxserver/pull/28) ([lbetz](https://github.com/lbetz)) +- feat: fix the docker repo path in documentation [\#26](https://github.com/OpenVoxProject/container-openvoxserver/pull/26) ([JGodin-C2C](https://github.com/JGodin-C2C)) +- chore\(deps\): update dependency openvoxdb to v7.21.2-1+ubuntu24.04 [\#23](https://github.com/OpenVoxProject/container-openvoxserver/pull/23) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update dependency openvox-server to v7.18.2-1+ubuntu24.04 [\#22](https://github.com/OpenVoxProject/container-openvoxserver/pull/22) ([renovate[bot]](https://github.com/apps/renovate)) +- chore: Configure Renovate [\#19](https://github.com/OpenVoxProject/container-openvoxserver/pull/19) ([renovate[bot]](https://github.com/apps/renovate)) +- Update reference to `PUPPET_` variables that have been replaced with … [\#17](https://github.com/OpenVoxProject/container-openvoxserver/pull/17) ([jaevans](https://github.com/jaevans)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* From e7edef32e9b917f09c34b25af269eb6b428a6ae7 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 15 Aug 2025 11:22:05 +0200 Subject: [PATCH 2/3] fix: add permission to create gh release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 549de9c..98d6ee1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ on: jobs: release: name: Release + permissions: + contents: write uses: voxpupuli/crafty/.github/workflows/release.yml@main with: allowed_owner: openvoxproject From 5b082de8f22cec03677b519f793f63b4cd8b7e4e Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 15 Aug 2025 11:25:22 +0200 Subject: [PATCH 3/3] docs: update changelog md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2da59e..1b91956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [v1.0.0](https://github.com/openvoxproject/container-openvoxserver/tree/v1.0.0) (2025-08-01) +## [v1.0.0](https://github.com/openvoxproject/container-openvoxserver/tree/v1.0.0) (2025-08-15) [Full Changelog](https://github.com/openvoxproject/container-openvoxserver/compare/eceabf2385577eecdbcba34b87443b86416609e7...v1.0.0)