Skip to content

Commit 7d3f2d1

Browse files
authored
Merge pull request #42 from OpenVoxProject/release-5.0.0-rc2
Release 5.0.0-rc2
2 parents c9a26e1 + 4310c99 commit 7d3f2d1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

5+
## [5.0.0-rc2](https://github.com/openvoxproject/openbolt/tree/5.0.0-rc2) (2025-07-29)
6+
7+
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.0.0.rc1...5.0.0-rc2)
8+
9+
**Breaking changes:**
10+
11+
- Remove Bolt Server [\#24](https://github.com/OpenVoxProject/openbolt/pull/24) ([jessereynolds](https://github.com/jessereynolds))
12+
- Switch from puppet to openvox [\#14](https://github.com/OpenVoxProject/openbolt/pull/14) ([bastelfreak](https://github.com/bastelfreak))
13+
14+
**Implemented enhancements:**
15+
16+
- Allow json 2.x [\#41](https://github.com/OpenVoxProject/openbolt/pull/41) ([smortex](https://github.com/smortex))
17+
- Allow ruby\_smb 2.x and 3.x [\#40](https://github.com/OpenVoxProject/openbolt/pull/40) ([smortex](https://github.com/smortex))
18+
- Allow minitar 1.x [\#39](https://github.com/OpenVoxProject/openbolt/pull/39) ([smortex](https://github.com/smortex))
19+
- Allow hiera-eyaml 4.x [\#38](https://github.com/OpenVoxProject/openbolt/pull/38) ([smortex](https://github.com/smortex))
20+
21+
**Closed issues:**
22+
23+
- Remove bolt-server feature [\#9](https://github.com/OpenVoxProject/openbolt/issues/9)
24+
525
## [5.0.0.rc1](https://github.com/openvoxproject/openbolt/tree/5.0.0.rc1) (2025-07-11)
626

727
[Full Changelog](https://github.com/openvoxproject/openbolt/compare/4.0.0...5.0.0.rc1)

lib/bolt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Bolt
4-
VERSION = '5.0.0.rc1'
4+
VERSION = '5.0.0-rc2'
55
end

0 commit comments

Comments
 (0)