Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncomment the ansible-compat version from the CI/CD pipeline #355

Merged
merged 1 commit into from
Aug 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core==2.15.2
# ansible-compat==3.0.2
ansible-compat==4.1.5
yamllint==1.32.0
ansible-lint==6.17.2
2 changes: 1 addition & 1 deletion .github/workflows/requirements/requirements_molecule.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible-core==2.15.2
jinja2==3.1.2
# ansible-compat==3.0.2
ansible-compat==4.1.5
molecule==5.1.0
molecule-plugins[docker]==23.5.0
docker==6.1.3
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ BUG FIXES:

- Add handler to reload NGINX when SSL cert or key is changed.

CI/CD:

- Uncomment the `ansible-compat` version from the CI/CD pipeline.

## 0.7.0 (July 6, 2023)

BREAKING CHANGES:
Expand Down
Loading