Skip to content

Commit

Permalink
Merge pull request #1358 from justinstoller/prep-4
Browse files Browse the repository at this point in the history
(maint) Prep for 4.0 release!
  • Loading branch information
justinstoller authored Aug 1, 2023
2 parents 8782a10 + 2bfa5c6 commit ba16888
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rspec_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Rspec tests
on:
pull_request:
branches:
- 4.x
- main
- 3.x

jobs:
rspec_tests:
Expand All @@ -16,8 +17,9 @@ jobs:
- {os: ubuntu-latest, ruby: 3.1}
- {os: ubuntu-latest, ruby: 3.2}
- {os: ubuntu-latest, ruby: jruby-9.3}
- {os: windows-2019, ruby: 2.6}
- {os: windows-2019, ruby: 2.7}
- {os: ubuntu-latest, ruby: jruby-9.4}
- {os: windows-latest, ruby: 2.6}
- {os: windows-latest, ruby: 3.2}

runs-on: ${{ matrix.cfg.os }}
steps:
Expand Down
20 changes: 10 additions & 10 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ CHANGELOG

Unreleased
----------
- Update GitHub Actions & introduce dependabot [#1337](https://github.com/puppetlabs/r10k/pull/1337)

- Drop Ruby 2.3/2.4/2.5 support; puppet_forge: Use 4.1 and newer [#1336](https://github.com/puppetlabs/r10k/pull/1336)

4.0.0
-----
- Drop Ruby 2.3/2.4/2.5 support; use puppet_forge 4.1 or newer [#1336](https://github.com/puppetlabs/r10k/pull/1336)
- (maint) Add Ruby 3.0 to rspec CI matrix [#1261](https://github.com/puppetlabs/r10k/pull/1261)
- (RK-368) remove `purge_whitelist` setting [#1277](https://github.com/puppetlabs/r10k/pull/1277)
- (RK-390) Remove default ref for deploying git modules [#1275](http://github.com/puppetlabs/r10k/pull/1275)
- (RK-391) Change `exclude_spec` default to true for module spec dir deletion [#1264](https://github.com/puppetlabs/r10k/pull/1261)
- (RK-383) Remove deprecated `basedir` method from Puppetfile DSL. Users should use `environment_name` instead. [#1254](https://github.com/puppetlabs/r10k/pull/1254)
- (RK-386) Remove deprecated `bare` environment type. [#1235](https://github.com/puppetlabs/r10k/issues/1235)


3.16.0
Expand Down Expand Up @@ -33,14 +41,6 @@ Unreleased
- Add TOC to configuration docs [#1298](https://github.com/puppetlabs/r10k/issues/1298)
- Remove the spec folder from gemspec [#1316](https://github.com/puppetlabs/r10k/issues/1316)

- (RK-368) remove `purge_whitelist` setting [#1277](https://github.com/puppetlabs/r10k/pull/1277)
- (RK-390) Remove default ref for deploying git modules [#1275](http://github.com/puppetlabs/r10k/pull/1275)
- (RK-391) Change `exclude_spec` default to true for module spec dir deletion [#1264](https://github.com/puppetlabs/r10k/pull/1261)
- (maint) Add Ruby 3.0 to rspec CI matrix [#1261](https://github.com/puppetlabs/r10k/pull/1261)
- (RK-383) Remove deprecated `basedir` method from Puppetfile DSL. Users should use `environment_name` instead. [#1254](https://github.com/puppetlabs/r10k/pull/1254)
- (RK-386) Remove deprecated `bare` environment type. [#1235](https://github.com/puppetlabs/r10k/issues/1235)
- Drop EoL Ruby 2.3/2.4 support [#1280](https://github.com/puppetlabs/r10k/pull/1208)

3.15.0
------

Expand Down
2 changes: 1 addition & 1 deletion lib/r10k/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module R10K
# When updating to a new major (X) or minor (Y) version, include `#major` or
# `#minor` (respectively) in your commit message to trigger the appropriate
# release. Otherwise, a new patch (Z) version will be released.
VERSION = '4.0.0.pre'
VERSION = '4.0.0'
end

0 comments on commit ba16888

Please sign in to comment.