Skip to content

Commit 579b472

Browse files
authored
Merge pull request #16 from voxpupuli/release-prep
Release 0.3.1
2 parents acd3c87 + 8eae7a0 commit 579b472

File tree

2 files changed

+66
-33
lines changed

2 files changed

+66
-33
lines changed

CHANGELOG.md

Lines changed: 65 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,65 @@
1-
## 0.3.0 (2025-05-14)
2-
3-
* (tasks) Add package param to install task
4-
* (maint) Provide workaround to avoid out of date puppet gem
5-
* (doc) Add and test for current REFERENCE.md using puppet-strings
6-
* (maint) Update source urls to voxpupuli.org
7-
8-
## 0.2.1 (2025-05-07)
9-
10-
* (bug) fixed retry logic bypassed by failed command
11-
* (bug) fixed install tasks on redhat variants not being idempotent
12-
for package file installation
13-
* (gha) added idempotency tests for install tasks
14-
15-
## 0.2.0 (2025-05-07)
16-
17-
* retry logic for lock failures running rpm/dpkg during manual
18-
install of openvox-release package
19-
20-
## 0.1.0 (2025-05-01)
21-
22-
* openvox_bootstrap::install task to install the openvox-agent
23-
* openvox_bootstrap::install_build_artifacts task to install the
24-
openvox-agent from build artifacts
25-
* debian support
26-
* ubuntu support
27-
* rhel variant support (rocky/alma)
28-
* fedora support
29-
* support for installing build artifacts on debian 13/14 pre-release
30-
images
31-
* can install specific package versions
32-
* gha pipeline testing
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
Each new release typically also includes the latest modulesync defaults.
5+
These should not affect the functionality of the module.
6+
7+
## [v0.3.1](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v0.3.1) (2025-05-29)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.3.0...v0.3.1)
10+
11+
**Fixed bugs:**
12+
13+
- fix curl error handling [\#13](https://github.com/voxpupuli/puppet-openvox_bootstrap/issues/13)
14+
15+
**Merged pull requests:**
16+
17+
- \(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))
18+
- modulesync 9.5.0 [\#12](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/12) ([bastelfreak](https://github.com/bastelfreak))
19+
20+
## [0.3.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.3.0) (2025-05-14)
21+
22+
[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/v0...0.3.0)
23+
24+
## [v0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/v0) (2025-05-14)
25+
26+
[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.2.1...v0)
27+
28+
**Merged pull requests:**
29+
30+
- \(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))
31+
- \(maint\) Update source urls to voxpupuli.org [\#10](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/10) ([jpartlow](https://github.com/jpartlow))
32+
33+
## [0.2.1](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.2.1) (2025-05-08)
34+
35+
[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.2.0...0.2.1)
36+
37+
**Merged pull requests:**
38+
39+
- Fix retry function [\#9](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/9) ([jpartlow](https://github.com/jpartlow))
40+
41+
## [0.2.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.2.0) (2025-05-07)
42+
43+
[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/0.1.0...0.2.0)
44+
45+
**Merged pull requests:**
46+
47+
- \(tasks\) Provide retry logic for install\_package\_file [\#8](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/8) ([jpartlow](https://github.com/jpartlow))
48+
49+
## [0.1.0](https://github.com/voxpupuli/puppet-openvox_bootstrap/tree/0.1.0) (2025-05-01)
50+
51+
[Full Changelog](https://github.com/voxpupuli/puppet-openvox_bootstrap/compare/dc87b8352087799507e9cf6d91ba5bebd0143bc2...0.1.0)
52+
53+
**Merged pull requests:**
54+
55+
- Handle debian pre release builds [\#7](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/7) ([jpartlow](https://github.com/jpartlow))
56+
- \(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))
57+
- \(tasks,gha\) Implement version parameter for install task [\#5](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/5) ([jpartlow](https://github.com/jpartlow))
58+
- Install from build artifacts [\#4](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/4) ([jpartlow](https://github.com/jpartlow))
59+
- \(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))
60+
- \(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))
61+
- GHA Fix up basic pr test workflow [\#1](https://github.com/voxpupuli/puppet-openvox_bootstrap/pull/1) ([jpartlow](https://github.com/jpartlow))
62+
63+
64+
65+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-openvox_bootstrap",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"summary": "Bootstrap installation of OpenVox packages.",
55
"description": "A Bolt project to bootstrap the installation of OpenVox packages.",
66
"author": "Josh Partlow",

0 commit comments

Comments
 (0)