Skip to content

Commit

Permalink
k8s_cp: add support for check_mode, fix doc issue, remove dependency …
Browse files Browse the repository at this point in the history
…with 'find' when state=from_pod (#512)

k8s_cp: add support for check_mode, fix doc issue, remove dependency with 'find' when state=from_pod

Depends-On: ansible/ansible-zuul-jobs#1635
Depends-On: ansible/ansible-zuul-jobs#1636
Depends-On: #518
Depends-On: #520
SUMMARY

add support for check_mode, closes #380
fix doc issue, closes #485
Remove dependency with 'find' executable when state=from_pod, closes #486

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request

Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: Mike Graves <mgraves@redhat.com>
Reviewed-by: Bikouo Aubin <None>
  • Loading branch information
abikouo authored Dec 9, 2022
1 parent 646eb18 commit 979b492
Show file tree
Hide file tree
Showing 8 changed files with 427 additions and 189 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
bugfixes:
- k8s_cp - add support for check_mode (https://github.com/ansible-collections/kubernetes.core/issues/380).
minor_changes:
- k8s_cp - remove dependency with 'find' executable on remote pod when state=from_pod (https://github.com/ansible-collections/kubernetes.core/issues/486).
Loading

0 comments on commit 979b492

Please sign in to comment.