You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***ci:** Update workflows to use release pipeline ([#1320](https://github.com/sous-chefs/docker/issues/1320)) ([5fce840](https://github.com/sous-chefs/docker/commit/5fce84023bac5499c9552cd295dddcab2504ed9c))
@@ -33,10 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
32
34
33
* Add Docker Swarm support
35
34
New resources:
36
-
- docker_swarm_init
37
-
- docker_swarm_join
38
-
- docker_swarm_service
39
-
- docker_swarm_token
35
+
* docker_swarm_init
36
+
* docker_swarm_join
37
+
* docker_swarm_service
38
+
* docker_swarm_token
40
39
41
40
## 11.8.4 - *2024-12-11*
42
41
@@ -54,15 +53,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
54
53
## 11.8.2 - *2024-12-11*
55
54
56
55
* Enhance tmpfs support for containers
57
-
- Added support for array format in tmpfs property
58
-
- Improved documentation with examples
59
-
- Added test coverage for tmpfs functionality
56
+
* Added support for array format in tmpfs property
57
+
* Improved documentation with examples
58
+
* Added test coverage for tmpfs functionality
60
59
61
60
## 11.8.1 - *2024-12-11*
62
61
63
62
* Fix issue with container network mode causing unnecessary redeployment when using `container:<name>` format
64
-
- Added network mode normalization to handle container IDs consistently
65
-
- Prevents container recreation when only the container ID format changes
63
+
* Added network mode normalization to handle container IDs consistently
64
+
* Prevents container recreation when only the container ID format changes
66
65
67
66
## 11.8.0 - *2024-12-11*
68
67
@@ -134,15 +133,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134
133
135
134
The following resources are now custom resources:
136
135
137
-
-`docker_installation`
138
-
-`docker_installation_package`
139
-
-`docker_installation_script`
140
-
-`docker_installation_tarball`
141
-
-`docker_service`
142
-
-`docker_service_base`
143
-
-`docker_service_manager`
144
-
-`docker_service_manager_execute`
145
-
-`docker_service_manager_systemd`
136
+
*`docker_installation`
137
+
*`docker_installation_package`
138
+
*`docker_installation_script`
139
+
*`docker_installation_tarball`
140
+
*`docker_service`
141
+
*`docker_service_base`
142
+
*`docker_service_manager`
143
+
*`docker_service_manager_execute`
144
+
*`docker_service_manager_systemd`
146
145
147
146
This means their classes are no longer in the `DockerCookbook` module.
148
147
@@ -252,7 +251,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252
251
## 10.0.0 - *2021-10-20*
253
252
254
253
* Remove the sysvinit Docker Service managers
255
-
- Platforms that supported these service managers are now EOL
254
+
* Platforms that supported these service managers are now EOL
256
255
257
256
## 9.11.0 - *2021-10-20*
258
257
@@ -349,7 +348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
349
348
## 8.0.0 - *2021-08-25*
350
349
351
350
* Remove upstart docker service manage
352
-
- We don't officialy support any distros that use upstart anymore
351
+
* We don't officialy support any distros that use upstart anymore
353
352
354
353
## 7.7.8 - *2021-08-25
355
354
@@ -477,18 +476,18 @@ The 7.0 release includes a breaking change to package installs with version spec
477
476
478
477
* Standardise files with files in chef-cookbooks/repo-management - [@xorimabot](https://github.com/xorimabot)
479
478
* Resolved deprecations to provide Chef Infra Client 16 compatibility - [@xorimabot](https://github.com/xorimabot)
0 commit comments