From 5ce4783053788bbbd1d8dbc23a801912f42e3368 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 13 Feb 2025 21:10:00 +0100 Subject: [PATCH] Prepare 4.4.0 release. --- changelogs/fragments/4.4.0.yml | 1 + plugins/modules/docker_context_info.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelogs/fragments/4.4.0.yml diff --git a/changelogs/fragments/4.4.0.yml b/changelogs/fragments/4.4.0.yml new file mode 100644 index 00000000..80287c3b --- /dev/null +++ b/changelogs/fragments/4.4.0.yml @@ -0,0 +1 @@ +release_summary: Feature and bugfix release. diff --git a/plugins/modules/docker_context_info.py b/plugins/modules/docker_context_info.py index 05a74071..e539d4fc 100644 --- a/plugins/modules/docker_context_info.py +++ b/plugins/modules/docker_context_info.py @@ -13,6 +13,8 @@ module: docker_context_info short_description: Retrieve information on Docker contexts for the current user +version_added: 4.4.0 + description: - Return information on Docker contexts. - This includes some generic information, as well as a RV(contexts[].config) dictionary that can be used for module defaults for all community.docker modules