mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
* new module helm_registry_auth
* Initial integration tests
* final update copyright and integration test before pr
* update link to pr in changelog fragment
* reformat plugins/module_utils/helm.py with black
to fix linters in actions
* attempt to fix unit test
unit test was missing initially
* fix https://pycqa.github.io/isort/ linter
* next attemp to fix unit-test
* remove unused and unsupported helm_args_common
* remove unused imports and fix other linters errors
* another fix for unit test
* fix issue introducied by commit ff02893a12a31f9c44b5c48f9a8bf85057295961
* add binary_path to arg_spec
* return helm_cmd in the output of check mode
remove changlog fragment
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* description suggestion from reviewer/maintainer
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* remove changed from module return
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* remove redundant code
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* Update plugins/modules/helm_registry_auth.py
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* consider support of logout when user is not logged in
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* consider support helm < 3.0.0
* Revert "consider support helm < 3.0.0"
This reverts commit f20004d196.
* reintroduce support of helm version less than 3.8.0
reference: https://helm.sh/docs/topics/registries/#enabling-oci-support-prior-to-v380
* revert reintroducing support of helm < 3.8.0
reason: didn't find a quick way to deal with tests
* update documentation with the recent module updates
* Update plugins/modules/helm_registry_auth.py
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* add test of logout impendency
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
* fix linters
* fix intendations in the integration tests
* create tests/integration/targets/helm_registry_auth/aliases
* fix integration test (typo)
* fix integration tests (test wrong cred)
* add stderr when module fail
* another attempt to fix integration test
* fix assertion in integration test to be not affceted by the #830
---------
Co-authored-by: Bikouo Aubin <79859644+abikouo@users.noreply.github.com>
31 lines
2.1 KiB
Plaintext
31 lines
2.1 KiB
Plaintext
plugins/module_utils/client/discovery.py import-3.9!skip
|
|
plugins/module_utils/client/discovery.py import-3.10!skip
|
|
plugins/module_utils/client/discovery.py import-3.11!skip
|
|
plugins/module_utils/client/resource.py import-3.9!skip
|
|
plugins/module_utils/client/resource.py import-3.10!skip
|
|
plugins/module_utils/client/resource.py import-3.11!skip
|
|
plugins/module_utils/k8sdynamicclient.py import-3.9!skip
|
|
plugins/module_utils/k8sdynamicclient.py import-3.10!skip
|
|
plugins/module_utils/k8sdynamicclient.py import-3.11!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
|
|
tests/integration/targets/helm_registry_auth/tasks/main.yaml yamllint!skip
|
|
tests/integration/targets/helm_diff/files/test-chart-deployment-time/templates/configmap.yaml yamllint!skip
|