Skip to content

Release v1.0.0 #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
Loading