blob: 6352efb2aed2bb85990d6a8e59dce8fffe97e15b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
|
================================================
Ansible Podman modules and plugins Release Notes
================================================
.. contents:: Topics
v1.4.1
======
Release Summary
---------------
Bugfixes for podman container
Bugfixes
--------
- podman_container - Convert gidmap to list for podman_container
- podman_container - Convert log-opts to dictionary and idempotent
v1.4.0
======
Release Summary
---------------
New modules and bugfixes, new network options
Minor Changes
-------------
- podman_container - Add log level for Podman in module
- podman_container - Add mac_address field to podman_container module
- podman_container - Add strict image compare with hashes
- podman_container - Improve compatibility with docker_container by adding aliases
- podman_container - Move containers logic to module utils
- podman_image - reuse existing results in present()
- podman_network - Add IPv6 to network
- podman_network - Add support of network options like MTU, VLAN
- podman_pod - Move pod logic to separate library
Bugfixes
--------
- podman_container - Fix force restart option for containers
- podman_container - Fix idempotency for volume GID and UID
- podman_container - Fix no_hosts idempotency for newer version
- podman_container - Remove 'detach' when creating container
- podman_image - Fix doc defaults for podman_image
- podman_logout - Handle podman logout not logging out when logged in via different tool
- podman_network - Correct IP range example for podman_network
New Modules
-----------
- containers.podman.podman_containers - Manage multiple Podman containers at once
- containers.podman.podman_login_info - Get info about Podman logged in registries
- containers.podman.podman_logout - Log out with Podman from registries
v1.3.2
======
Release Summary
---------------
bugfixes
Bugfixes
--------
- podman_container - Fix signals case for podman_container
v1.3.1
======
Release Summary
---------------
bugfixes
Bugfixes
--------
- multiple modules - fix diff calculation for lower/upper cases
- podman_container - Add note about containerPort setting
- podman_container - Fix init option it's boolean not string
- podman_container - Remove pyyaml from requirements
- podman_network - Check if dnsname plugin installed for CNI
- podman_volume - Set options for a volume as list and fix idempotency
v1.3.0
======
Release Summary
---------------
New podman_network module and bugfixes
Minor Changes
-------------
- Create podman_network module for podman networks management
Bugfixes
--------
- podman_volume - Fix return data from podman_volume module
New Modules
-----------
- containers.podman.podman_network - Manage Podman networks
v1.2.0
======
Release Summary
---------------
Add changelog file.
Minor Changes
-------------
- Add changelog file to collection.
v1.1.4
======
Release Summary
---------------
Pip install and minor fixes.
Minor Changes
-------------
- Add pip installation for podman collection.
v1.1.3
======
Release Summary
---------------
Idempotency fixes for podman containers.
Bugfixes
--------
- podman_container - Fix idempotency for case with = in env
- podman_container - Fix issue with idempotency uts, ipc with pod
v1.1.2
======
Release Summary
---------------
Urgent fix for podman connection plugin.
Bugfixes
--------
- podman_connection - Chown file for users when copy them to container
v1.1.1
======
Release Summary
---------------
New modules for volumes management.
Minor Changes
-------------
- Create podman_volume module for volumes management
Bugfixes
--------
- podman_volume_info - Improve podman volume info tests with new module
New Modules
-----------
- containers.podman.podman_volume - Manage Podman volumes
v1.1.0
======
Release Summary
---------------
New modules for pods management.
Minor Changes
-------------
- Add podman pod and pod info modules
Bugfixes
--------
- podman_container - Fix idempotency for networks and add tests
New Modules
-----------
- containers.podman.podman_pod - Manage Podman pods
- containers.podman.podman_pod_info - Retrieve information about Podman pods
v1.0.5
======
Release Summary
---------------
Idempotency and another bugfixes for podman connection plugin.
Bugfixes
--------
- podman_connection - Add check for empty dir for podman connection mount
- podman_connection - Increase verbosity for mount failure messages
- podman_container - Improve idempotency for volumes with slashesAdd idempotency for ulimits and tests
- podman_container - Improve ports idempotency and support UDP
v1.0.4
======
Release Summary
---------------
Idempotency and Podman v2 fixes
Bugfixes
--------
- podman_container - Add idempotency for ulimits and tests
- podman_container - Fix idempotency for podman > 2 versions
v1.0.3
======
Release Summary
---------------
Relicense under GPLv3 and clean up modules
Minor Changes
-------------
- Relicense under GPLv3 and clean up modules
v1.0.2
======
Release Summary
---------------
Idempotency fixes
Bugfixes
--------
- podman_container - Add idempotency for existing local volumes
v1.0.1
======
Release Summary
---------------
Idempotency and images improvements
Bugfixes
--------
- podman_container - Add inspect of image and user idempotency
- podman_image - Add option for tls_verify=false for images
v1.0.0
======
Release Summary
---------------
Initial release of collection with new modules
Minor Changes
-------------
- buildah_connection - add support of specific user
- buildah_connection - added Buildah connection rootless
- podman_connection - add user flags before container id in podman exec
Bugfixes
--------
- buildah_connection - Fix buildah debug output for py2
- podman_connection - Run pause=false w/o message condition
- podman_container - Add idempotency for user and stop signal
- podman_container - Fix idempotency issues with workdir and volumes
- podman_container - Fix image, healthcheck and other idempotency
- podman_container - Improve idempotency of podman_container in uts, ipc, networks, cpu_shares
- podman_image - only set changed=true if there is a new image
- podman_image - use correct option for remove_signatures flag
New Modules
-----------
- containers.podman.podman_container - Manage Podman containers
- containers.podman.podman_network_info module - Retrieve information about Podman networks
|