Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Bind DDNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chef Platform Cookbooks
Bind DDNS
Commits
21852f55
Commit
21852f55
authored
Feb 25, 2016
by
Samuel Bernard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.4.0
parent
89177738
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
3 deletions
+31
-3
CHANGELOG
CHANGELOG
+31
-3
No files found.
CHANGELOG
View file @
21852f55
Changelog
=========
1.4.0
-----
Main:
- Can use specific options for clients or servers, to allow clients and
servers to share the same role
+ Add an init recipe which initialize the configuration correctly
+ Modify default to choose between client and server recipe
+ client specific configurations should be in 'client-config' and
servers in 'server-config'
+ the servers should be defined with 'servers' key
+ backward compatibility is not broken
- Switch to docker_cli, use prepared docker image
+ Switch kitchen driver from docker to docker_cli
+ Use sbernard/centos-systemd-kitchen image instead of bare centos
+ Remove privileged mode :)
+ Remove some now useless monkey patching
+ Fix a typo in kitchen_command, fixing kitchen create command
Misc:
- Fix default options not merged with user attributes
- Improve documentation, explain resource attributes and specific
configurations
- Better tests, to test specific option behavior
- Fix all rubocop offenses
+ In particular, package-client recipe is renamed to package_client
1.3.1
-----
- Fix deprecated behavior (using nil as argume
m
t for a default resource)
- Fix deprecated behavior (using nil as argume
n
t for a default resource)
1.3.0
-----
- Use lazy to simplify the definition of template "#{filepath}.erb"
- Small cleanup of default provider & res
s
ource, key info are required
- Fix idempotency by removing the block hack used to run the res
s
ource
- Small cleanup of default provider & resource, key info are required
- Fix idempotency by removing the block hack used to run the resource
- Add a test case on :delete for default provider
1.2.0
...
...
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