Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PR #728/5bc53dba backport][stable-3] fix: kustomize plugin fails with deprecation warnings #763

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Jul 15, 2024

This is a backport of PR #728 as merged into main (5bc53db).

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
  • Bugfix Pull Request
COMPONENT NAME

kustomize lookup plugin

ADDITIONAL INFORMATION

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

Bugfix Pull Request

COMPONENT NAME

kustomize lookup plugin
ADDITIONAL INFORMATION

Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: QCU
(cherry picked from commit 5bc53db)
Copy link

Copy link

Build succeeded (gate pipeline).
https://ansible.softwarefactory-project.io/zuul/buildset/8dc2dc1d7b6b42ba8d4bd06c3881378f

✔️ ansible-galaxy-importer SUCCESS in 4m 39s
✔️ build-ansible-collection SUCCESS in 6m 53s

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 00bbf16 into stable-3 Jul 15, 2024
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants