ansible-collections / kubernetes.core

The collection includes a variety of Ansible content to help automate the management of applications in Kubernetes and OpenShift clusters, as well as the provisioning and maintenance of clusters themselves.
Other
204 stars 130 forks source link

fix: kustomize plugin fails with deprecation warnings #728

Open qcu266 opened 1 month ago

qcu266 commented 1 month ago
SUMMARY

error judgments are based on the exit codes of command execution, where 0 represents success and non-zero represents failure.

Optimize the run_command function to return a tuple like the run_command method of AnsibleModule.

Fixes #639

ISSUE TYPE
COMPONENT NAME

kustomize lookup plugin

ADDITIONAL INFORMATION
softwarefactory-project-zuul[bot] commented 1 month ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/7e4c479585ec4f05b7d804211871b0d5

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 5m 36s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 24s

softwarefactory-project-zuul[bot] commented 1 month ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/93353af2584a45328154e886ae561b56

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 51s :heavy_check_mark: build-ansible-collection SUCCESS in 8m 07s

softwarefactory-project-zuul[bot] commented 2 weeks ago

Build succeeded. https://ansible.softwarefactory-project.io/zuul/buildset/f2bbf2e0325a44d1b0d0554a8572f854

:heavy_check_mark: ansible-galaxy-importer SUCCESS in 3m 52s :heavy_check_mark: build-ansible-collection SUCCESS in 6m 45s

qcu266 commented 1 week ago

@gravesm I have already added the changelog fragment. please review again.