Skip to content

Commit dac8b37

Browse files
authored
Merge pull request #61 from OpenVoxProject/release-v1.0.0
Release v1.0.0
2 parents fe40ce7 + 5b082de commit dac8b37

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
release:
1414
name: Release
15+
permissions:
16+
contents: write
1517
uses: voxpupuli/crafty/.github/workflows/release.yml@main
1618
with:
1719
allowed_owner: openvoxproject

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [v1.0.0](https://github.com/openvoxproject/container-openvoxserver/tree/v1.0.0) (2025-08-15)
6+
7+
[Full Changelog](https://github.com/openvoxproject/container-openvoxserver/compare/eceabf2385577eecdbcba34b87443b86416609e7...v1.0.0)
8+
9+
**Implemented enhancements:**
10+
11+
- update deprecated masterport to serverport [\#49](https://github.com/OpenVoxProject/container-openvoxserver/pull/49) ([dotconfig404](https://github.com/dotconfig404))
12+
- feat: add alpine image build [\#44](https://github.com/OpenVoxProject/container-openvoxserver/pull/44) ([rwaffen](https://github.com/rwaffen))
13+
- feat: add shorter tags for unspecific "release" versions [\#35](https://github.com/OpenVoxProject/container-openvoxserver/pull/35) ([rwaffen](https://github.com/rwaffen))
14+
- Fix warning of deprecate use of cp -n [\#33](https://github.com/OpenVoxProject/container-openvoxserver/pull/33) ([lbetz](https://github.com/lbetz))
15+
- feat: refactor for renovate version automated updating [\#21](https://github.com/OpenVoxProject/container-openvoxserver/pull/21) ([rwaffen](https://github.com/rwaffen))
16+
- feat: add openvox 7 [\#13](https://github.com/OpenVoxProject/container-openvoxserver/pull/13) ([rwaffen](https://github.com/rwaffen))
17+
- feat: add extra docker-custom-entrypoint code [\#9](https://github.com/OpenVoxProject/container-openvoxserver/pull/9) ([rwaffen](https://github.com/rwaffen))
18+
- feat: better install packages. remove agent, db, terminus, jdk; rely … [\#5](https://github.com/OpenVoxProject/container-openvoxserver/pull/5) ([rwaffen](https://github.com/rwaffen))
19+
- Add option to set ca\_ttl [\#4](https://github.com/OpenVoxProject/container-openvoxserver/pull/4) ([tuxmea](https://github.com/tuxmea))
20+
- feat: use openvox repo instead single deb files [\#3](https://github.com/OpenVoxProject/container-openvoxserver/pull/3) ([rwaffen](https://github.com/rwaffen))
21+
22+
**Fixed bugs:**
23+
24+
- \[Bug\]: Puppetserver command not getting correct ca\_server and ca\_port [\#52](https://github.com/OpenVoxProject/container-openvoxserver/issues/52)
25+
- question: which ruby do we use for r10k? [\#16](https://github.com/OpenVoxProject/container-openvoxserver/issues/16)
26+
- Bugfix Issue \#52: explicitly setting ca port and hostname [\#53](https://github.com/OpenVoxProject/container-openvoxserver/pull/53) ([dotconfig404](https://github.com/dotconfig404))
27+
- fix: add back system ruby to execute r10k [\#25](https://github.com/OpenVoxProject/container-openvoxserver/pull/25) ([rwaffen](https://github.com/rwaffen))
28+
- Re-add OpenVoxDB Termini [\#11](https://github.com/OpenVoxProject/container-openvoxserver/pull/11) ([bootc](https://github.com/bootc))
29+
30+
**Merged pull requests:**
31+
32+
- 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))
33+
- Resolve "Missing documentation of `USE_OPENVOXDB`" [\#39](https://github.com/OpenVoxProject/container-openvoxserver/pull/39) ([btschwertfeger](https://github.com/btschwertfeger))
34+
- 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))
35+
- 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))
36+
- docs: OpenVox should refer to OpenVox example [\#28](https://github.com/OpenVoxProject/container-openvoxserver/pull/28) ([lbetz](https://github.com/lbetz))
37+
- feat: fix the docker repo path in documentation [\#26](https://github.com/OpenVoxProject/container-openvoxserver/pull/26) ([JGodin-C2C](https://github.com/JGodin-C2C))
38+
- 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))
39+
- 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))
40+
- chore: Configure Renovate [\#19](https://github.com/OpenVoxProject/container-openvoxserver/pull/19) ([renovate[bot]](https://github.com/apps/renovate))
41+
- Update reference to `PUPPET_` variables that have been replaced with … [\#17](https://github.com/OpenVoxProject/container-openvoxserver/pull/17) ([jaevans](https://github.com/jaevans))
42+
43+
44+
45+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)