Skip to content
Merged
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## [1.1.0](https://github.com/openvoxproject/vanagon/tree/1.1.0) (2026-01-24)

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

**Implemented enhancements:**

- feat: add ubuntu armhf targets [\#69](https://github.com/OpenVoxProject/vanagon/pull/69) ([Gitii](https://github.com/Gitii))
- Add Ruby 4.0 support [\#68](https://github.com/OpenVoxProject/vanagon/pull/68) ([dependabot[bot]](https://github.com/apps/dependabot))
- feat: add default platform config for debian13 armhf [\#67](https://github.com/OpenVoxProject/vanagon/pull/67) ([Gitii](https://github.com/Gitii))
- Add SLES16 [\#66](https://github.com/OpenVoxProject/vanagon/pull/66) ([sbernhard](https://github.com/sbernhard))
- Default --keepwork to on-failure [\#61](https://github.com/OpenVoxProject/vanagon/pull/61) ([nmburgan](https://github.com/nmburgan))
- Changes to build for MacOS as non-root in GitHub Actions [\#56](https://github.com/OpenVoxProject/vanagon/pull/56) ([nmburgan](https://github.com/nmburgan))

**Fixed bugs:**

- Create archive tar with appropriate flags rather than chown [\#57](https://github.com/OpenVoxProject/vanagon/pull/57) ([nmburgan](https://github.com/nmburgan))

**Merged pull requests:**

- rubocop: autofix [\#65](https://github.com/OpenVoxProject/vanagon/pull/65) ([bastelfreak](https://github.com/bastelfreak))

## [1.0.0](https://github.com/openvoxproject/vanagon/tree/1.0.0) (2025-08-29)

[Full Changelog](https://github.com/openvoxproject/vanagon/compare/0.54.0...1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion vanagon.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'vanagon'
gem.version = '1.0.0'
gem.version = '1.1.0'

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