Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Y
yum
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mirror
yum
Commits
fe0d6a04
Commit
fe0d6a04
authored
Sep 03, 2014
by
Sean OMeara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating CHANGELOG and bumping metadata
parent
b3d79491
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
CHANGELOG.md
CHANGELOG.md
+12
-0
metadata.rb
metadata.rb
+1
-2
No files found.
CHANGELOG.md
View file @
fe0d6a04
...
...
@@ -2,6 +2,18 @@ yum Cookbook CHANGELOG
======================
This file is used to list changes made in each version of the yum cookbook.
v3.3.0 (2014-09-03)
-------------------
-
Adding tuning attributes for all supported resource parameters
-
Adding options hash parameter
-
Adding (real) rhel-6.5 and centos-7.0 to test-kitchen coverage
-
Updating regex for mirror_expire and mirrorlist_expire to include /^
\d
+[mhd]$/
-
Updating README so keepcache reflects reality (defaults to false)
-
Changing 'obsoletes' behavior in globalconfig resource to match
default behavior. (now defaults to nil, yum defaults to false)
-
Adding makecache action to repository resource
-
Adding mode parameter to repository resource. Defaults to '0644'.
v3.2.4 (2014-08-20)
-------------------
#82 - Adding a makecache parameter
...
...
metadata.rb
View file @
fe0d6a04
...
...
@@ -3,8 +3,7 @@ maintainer 'Chef'
maintainer_email
'cookbooks@getchef.com'
license
'Apache 2.0'
description
'Configures various yum components on Red Hat-like systems'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'3.2.4'
version
'3.3.0'
supports
'redhat'
supports
'centos'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment