Skip to content

Commit 7a96ed1

Browse files
committed
(MODULES-9439) Release prep for 3.6.0
1 parent 3772c5b commit 7a96ed1

File tree

4 files changed

+241
-3
lines changed

4 files changed

+241
-3
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# Change log
2+
3+
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [v3.6.0](https://github.com/puppetlabs/puppetlabs-docker/tree/v3.6.0) (2019-06-25)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-docker/compare/3.5.0...v3.6.0)
8+
9+
### Changed
10+
11+
- \(FM-8100\) Update minimum supported Puppet version to 5.5.10 [\#486](https://github.com/puppetlabs/puppetlabs-docker/pull/486) ([eimlav](https://github.com/eimlav))
12+
13+
### Added
14+
15+
- \(FM-8151\) Add Windows Server 2019 support [\#493](https://github.com/puppetlabs/puppetlabs-docker/pull/493) ([eimlav](https://github.com/eimlav))
16+
- Support for docker machine download and install [\#466](https://github.com/puppetlabs/puppetlabs-docker/pull/466) ([acurus-puppetmaster](https://github.com/acurus-puppetmaster))
17+
- Add service\_provider parameter to docker::run [\#376](https://github.com/puppetlabs/puppetlabs-docker/pull/376) ([iamjamestl](https://github.com/iamjamestl))
18+
19+
### Fixed
20+
21+
- Tasks frozen string [\#499](https://github.com/puppetlabs/puppetlabs-docker/pull/499) ([khaefeli](https://github.com/khaefeli))
22+
- Fix \#239 local\_user permission denied [\#497](https://github.com/puppetlabs/puppetlabs-docker/pull/497) ([thde](https://github.com/thde))
23+
- \(MODULES-9193\) Revert part of MODULES-9177 [\#490](https://github.com/puppetlabs/puppetlabs-docker/pull/490) ([eimlav](https://github.com/eimlav))
24+
- \(MODULES-9177\) Fix version validation regex [\#489](https://github.com/puppetlabs/puppetlabs-docker/pull/489) ([eimlav](https://github.com/eimlav))
25+
- Fix publish flag being erroneously added to docker service commands [\#471](https://github.com/puppetlabs/puppetlabs-docker/pull/471) ([twistedduck](https://github.com/twistedduck))
26+
- Fix container running check to work for windows hosts [\#470](https://github.com/puppetlabs/puppetlabs-docker/pull/470) ([florindragos](https://github.com/florindragos))
27+
- Allow images tagged latest to update on each run [\#468](https://github.com/puppetlabs/puppetlabs-docker/pull/468) ([electrofelix](https://github.com/electrofelix))
28+
- Fix docker::image to not run images [\#465](https://github.com/puppetlabs/puppetlabs-docker/pull/465) ([hugotanure](https://github.com/hugotanure))
29+
130
# 3.5.0
231

332
Changes range for dependent modules
@@ -203,3 +232,6 @@ Added support for:
203232
- Docker services within a swarm cluster
204233
- Swarm mode
205234
- Docker secrets
235+
236+
237+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

HISTORY.md

+205
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
1+
# 3.5.0
2+
3+
Changes range for dependent modules
4+
5+
Use multiple networks in docker::run and docker::services
6+
7+
Fixes quotes with docker::services command
8+
9+
Publish multiple ports to docker::services
10+
11+
A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/milestone/7?closed=1)
12+
13+
# 3.4.0
14+
15+
Introduces docker_stack type and provider
16+
17+
Fixes frozen string in docker swarm token task
18+
19+
Acceptance testing updates
20+
21+
Allow use of newer translate module
22+
23+
A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/milestone/6?closed=1)
24+
25+
26+
# Version 3.3.0
27+
28+
Pins apt repo to 500 to ensure packages are updated
29+
30+
Fixes issue in docker fact failing when docker is not started
31+
32+
Acceptance testing updates
33+
34+
Allows more recent version of the reboot module
35+
36+
A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/milestone/5?closed=1)
37+
38+
# Version 3.2.0
39+
40+
Adds in support for Puppet 6
41+
42+
Containers will be restared due to script changes in [PR #367](https://github.com/puppetlabs/puppetlabs-docker/pull/367)
43+
44+
A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/milestone/4?closed=1)
45+
46+
# Version 3.1.0
47+
48+
Adding in the following faetures/functionality
49+
50+
- Docker Stack support on Windows.
51+
52+
# Version 3.0.0
53+
54+
Various fixes for github issues
55+
- 206
56+
- 226
57+
- 241
58+
- 280
59+
- 281
60+
- 287
61+
- 289
62+
- 294
63+
- 303
64+
- 312
65+
- 314
66+
67+
Adding in the following features/functionality
68+
69+
-Support for multiple compose files.
70+
71+
A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/issues?q=is%3Aissue+milestone%3AV3.0.0+is%3Aclosed)
72+
73+
74+
# Version 2.0.0
75+
76+
Various fixes for github issues
77+
- 193
78+
- 197
79+
- 198
80+
- 203
81+
- 207
82+
- 208
83+
- 209
84+
- 211
85+
- 212
86+
- 213
87+
- 215
88+
- 216
89+
- 217
90+
- 218
91+
- 223
92+
- 224
93+
- 225
94+
- 228
95+
- 229
96+
- 230
97+
- 232
98+
- 234
99+
- 237
100+
- 243
101+
- 245
102+
- 255
103+
- 256
104+
- 259
105+
106+
Adding in the following features/functionality
107+
108+
- Ability to define swarm clusters in Hiera.
109+
- Support docker compose file V2.3.
110+
- Support refresh only flag.
111+
- Support for Docker healthcheck and unhealthy container restart.
112+
- Support for Docker on Windows:
113+
- Add docker ee support for windows server 2016.
114+
- Docker image on Windows.
115+
- Docker run on Windows.
116+
- Docker compose on Windows.
117+
- Docker swarm on Windows.
118+
- Add docker exec functionality for docker on windows.
119+
- Add storage driver for Windows.
120+
121+
A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/milestone/2?closed=1)
122+
123+
124+
# Version 1.1.0
125+
126+
Various fixes for Github issues
127+
- 183
128+
- 173
129+
- 173
130+
- 167
131+
- 163
132+
- 161
133+
134+
Adding in the following features/functionality
135+
136+
- IPv6 support
137+
- Define type for docker plugins
138+
139+
A full list of issues and PRs associated with this release can be found [here](https://github.com/puppetlabs/puppetlabs-docker/milestone/1?closed=1)
140+
141+
142+
# Version 1.0.5
143+
144+
Various fixes for Github issues
145+
- 98
146+
- 104
147+
- 115
148+
- 122
149+
- 124
150+
151+
Adding in the following features/functionality
152+
153+
- Removed all unsupported OS related code from module
154+
- Removed EPEL dependency
155+
- Added http support in compose proxy
156+
- Added in rubocop support and i18 gem support
157+
- Type and provider for docker volumes
158+
- Update apt module to latest
159+
- Added in support for a registry mirror
160+
- Facts for docker version and docker info
161+
- Fixes for $pass_hash undef
162+
- Fixed typo in param.pp
163+
- Replaced deprecated stblib functions with data types
164+
165+
# Version 1.0.4
166+
167+
Correcting changelog
168+
169+
# Version 1.0.3
170+
Various fixes for Github issues
171+
- 33
172+
- 68
173+
- 74
174+
- 77
175+
- 84
176+
177+
Adding in the following features/functionality:
178+
179+
- Add tasks to update existing service
180+
- Backwards compatible TMPDIR
181+
- Optional GPG check on repos
182+
- Force pull on image tag 'latest'
183+
- Add support for overlay2.override_kernel_check setting
184+
- Add docker network fact
185+
- Add pw hash for registry login idompodency
186+
- Additional flags for creating a network
187+
- Fixing incorrect repo url for redhat
188+
189+
# Version 1.0.2
190+
Various fixes for Github issues
191+
- 9
192+
- 11
193+
- 15
194+
- 21
195+
Add tasks support for Docker Swarm
196+
197+
# Version 1.0.1
198+
Updated metadata and CHANGELOG
199+
200+
# Version 1.0.0
201+
Forked for garethr/docker v5.3.0
202+
Added support for:
203+
- Docker services within a swarm cluster
204+
- Swarm mode
205+
- Docker secrets

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ if Bundler.rubygems.find_name('github_changelog_generator').any?
3535
raise "Set CHANGELOG_GITHUB_TOKEN environment variable eg 'export CHANGELOG_GITHUB_TOKEN=valid_token_here'" if Rake.application.top_level_tasks.include? "changelog" and ENV['CHANGELOG_GITHUB_TOKEN'].nil?
3636
config.user = "#{changelog_user}"
3737
config.project = "#{changelog_project}"
38+
config.since_tag = "3.5.0"
3839
config.future_release = "#{changelog_future_release}"
3940
config.exclude_labels = ['maintenance']
4041
config.header = "# Change log\n\nAll notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org)."

metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "puppetlabs-docker",
3-
"version": "3.5.0",
4-
"author": "Puppet Labs",
3+
"version": "3.6.0",
4+
"author": "puppetlabs",
55
"summary": "Module for installing and managing docker",
66
"license": "Apache-2.0",
7-
"source": "https://github.com/puppetlabs/puppetlabs-docker.git",
7+
"source": "git://github.com/puppetlabs/puppetlabs-docker",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-docker",
99
"issues_url": "https://github.com/puppetlabs/puppetlabs-docker/issues",
1010
"dependencies": [

0 commit comments

Comments
 (0)