Skip to content

Commit

Permalink
Merge pull request #56 from le-phare/upgrade-ansible
Browse files Browse the repository at this point in the history
Upgrade Ansible
  • Loading branch information
pierreboissinot authored Jul 16, 2024
2 parents b3ca402 + 4a3bbca commit 849d4cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/le-phare/ansible-deploy/compare/v1.12.3...v2.0.0) (2024-07-16)

### Breaking changes

* **Ansible version:** upgrade Ansible version to 2.17 ([#56](https://github.com/le-phare/ansible-deploy/pull/56))([4da1bf8](https://github.com/le-phare/ansible-deploy/pull/56/commits/4da1bf8a7a638d27a512fb204635569d83c1d84f))

## [1.12.3](https://github.com/le-phare/ansible-deploy/compare/v1.12.2...v1.12.3) (2024-07-04)

### Bug Fixes
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Common deploy tasks for projects made at Le Phare.

## Support matrix

- lephare/ansible:1.12.3 - Ansible 2.15.4 - Python 2.7 or Python 3.5 - 3.11 (Control node)
- lephare/ansible:2.0.0 - Ansible 2.17 - Python 3.7 - 3.12 (Target node)
- lephare/ansible:1.12.3 - Ansible 2.15.4 - Python 2.7 or Python 3.5 - 3.11 (Target node)

See [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix)

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV ANSIBLE_STDOUT_CALLBACK=debug
RUN apk add --no-cache --update bash git mysql-client openssh-client postgresql rsync sshpass
RUN apk add --no-cache --virtual build-dependencies gcc libffi-dev musl-dev

RUN pip install --no-cache-dir ansible ansible-core==2.15.4
RUN pip install --no-cache-dir ansible ansible-core~=2.17.1

RUN apk del build-dependencies

Expand Down

0 comments on commit 849d4cc

Please sign in to comment.