forked from ansible-collections/kubernetes.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this commit is to fix the github actions issue ansible-collections#788 and includes a changes for ansible 2.19 and 2.18 with python 3.13
- Loading branch information
Showing
3 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
trivial: | ||
- Fix GitHub actions issue related to switch milestone and devel branches of ansible to 2.19 (https://github.com/ansible-collections/kubernetes.core/pull/789) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
plugins/module_utils/client/discovery.py import-3.11!skip | ||
plugins/module_utils/client/discovery.py import-3.12!skip | ||
plugins/module_utils/client/discovery.py import-3.13!skip | ||
plugins/module_utils/client/resource.py import-3.11!skip | ||
plugins/module_utils/client/resource.py import-3.12!skip | ||
plugins/module_utils/client/resource.py import-3.13!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.11!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.12!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.13!skip | ||
plugins/module_utils/version.py pylint!skip | ||
plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc | ||
plugins/modules/k8s_scale.py validate-modules:parameter-type-not-in-doc | ||
plugins/modules/k8s_service.py validate-modules:parameter-type-not-in-doc | ||
tests/unit/module_utils/fixtures/definitions.yml yamllint!skip | ||
tests/unit/module_utils/fixtures/deployments.yml yamllint!skip | ||
tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip | ||
tests/unit/module_utils/fixtures/pods.yml yamllint!skip | ||
tests/integration/targets/helm/files/appversionless-chart-v2/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/appversionless-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/test-chart-v2/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/test-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm_diff/files/test-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/k8s_scale/files/deployment.yaml yamllint!skip | ||
plugins/modules/k8s.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_scale.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_service.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_taint.py validate-modules:return-syntax-error | ||
tests/integration/targets/helm_diff/files/test-chart-reuse-values/templates/configmap.yaml yamllint!skip |