Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit ccfe025

Browse files
committed
Upgrade Ansible to 7.7+
- Upgrades ansible-core to 2.14.7 - Upgrades markupsafe to 2.1.3 Will be tagging as a new release after completion.
1 parent 3944600 commit ccfe025

File tree

5 files changed

+69
-65
lines changed

5 files changed

+69
-65
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# [ghcr.io/]kineticcafe/ansible Changelog
22

3+
## 3.3.0 / 2023-07-17
4+
5+
- Upgraded to Ansible 7.7.0
6+
37
## 3.2.0 / 2023-06-02
48

59
- Upgraded to Ansible 7.6.0

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
ansible = "~=7.3"
7+
ansible = "~=7.7"
88

99
[dev-packages]
1010

Pipfile.lock

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ effort of installing it on various systems.
66

77
The image is based on Debian Bullseye (slim) and includes:
88

9-
- Ansible 7.3.0
9+
- Ansible 7 (7.7.0 or later)
1010
- Python 3.11
1111

1212
These images can be pulled either from Docker Hub

0 commit comments

Comments
 (0)