Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Version increased.
Browse files Browse the repository at this point in the history
  • Loading branch information
patbec committed Dec 31, 2023
1 parent 5dea596 commit b7049f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ releases:
- Files in the shared folder are now templated with the correct subpath.
- Removing the .j2 extension only at the end of the filename.
release_date: "2023-10-03"
1.2.0:
changes:
known_issues:
- Docker python package is incompatible with the deprecated docker-compose lib in the latest version.
- The docker.compose module uses the deprecated docker-compose python package.
breaking_changes:
- Files were copied using the ansible.builtin.template command instead of the ansible.builtin.copy command.
bugfixes:
- Files have now been copied using the ansible.builtin.copy command.
release_date: "2023-12-31"
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: bec
name: docker

version: 1.1.0
version: 1.2.0
readme: README.md
authors:
- Patrick Becker <[email protected]>
Expand Down

0 comments on commit b7049f7

Please sign in to comment.