Skip to content

Commit

Permalink
Merge pull request #162 from gentoo/release-2.5.0
Browse files Browse the repository at this point in the history
Release 2.5.0
  • Loading branch information
robbat2 authored Jul 29, 2024
2 parents 1c2939a + 1ab3c0b commit e1e09fd
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
19 changes: 1 addition & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@
language: ruby

rvm:
- 2.4.9
- 2.5.7
- 2.7.6 # puppet/puppetserver 7.9.2

env:
matrix:
- PUPPET_GEM_VERSION="~> 3.8.0"
- PUPPET_GEM_VERSION="~> 3" FUTURE_PARSER="yes"
#- PUPPET_GEM_VERSION="~> 4.0.0"
#- PUPPET_GEM_VERSION="~> 4.1.0"
#- PUPPET_GEM_VERSION="~> 4.2.0"
#- PUPPET_GEM_VERSION="~> 4.3.0"
#- PUPPET_GEM_VERSION="~> 4.4.0"
#- PUPPET_GEM_VERSION="~> 4.5.0"
#- PUPPET_GEM_VERSION="~> 4.6.0"
#- PUPPET_GEM_VERSION="~> 4.7.0"
#- PUPPET_GEM_VERSION="~> 4.8.0"
- PUPPET_GEM_VERSION="~> 4"

sudo: false
Expand All @@ -35,11 +23,6 @@ script:

matrix:
fast_finish: true
#exclude:
# - rvm: 2.3.1
# env: PUPPET_GEM_VERSION="~> 3.8.0"
# - rvm: 2.3.1
# env: PUPPET_GEM_VERSION="~> 3" FUTURE_PARSER="yes"

notifications:
email: false
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

2.5.0
-----
2024-07-29

SemVer bumped due to dropping older Ruby support.

* eselect: validate 'show' command before use
* reduce undefined command warnings
* min versions:
* ruby 2.7.6 to match puppetserver 7.9.2/puppet 7.20.0

2.4.5
-----
2017-10-10
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

ruby ">= 2.3.1"
ruby ">= 2.7.6" # puppet/puppetserver 7.9.2

if puppetversion = ENV['PUPPET_GEM_VERSION']
gem 'puppet', puppetversion, :require => false
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,4 @@ Contributors
* [Vikraman Choudhury](https://github.com/vikraman)
* [Matthias Saou](https://github.com/thias)
* [Garrett Honeycutt](http://learnpuppet.com)
* [Robin Johnson](https://github.com/robbat2)
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gentoo-portage",
"version": "2.4.5",
"version": "2.5.0",
"author": "Gentoo",
"summary": "Puppet types and providers for Gentoo portage",
"license": "GPL-2.0",
Expand Down

0 comments on commit e1e09fd

Please sign in to comment.