Skip to content

Commit 6df21b8

Browse files
authored
Merge pull request #70 from bastelfreak/rel110
Release 1.1.0
2 parents 15147fc + 5c12c3e commit 6df21b8

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## [1.1.0](https://github.com/openvoxproject/vanagon/tree/1.1.0) (2026-01-24)
6+
7+
[Full Changelog](https://github.com/openvoxproject/vanagon/compare/1.0.0...1.1.0)
8+
9+
**Implemented enhancements:**
10+
11+
- feat: add ubuntu armhf targets [\#69](https://github.com/OpenVoxProject/vanagon/pull/69) ([Gitii](https://github.com/Gitii))
12+
- Add Ruby 4.0 support [\#68](https://github.com/OpenVoxProject/vanagon/pull/68) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
- feat: add default platform config for debian13 armhf [\#67](https://github.com/OpenVoxProject/vanagon/pull/67) ([Gitii](https://github.com/Gitii))
14+
- Add SLES16 [\#66](https://github.com/OpenVoxProject/vanagon/pull/66) ([sbernhard](https://github.com/sbernhard))
15+
- Default --keepwork to on-failure [\#61](https://github.com/OpenVoxProject/vanagon/pull/61) ([nmburgan](https://github.com/nmburgan))
16+
- Changes to build for MacOS as non-root in GitHub Actions [\#56](https://github.com/OpenVoxProject/vanagon/pull/56) ([nmburgan](https://github.com/nmburgan))
17+
18+
**Fixed bugs:**
19+
20+
- Create archive tar with appropriate flags rather than chown [\#57](https://github.com/OpenVoxProject/vanagon/pull/57) ([nmburgan](https://github.com/nmburgan))
21+
22+
**Merged pull requests:**
23+
24+
- rubocop: autofix [\#65](https://github.com/OpenVoxProject/vanagon/pull/65) ([bastelfreak](https://github.com/bastelfreak))
25+
526
## [1.0.0](https://github.com/openvoxproject/vanagon/tree/1.0.0) (2025-08-29)
627

728
[Full Changelog](https://github.com/openvoxproject/vanagon/compare/0.54.0...1.0.0)

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 = '1.0.0'
3+
gem.version = '1.1.0'
44

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

0 commit comments

Comments
 (0)