Skip to content

Commit

Permalink
change resources to custom resources
Browse files Browse the repository at this point in the history
The following resources are now custom resources:
- `docker_installation`
- `docker_installation_package`
- `docker_installation_script`
- `docker_installation_tarball`
- `docker_service`
- `docker_service_base`
- `docker_service_manager`
- `docker_service_manager_execute`
- `docker_service_manager_systemd`

This fixes #1222 so the docker cookbook will work with Chef 18

Signed-off-by: Ben Dean <ben.dean@finvi.com>
  • Loading branch information
b-dean committed May 23, 2023
1 parent 08f7c2b commit d5083b7
Show file tree
Hide file tree
Showing 17 changed files with 781 additions and 942 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Update to work on Chef 18 in unified mode, fixes #1222 [@b-dean](https://github.com/b-dean)

The following resources are now custom resources:

- `docker_installation`
- `docker_installation_package`
- `docker_installation_script`
- `docker_installation_tarball`
- `docker_service`
- `docker_service_base`
- `docker_service_manager`
- `docker_service_manager_execute`
- `docker_service_manager_systemd`

This means their classes are no longer in the `DockerCookbook` module.

## 10.4.9 - *2023-05-16*

## 10.4.8 - *2023-04-24*
Expand Down
148 changes: 0 additions & 148 deletions libraries/docker_base.rb

This file was deleted.

169 changes: 0 additions & 169 deletions libraries/docker_installation_package.rb

This file was deleted.

50 changes: 0 additions & 50 deletions libraries/docker_installation_script.rb

This file was deleted.

0 comments on commit d5083b7

Please sign in to comment.