Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.4.0 #77

Merged
merged 1 commit into from
Nov 6, 2023
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [2.4.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/2.4.0) (2023-11-06)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/2.3.0...2.4.0)

**Implemented enhancements:**

- Avoid using legacy facts with beaker-hiera [\#74](https://github.com/voxpupuli/voxpupuli-acceptance/pull/74) ([ekohl](https://github.com/ekohl))
- Only read the local\_setup file once [\#30](https://github.com/voxpupuli/voxpupuli-acceptance/pull/30) ([ekohl](https://github.com/ekohl))

**Merged pull requests:**

- Document known issue with BEAKER\_PROVISION & beaker-docker [\#76](https://github.com/voxpupuli/voxpupuli-acceptance/pull/76) ([ekohl](https://github.com/ekohl))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be an enhancement?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can be, and I did debate it. In the end I applied the rule that it didn't affect the actual software but only made the README clearer. Or in other words: to the end user this isn't really a change that you need to be aware of when updating.


## [2.3.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/2.3.0) (2023-10-24)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/2.2.0...2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion voxpupuli-acceptance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'voxpupuli-acceptance'
s.version = '2.3.0'
s.version = '2.4.0'
s.authors = ['Vox Pupuli']
s.email = ['[email protected]']
s.homepage = 'https://github.com/voxpupuli/voxpupuli-acceptance'
Expand Down
Loading