Skip to content
Open
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
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

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

## [5.1.0](https://github.com/openvoxproject/openbolt/tree/5.1.0) (2025-10-10)

[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.0.0-rc2...5.1.0)

**Breaking changes:**

- Remove orchestrator\_client / pcp transport [\#45](https://github.com/OpenVoxProject/openbolt/pull/45) ([smortex](https://github.com/smortex))

**Implemented enhancements:**

- mocha: Allow 2.x [\#74](https://github.com/OpenVoxProject/openbolt/pull/74) ([bastelfreak](https://github.com/bastelfreak))
- r10k: Allow 5.x [\#73](https://github.com/OpenVoxProject/openbolt/pull/73) ([bastelfreak](https://github.com/bastelfreak))
- rack-test: Allow 2.x [\#72](https://github.com/OpenVoxProject/openbolt/pull/72) ([bastelfreak](https://github.com/bastelfreak))
- openvox-strings: Allow 6.x [\#71](https://github.com/OpenVoxProject/openbolt/pull/71) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- CI: Run docker transport tests on all changes [\#86](https://github.com/OpenVoxProject/openbolt/pull/86) ([bastelfreak](https://github.com/bastelfreak))
- CI: Fix apply job setup & Make Linux vs Windows setup easier & Fix Linux apply tests for Ruby 3.4 [\#85](https://github.com/OpenVoxProject/openbolt/pull/85) ([bastelfreak](https://github.com/bastelfreak))
- Use minitar 0.x on windows [\#81](https://github.com/OpenVoxProject/openbolt/pull/81) ([sebastianrakel](https://github.com/sebastianrakel))
- Ruby error: Adjust pattern matching to newer ruby/rubygems [\#70](https://github.com/OpenVoxProject/openbolt/pull/70) ([bastelfreak](https://github.com/bastelfreak))

**Closed issues:**

- Remove orchestrator\_client \(PE\) integration [\#25](https://github.com/OpenVoxProject/openbolt/issues/25)

**Merged pull requests:**

- CI: List existing modules [\#87](https://github.com/OpenVoxProject/openbolt/pull/87) ([bastelfreak](https://github.com/bastelfreak))
- WinRM tests: disable fail-fast [\#84](https://github.com/OpenVoxProject/openbolt/pull/84) ([bastelfreak](https://github.com/bastelfreak))
- Use OpenBolt in help text and welcome message [\#80](https://github.com/OpenVoxProject/openbolt/pull/80) ([austb](https://github.com/austb))
- CI: Move BoltSpec tests to central workflow & always use Ubuntu 24.04/Windows 2025 [\#67](https://github.com/OpenVoxProject/openbolt/pull/67) ([bastelfreak](https://github.com/bastelfreak))
- CI: Move apply tests to central workflow [\#66](https://github.com/OpenVoxProject/openbolt/pull/66) ([bastelfreak](https://github.com/bastelfreak))
- CI: update module cache in central job [\#64](https://github.com/OpenVoxProject/openbolt/pull/64) ([bastelfreak](https://github.com/bastelfreak))
- CI: Cleanup linux integration tests [\#59](https://github.com/OpenVoxProject/openbolt/pull/59) ([bastelfreak](https://github.com/bastelfreak))
- Revert "Allow ruby\_smb 2.x and 3.x" [\#58](https://github.com/OpenVoxProject/openbolt/pull/58) ([bastelfreak](https://github.com/bastelfreak))
- bolt: Bump version from 5.0.0-rc2-\>5.1.0 [\#56](https://github.com/OpenVoxProject/openbolt/pull/56) ([bastelfreak](https://github.com/bastelfreak))

## [5.0.0-rc2](https://github.com/openvoxproject/openbolt/tree/5.0.0-rc2) (2025-07-29)

[Full Changelog](https://github.com/openvoxproject/openbolt/compare/5.0.0.rc1...5.0.0-rc2)
Expand Down
Loading