From 597688f1b6c057ebfc9d69835441b783bc3021be Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 14 Aug 2025 00:21:53 -0400 Subject: [PATCH] Upgrade ansible-core/ansible-lint to latest versions for Fedora/Debian; README.md updates --- README.md | 14 ++++++++++++-- python/requirements.txt | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ddaaa16..a992f6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -Build Status: ![Build status](https://gitea.thezengarden.net/podman/ansible-dev/actions/workflows/build-test.yml/badge.svg?branch=testing&style=flat) +## Build Status: +### Testing: +![Build status](https://gitea.thezengarden.net/podman/ansible-dev/actions/workflows/build-test.yml/badge.svg?branch=testing&style=flat) -This provides the framework for testing in our environment. +### Release: +![Build status](https://gitea.thezengarden.net/podman/ansible-dev/actions/workflows/build-release.yml/badge.svg?branch=release&style=flat) + +--- +
+ +> Container images and supporting build files for Ansible development +> +> Supports: CentOS Stream (9), Fedora (41), Debian (12) diff --git a/python/requirements.txt b/python/requirements.txt index a7b5133..eee85e9 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ -ansible-core==2.16.14 -ansible-lint==24.12.2 +ansible-core==2.19.0 +ansible-lint==25.8.1