Skip to content

Commit

Permalink
Merge pull request #256 from mhashizume/maint/main/release-prep
Browse files Browse the repository at this point in the history
4.0.0 release prep
  • Loading branch information
mhashizume authored May 29, 2024
2 parents 936881b + a12bd02 commit a774be9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
echo ":github: Bearer ${{ secrets.GITHUB_TOKEN }}" >> ~/.gem/credentials
chmod 0600 ~/.gem/credentials
- name: Publish gem to GitHub packages
run: gem push --key github --host https://rubygems.pkg.github.com/voxpupuli *.gem
run: gem push --key github --host https://rubygems.pkg.github.com/puppetlabs *.gem
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [4.0.0](https://github.com/puppetlabs/beaker-puppet/tree/4.0.0) (2024-05-28)

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

**Breaking changes:**

- Add support for Beaker 6 [\#255](https://github.com/puppetlabs/beaker-puppet/pull/255) ([mhashizume](https://github.com/mhashizume))
- Remove unsupported network platforms [\#254](https://github.com/puppetlabs/beaker-puppet/pull/254) ([mhashizume](https://github.com/mhashizume))

## [3.0.1](https://github.com/puppetlabs/beaker-puppet/tree/3.0.1) (2024-03-12)

[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.0...3.0.1)
Expand Down
2 changes: 1 addition & 1 deletion beaker-puppet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'beaker-vmpooler', '~> 1.4'

# Run time dependencies
s.add_runtime_dependency 'beaker', '~> 6.0'
s.add_runtime_dependency 'beaker', '>= 5.0', '< 7'
s.add_runtime_dependency 'oga', '~> 3.4'
end
2 changes: 1 addition & 1 deletion lib/beaker-puppet/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BeakerPuppet
VERSION = '3.0.1'
VERSION = '4.0.0'
end

0 comments on commit a774be9

Please sign in to comment.