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
97 changes: 65 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,65 @@
## 0.3.0 (2025-05-14)

* (tasks) Add package param to install task
* (maint) Provide workaround to avoid out of date puppet gem
* (doc) Add and test for current REFERENCE.md using puppet-strings
* (maint) Update source urls to voxpupuli.org

## 0.2.1 (2025-05-07)

* (bug) fixed retry logic bypassed by failed command
* (bug) fixed install tasks on redhat variants not being idempotent
for package file installation
* (gha) added idempotency tests for install tasks

## 0.2.0 (2025-05-07)

* retry logic for lock failures running rpm/dpkg during manual
install of openvox-release package

## 0.1.0 (2025-05-01)

* openvox_bootstrap::install task to install the openvox-agent
* openvox_bootstrap::install_build_artifacts task to install the
openvox-agent from build artifacts
* debian support
* ubuntu support
* rhel variant support (rocky/alma)
* fedora support
* support for installing build artifacts on debian 13/14 pre-release
images
* can install specific package versions
* gha pipeline testing
# Changelog

All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v0.3.1](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v0.3.1) (2025-05-29)

[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.3.0...v0.3.1)

**Fixed bugs:**

- fix curl error handling [\#13](https://github.com/voxpupuli/puppet-openvox_bootstrap/issues/13)

**Merged pull requests:**

- \(gh-13\) Fail for curl 404 and add specs for common.sh lib [\#14](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/14) ([jpartlow](https://github.com/jpartlow))
- modulesync 9.5.0 [\#12](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/12) ([bastelfreak](https://github.com/bastelfreak))

## [0.3.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.3.0) (2025-05-14)

[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/v0...0.3.0)

## [v0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v0) (2025-05-14)

[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.2.1...v0)

**Merged pull requests:**

- \(doc\) Add and test for current REFERENCE.md using puppet-strings [\#11](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/11) ([jpartlow](https://github.com/jpartlow))
- \(maint\) Update source urls to voxpupuli.org [\#10](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/10) ([jpartlow](https://github.com/jpartlow))

## [0.2.1](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.2.1) (2025-05-08)

[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.2.0...0.2.1)

**Merged pull requests:**

- Fix retry function [\#9](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/9) ([jpartlow](https://github.com/jpartlow))

## [0.2.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.2.0) (2025-05-07)

[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.1.0...0.2.0)

**Merged pull requests:**

- \(tasks\) Provide retry logic for install\_package\_file [\#8](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/8) ([jpartlow](https://github.com/jpartlow))

## [0.1.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.1.0) (2025-05-01)

[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/dc87b8352087799507e9cf6d91ba5bebd0143bc2...0.1.0)

**Merged pull requests:**

- Handle debian pre release builds [\#7](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/7) ([jpartlow](https://github.com/jpartlow))
- \(tasks,gha\) Fix a case issue that was blocking almalinux installs [\#6](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/6) ([jpartlow](https://github.com/jpartlow))
- \(tasks,gha\) Implement version parameter for install task [\#5](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/5) ([jpartlow](https://github.com/jpartlow))
- Install from build artifacts [\#4](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/4) ([jpartlow](https://github.com/jpartlow))
- \(tasks\) Set defaults for collection and repos in install\_linux.sh [\#3](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/3) ([jpartlow](https://github.com/jpartlow))
- \(gha\) Test install in gha on other os's using containers [\#2](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/2) ([jpartlow](https://github.com/jpartlow))
- GHA Fix up basic pr test workflow [\#1](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/1) ([jpartlow](https://github.com/jpartlow))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-openvox_bootstrap",
"version": "0.3.0",
"version": "0.3.1",
"summary": "Bootstrap installation of OpenVox packages.",
"description": "A Bolt project to bootstrap the installation of OpenVox packages.",
"author": "Josh Partlow",
Expand Down