Skip to content

Commit b87473a

Browse files
authored
Merge pull request #55 from bastelfreak/rel100
Release 1.0.0
2 parents 77b0959 + f16222f commit b87473a

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,31 @@
22

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

5-
## [0.54.0](https://github.com/openvoxproject/vanagon/tree/0.54.0) (2025-07-07)
5+
## [1.0.0](https://github.com/openvoxproject/vanagon/tree/1.0.0) (2025-08-29)
6+
7+
[Full Changelog](https://github.com/openvoxproject/vanagon/compare/0.54.0...1.0.0)
8+
9+
**Breaking changes:**
10+
11+
- Remove old platforms, update el10 and deb13 to release images [\#49](https://github.com/OpenVoxProject/vanagon/pull/49) ([nmburgan](https://github.com/nmburgan))
12+
13+
**Implemented enhancements:**
14+
15+
- Expand local url path [\#50](https://github.com/OpenVoxProject/vanagon/pull/50) ([nmburgan](https://github.com/nmburgan))
16+
- Add Ubuntu 25.04 [\#48](https://github.com/OpenVoxProject/vanagon/pull/48) ([genebean](https://github.com/genebean))
17+
- Tweaks for redhatfips for OpenVox [\#47](https://github.com/OpenVoxProject/vanagon/pull/47) ([nmburgan](https://github.com/nmburgan))
18+
19+
**Fixed bugs:**
20+
21+
- Respect Provides version in Debian control files [\#51](https://github.com/OpenVoxProject/vanagon/pull/51) ([ekohl](https://github.com/ekohl))
22+
- fix platform codename for debian-13-amd64 [\#43](https://github.com/OpenVoxProject/vanagon/pull/43) ([trefzer](https://github.com/trefzer))
23+
- feat!: remove unnecessary dependencies from RPM spec [\#38](https://github.com/OpenVoxProject/vanagon/pull/38) ([TheMeier](https://github.com/TheMeier))
24+
25+
**Merged pull requests:**
26+
27+
- Cleanup Rakefile dependencies [\#54](https://github.com/OpenVoxProject/vanagon/pull/54) ([bastelfreak](https://github.com/bastelfreak))
28+
29+
## [0.54.0](https://github.com/openvoxproject/vanagon/tree/0.54.0) (2025-07-08)
630

731
[Full Changelog](https://github.com/openvoxproject/vanagon/compare/0.53.0...0.54.0)
832

vanagon.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = 'vanagon'
3-
gem.version = '0.54.0'
3+
gem.version = '1.0.0'
44

55
gem.summary = 'Multiplatform build, sign, and ship for Puppet projects'
66
gem.description = <<-DESCRIPTION

0 commit comments

Comments
 (0)