Skip to content

Commit

Permalink
Merge pull request #269 from shubhamshinde360/PE-38111
Browse files Browse the repository at this point in the history
(PE-38111) 3.0.1 release prep
  • Loading branch information
steveax authored Apr 10, 2024
2 parents 2cd0dda + 080440a commit a5dc064
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.1](https://github.com/puppetlabs/beaker-pe/tree/3.0.1) (2024-04-08)

[Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/3.0.0...3.0.1)

**Implemented enhancements:**

- \(PE-37704\) Allow for SLES-11 \(Intel\) builds to be installed in PE 2021.7.x for testing [\#259](https://github.com/puppetlabs/beaker-pe/pull/259) ([shubhamshinde360](https://github.com/shubhamshinde360))

**Merged pull requests:**

- Bump yard from 0.9.35 to 0.9.36 [\#258](https://github.com/puppetlabs/beaker-pe/pull/258) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rack from 2.2.8 to 2.2.8.1 [\#257](https://github.com/puppetlabs/beaker-pe/pull/257) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump yard from 0.9.34 to 0.9.35 [\#256](https://github.com/puppetlabs/beaker-pe/pull/256) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump activesupport from 7.1.3 to 7.1.3.2 [\#255](https://github.com/puppetlabs/beaker-pe/pull/255) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump scooter from 4.5.0 to 4.5.4 [\#254](https://github.com/puppetlabs/beaker-pe/pull/254) ([dependabot[bot]](https://github.com/apps/dependabot))

## [3.0.0](https://github.com/puppetlabs/beaker-pe/tree/3.0.0) (2024-02-07)

[Full Changelog](https://github.com/puppetlabs/beaker-pe/compare/2.16.0...3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
beaker-pe (3.0.0)
beaker-pe (3.0.1)
beaker (>= 4.0, < 6)
beaker-abs
beaker-answers (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-pe/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module DSL
module PE

module Version
STRING = '3.0.0'
STRING = '3.0.1'
end

end
Expand Down

0 comments on commit a5dc064

Please sign in to comment.