electrocucaracha / krd

Kubernetes Reference Deployment
Apache License 2.0
39 stars 10 forks source link

chore: update versions #76

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Base PullRequest

default branch (https://github.com/electrocucaracha/krd/tree/master)

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-1.2.2-py3-none-any.whl (12 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-1.2.2 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==5.0.1 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.0 # via ansible ansible-lint==5.3.0 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==36.0.0 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.8.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via # -r test-requirements.in # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.15.2 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.17 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.5 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - playbooks/krd-vars.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-1.2.2-py3-none-any.whl (12 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-1.2.2 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==5.0.1 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.0 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==36.0.0 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.8.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via # -r test-requirements.in # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.15.2 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.17 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.5 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - playbooks/krd-vars.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-1.2.2-py3-none-any.whl (12 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-1.2.2 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==5.0.1 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==36.0.0 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.8.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via # -r test-requirements.in # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.15.2 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.17 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.5 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - playbooks/krd-vars.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

electrocucaracha commented 2 years ago

/rebase

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
pip install pyspelling ```Shell Collecting pyspelling Downloading pyspelling-2.7.3-py3-none-any.whl (45 kB) Collecting wcmatch>=6.0.3 Downloading wcmatch-8.3-py3-none-any.whl (42 kB) Collecting lxml Downloading lxml-4.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) Collecting soupsieve>=1.8 Downloading soupsieve-2.3.1-py3-none-any.whl (37 kB) Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from pyspelling) (5.3.1) Collecting html5lib Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Collecting beautifulsoup4 Downloading beautifulsoup4-4.10.0-py3-none-any.whl (97 kB) Collecting markdown Downloading Markdown-3.3.6-py3-none-any.whl (97 kB) Collecting bracex>=2.1.1 Downloading bracex-2.2.1-py3-none-any.whl (12 kB) Collecting webencodings Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Requirement already satisfied: six>=1.9 in /usr/lib/python3/dist-packages (from html5lib->pyspelling) (1.14.0) Collecting importlib-metadata>=4.4; python_version < "3.10" Downloading importlib_metadata-4.8.2-py3-none-any.whl (17 kB) Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata>=4.4; python_version < "3.10"->markdown->pyspelling) (1.0.0) Installing collected packages: bracex, wcmatch, lxml, soupsieve, webencodings, html5lib, beautifulsoup4, importlib-metadata, markdown, pyspelling Successfully installed beautifulsoup4-4.10.0 bracex-2.2.1 html5lib-1.1 importlib-metadata-4.8.2 lxml-4.6.4 markdown-3.3.6 pyspelling-2.7.3 soupsieve-2.3.1 wcmatch-8.3 webencodings-0.5.1 ```
sort -o .github/.wordlist.txt.bkp .github/.wordlist.txt
echo "" > .github/.wordlist.txt
# Remove leftovers
pyspelling -c .spellcheck.yml | sed '/^/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d' | sort | uniq | tee draft.txt ```Shell Current wordlist: '.github/.wordlist.txt' Problem compiling dictionary. Check the binary path and options. ['aspell', '--lang', 'en', '--encoding', 'utf-8', 'create', 'master', '/home/runner/work/krd/krd/dictionary.dic'] ``` ### stderr: ```Shell Traceback (most recent call last): File "/home/runner/.local/bin/pyspelling", line 8, in sys.exit(main()) File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__main__.py", line 30, in main return run( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__main__.py", line 55, in run for results in spellcheck( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 673, in spellcheck for result in spellchecker.run_task(task, source_patterns=sources): File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 308, in run_task personal_dict = self.setup_dictionary(task) File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 347, in setup_dictionary self.compile_dictionary( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 386, in compile_dictionary util.call( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/util/__init__.py", line 97, in call process = get_process(cmd) File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/util/__init__.py", line 66, in get_process process = subprocess.Popen( File "/usr/lib/python3.8/subprocess.py", line 858, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'aspell' ```
comm -12 draft.txt .github/.wordlist.txt.bkp > .github/.wordlist.txt
# Add missing words
pyspelling -c .spellcheck.yml | sed '/^/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d' | sort | uniq | tee --append .github/.wordlist.txt ```Shell Current wordlist: '.github/.wordlist.txt' Problem compiling dictionary. Check the binary path and options. ['aspell', '--lang', 'en', '--encoding', 'utf-8', 'create', 'master', '/home/runner/work/krd/krd/dictionary.dic'] ``` ### stderr: ```Shell Traceback (most recent call last): File "/home/runner/.local/bin/pyspelling", line 8, in sys.exit(main()) File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__main__.py", line 30, in main return run( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__main__.py", line 55, in run for results in spellcheck( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 673, in spellcheck for result in spellchecker.run_task(task, source_patterns=sources): File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 308, in run_task personal_dict = self.setup_dictionary(task) File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 347, in setup_dictionary self.compile_dictionary( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/__init__.py", line 386, in compile_dictionary util.call( File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/util/__init__.py", line 97, in call process = get_process(cmd) File "/home/runner/.local/lib/python3.8/site-packages/pyspelling/util/__init__.py", line 66, in get_process process = subprocess.Popen( File "/usr/lib/python3.8/subprocess.py", line 858, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'aspell' ```
sort -o .github/.wordlist.txt .github/.wordlist.txt
rm .github/.wordlist.txt.bkp draft.txt

Changed files

Changed file: - .github/.wordlist.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-1.2.2-py3-none-any.whl (12 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-1.2.2 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==5.0.1 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==36.0.0 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.8.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via # -r test-requirements.in # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.15.2 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.17 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.5 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - playbooks/krd-vars.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
sudo apt-get update ```Shell Hit:1 http://azure.archive.ubuntu.com/ubuntu focal InRelease Get:2 http://azure.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:3 http://azure.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:4 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB] Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:6 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease Get:7 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1391 kB] Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [282 kB] Get:9 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.6 kB] Get:10 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [607 kB] Get:11 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [86.8 kB] Get:12 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [528 B] Get:13 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [879 kB] Get:14 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [190 kB] Get:15 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [19.6 kB] Get:16 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [41.2 kB] Get:17 http://azure.archive.ubuntu.com/ubuntu focal-backports/main Translation-en [9732 B] Get:18 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [516 B] Get:19 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [18.9 kB] Get:20 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [7524 B] Get:21 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [644 B] Get:22 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [115 kB] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1064 kB] Get:24 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [196 kB] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9080 B] Get:26 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [560 kB] Get:27 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [80.2 kB] Get:28 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [528 B] Get:29 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [663 kB] Get:30 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [12.9 kB] Fetched 6596 kB in 2s (3457 kB/s) Reading package lists... ```
sudo apt-get -y --no-install-recommends install aspell aspell-en ```Shell Reading package lists... Building dependency tree... Reading state information... Suggested packages: aspell-doc spellutils The following NEW packages will be installed: aspell aspell-en 0 upgraded, 2 newly installed, 0 to remove and 40 not upgraded. Need to get 387 kB of archives. After this operation, 823 kB of additional disk space will be used. Get:1 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 aspell amd64 0.60.8-1ubuntu0.1 [88.4 kB] Get:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 aspell-en all 2018.04.16-0-1 [299 kB] Fetched 387 kB in 0s (1843 kB/s) Selecting previously unselected package aspell. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 234437 files and directories currently installed.) Preparing to unpack .../aspell_0.60.8-1ubuntu0.1_amd64.deb ... Unpacking aspell (0.60.8-1ubuntu0.1) ... Selecting previously unselected package aspell-en. Preparing to unpack .../aspell-en_2018.04.16-0-1_all.deb ... Unpacking aspell-en (2018.04.16-0-1) ... Setting up aspell (0.60.8-1ubuntu0.1) ... Setting up aspell-en (2018.04.16-0-1) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for dictionaries-common (1.28.1) ... aspell-autobuildhash: processing: en [en-common]. aspell-autobuildhash: processing: en [en-variant_0]. aspell-autobuildhash: processing: en [en-variant_1]. aspell-autobuildhash: processing: en [en-variant_2]. aspell-autobuildhash: processing: en [en-w_accents-only]. aspell-autobuildhash: processing: en [en-wo_accents-only]. aspell-autobuildhash: processing: en [en_AU-variant_0]. aspell-autobuildhash: processing: en [en_AU-variant_1]. aspell-autobuildhash: processing: en [en_AU-w_accents-only]. aspell-autobuildhash: processing: en [en_AU-wo_accents-only]. aspell-autobuildhash: processing: en [en_CA-variant_0]. aspell-autobuildhash: processing: en [en_CA-variant_1]. aspell-autobuildhash: processing: en [en_CA-w_accents-only]. aspell-autobuildhash: processing: en [en_CA-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only]. aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only]. aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-variant_0]. aspell-autobuildhash: processing: en [en_GB-variant_1]. aspell-autobuildhash: processing: en [en_US-w_accents-only]. aspell-autobuildhash: processing: en [en_US-wo_accents-only]. ```
pip install pyspelling ```Shell Collecting pyspelling Downloading pyspelling-2.7.3-py3-none-any.whl (45 kB) Collecting soupsieve>=1.8 Downloading soupsieve-2.3.1-py3-none-any.whl (37 kB) Collecting lxml Downloading lxml-4.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) Collecting html5lib Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Collecting beautifulsoup4 Downloading beautifulsoup4-4.10.0-py3-none-any.whl (97 kB) Collecting wcmatch>=6.0.3 Downloading wcmatch-8.3-py3-none-any.whl (42 kB) Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from pyspelling) (5.3.1) Collecting markdown Downloading Markdown-3.3.6-py3-none-any.whl (97 kB) Collecting webencodings Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Requirement already satisfied: six>=1.9 in /usr/lib/python3/dist-packages (from html5lib->pyspelling) (1.14.0) Collecting bracex>=2.1.1 Downloading bracex-2.2.1-py3-none-any.whl (12 kB) Collecting importlib-metadata>=4.4; python_version < "3.10" Downloading importlib_metadata-4.8.2-py3-none-any.whl (17 kB) Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata>=4.4; python_version < "3.10"->markdown->pyspelling) (1.0.0) Installing collected packages: soupsieve, lxml, webencodings, html5lib, beautifulsoup4, bracex, wcmatch, importlib-metadata, markdown, pyspelling Successfully installed beautifulsoup4-4.10.0 bracex-2.2.1 html5lib-1.1 importlib-metadata-4.8.2 lxml-4.6.4 markdown-3.3.6 pyspelling-2.7.3 soupsieve-2.3.1 wcmatch-8.3 webencodings-0.5.1 ```
sort -o original.dic .github/.wordlist.txt
echo "" > .github/.wordlist.txt
# Remove leftovers
pyspelling -c .spellcheck.yml | sed '/^/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d' | sort | uniq | tee draft.dic ```Shell CONTRIBUTING.md README.md playbooks/roles/criproxy/README.md playbooks/roles/nfd/README.md playbooks/roles/pmem/README.md playbooks/roles/qat_driver/README.md playbooks/roles/sriov_plugin/README.md playbooks/roles/virtlet/README.md ADDONS ANSIBLE AddOns Allocatable Ansible Autoscaler BACKEND Bugfixes CNI CONTAINERD CRI CRUN CSI CentOS ContainerD DEVOPS DNS DNSCache DevOps Distros FPGAs Falco GPUs GVISOR Grafana HAProxy HUGEPAGES HugeTLB IOV IPVS ISTIO Istio KATA KRD KRDaio KUBE KUBELET KUBERNETES KUBESPHERE KUBESPRAY KVM Kata Kiali Knative KubeSphere Kubelet Kubernetes Kubespray Kubespray's Kubevirt Kubewarden Kyverno LOCALHOST LOGFILES Libvirt Lifecycle Linter METALLB MULTUS MetalLB Mirantis Multus NDOTS NFD NGINX NODELOCALDNS NodeLocal OPA PCI PMEM PROVISIONER PRs QAT QCOW QuickAssist README REPO RESOLVCONF RUNTIME Runtime SERVICEMESH SIG SIGs VFs VM VMs Virtlet VirtualBox WEBHOOK WIP Webhook YAML addons aio allocatable ansible autoscale backend balancer blockquote brightgreen cni config contiv criproxy crun cx datasets dev devops dpdk electrocucaracha filesystem fsSL gVisor gvisor gw href https hugetlbpage img initVagrant iptables ipvs ipvsadm katacontainers krd kube kubernetes kubesphere kubespray libndctl libvirt lifecycle linter localhost ly metallb multus nfd nginx nodelocaldns ol openSUSE opensource pluggable pmem png pre provisioner qat qemu rebase rubocop runtime runtimes serverless sig sigs snetworkplumbingwg src sriov subproject svg tf tox udp ui vagrantup virtlet vmwrapper vxlan yml ```
comm -12 draft.dic original.dic > .github/.wordlist.txt
# Add missing words
pyspelling -c .spellcheck.yml | sed '/^/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d' | sort | uniq | tee --append .github/.wordlist.txt ```Shell CONTRIBUTING.md README.md playbooks/roles/criproxy/README.md playbooks/roles/nfd/README.md playbooks/roles/pmem/README.md playbooks/roles/qat_driver/README.md playbooks/roles/sriov_plugin/README.md playbooks/roles/virtlet/README.md ADDONS ANSIBLE AddOns Allocatable Ansible Autoscaler BACKEND Bugfixes CNI CONTAINERD CRI CRUN CSI CentOS ContainerD DEVOPS DNS DNSCache DevOps Distros FPGAs Falco GPUs GVISOR Grafana HAProxy HUGEPAGES HugeTLB IOV IPVS ISTIO Istio KATA KRD KRDaio KUBE KUBELET KUBERNETES KUBESPHERE KUBESPRAY KVM Kata Kiali Knative KubeSphere Kubelet Kubernetes Kubespray Kubespray's Kubevirt Kubewarden Kyverno LOCALHOST LOGFILES Libvirt Lifecycle Linter METALLB MULTUS MetalLB Mirantis Multus NDOTS NFD NGINX NODELOCALDNS NodeLocal OPA PCI PMEM PROVISIONER PRs QAT QCOW QuickAssist README REPO RESOLVCONF RUNTIME Runtime SERVICEMESH SIG SIGs VFs VM VMs Virtlet VirtualBox WEBHOOK WIP Webhook YAML addons aio allocatable ansible autoscale backend balancer blockquote brightgreen cni config contiv criproxy crun cx datasets dev devops dpdk electrocucaracha filesystem fsSL gVisor gvisor gw href https hugetlbpage img initVagrant iptables ipvs ipvsadm katacontainers krd kube kubernetes kubesphere kubespray libndctl libvirt lifecycle linter localhost ly metallb multus nfd nginx nodelocaldns ol openSUSE opensource pluggable pmem png pre provisioner qat qemu rebase rubocop runtime runtimes serverless sig sigs snetworkplumbingwg src sriov subproject svg tf tox udp ui vagrantup virtlet vmwrapper vxlan yml ```
sort -o .github/.wordlist.txt .github/.wordlist.txt

Changed files

Changed file: - .github/.wordlist.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
sudo apt-get update ```Shell Hit:1 http://azure.archive.ubuntu.com/ubuntu focal InRelease Get:2 http://azure.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:3 http://azure.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:4 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB] Hit:5 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease Get:6 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1391 kB] Get:7 http://azure.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [282 kB] Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.6 kB] Get:9 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [607 kB] Get:10 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [86.8 kB] Get:11 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [528 B] Get:12 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [879 kB] Get:13 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [190 kB] Get:14 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [19.6 kB] Get:15 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Get:16 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [41.2 kB] Get:17 http://azure.archive.ubuntu.com/ubuntu focal-backports/main Translation-en [9732 B] Get:18 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [516 B] Get:19 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [18.9 kB] Get:20 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [7524 B] Get:21 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [644 B] Get:22 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [115 kB] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1064 kB] Get:24 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [196 kB] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9080 B] Get:26 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [560 kB] Get:27 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [80.2 kB] Get:28 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [528 B] Get:29 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [663 kB] Get:30 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [12.9 kB] Fetched 6596 kB in 2s (3110 kB/s) Reading package lists... ```
sudo apt-get -y --no-install-recommends install aspell aspell-en ```Shell Reading package lists... Building dependency tree... Reading state information... Suggested packages: aspell-doc spellutils The following NEW packages will be installed: aspell aspell-en 0 upgraded, 2 newly installed, 0 to remove and 40 not upgraded. Need to get 387 kB of archives. After this operation, 823 kB of additional disk space will be used. Get:1 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 aspell amd64 0.60.8-1ubuntu0.1 [88.4 kB] Get:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 aspell-en all 2018.04.16-0-1 [299 kB] Fetched 387 kB in 0s (1646 kB/s) Selecting previously unselected package aspell. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 234437 files and directories currently installed.) Preparing to unpack .../aspell_0.60.8-1ubuntu0.1_amd64.deb ... Unpacking aspell (0.60.8-1ubuntu0.1) ... Selecting previously unselected package aspell-en. Preparing to unpack .../aspell-en_2018.04.16-0-1_all.deb ... Unpacking aspell-en (2018.04.16-0-1) ... Setting up aspell (0.60.8-1ubuntu0.1) ... Setting up aspell-en (2018.04.16-0-1) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for dictionaries-common (1.28.1) ... aspell-autobuildhash: processing: en [en-common]. aspell-autobuildhash: processing: en [en-variant_0]. aspell-autobuildhash: processing: en [en-variant_1]. aspell-autobuildhash: processing: en [en-variant_2]. aspell-autobuildhash: processing: en [en-w_accents-only]. aspell-autobuildhash: processing: en [en-wo_accents-only]. aspell-autobuildhash: processing: en [en_AU-variant_0]. aspell-autobuildhash: processing: en [en_AU-variant_1]. aspell-autobuildhash: processing: en [en_AU-w_accents-only]. aspell-autobuildhash: processing: en [en_AU-wo_accents-only]. aspell-autobuildhash: processing: en [en_CA-variant_0]. aspell-autobuildhash: processing: en [en_CA-variant_1]. aspell-autobuildhash: processing: en [en_CA-w_accents-only]. aspell-autobuildhash: processing: en [en_CA-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only]. aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only]. aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-variant_0]. aspell-autobuildhash: processing: en [en_GB-variant_1]. aspell-autobuildhash: processing: en [en_US-w_accents-only]. aspell-autobuildhash: processing: en [en_US-wo_accents-only]. ```
pip install pyspelling ```Shell Collecting pyspelling Downloading pyspelling-2.7.3-py3-none-any.whl (45 kB) Collecting markdown Downloading Markdown-3.3.6-py3-none-any.whl (97 kB) Collecting lxml Downloading lxml-4.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) Collecting soupsieve>=1.8 Downloading soupsieve-2.3.1-py3-none-any.whl (37 kB) Collecting html5lib Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Collecting wcmatch>=6.0.3 Downloading wcmatch-8.3-py3-none-any.whl (42 kB) Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from pyspelling) (5.3.1) Collecting beautifulsoup4 Downloading beautifulsoup4-4.10.0-py3-none-any.whl (97 kB) Collecting importlib-metadata>=4.4; python_version < "3.10" Downloading importlib_metadata-4.8.2-py3-none-any.whl (17 kB) Collecting webencodings Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Requirement already satisfied: six>=1.9 in /usr/lib/python3/dist-packages (from html5lib->pyspelling) (1.14.0) Collecting bracex>=2.1.1 Downloading bracex-2.2.1-py3-none-any.whl (12 kB) Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata>=4.4; python_version < "3.10"->markdown->pyspelling) (1.0.0) Installing collected packages: importlib-metadata, markdown, lxml, soupsieve, webencodings, html5lib, bracex, wcmatch, beautifulsoup4, pyspelling Successfully installed beautifulsoup4-4.10.0 bracex-2.2.1 html5lib-1.1 importlib-metadata-4.8.2 lxml-4.6.4 markdown-3.3.6 pyspelling-2.7.3 soupsieve-2.3.1 wcmatch-8.3 webencodings-0.5.1 ```
sort -o original.dic .github/.wordlist.txt
echo "" > .github/.wordlist.txt
# Remove leftovers
pyspelling -c .spellcheck.yml | sed '/^<.*>/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d;/^Spelling check passed :)$/d' | sort | uniq | tee draft.dic ```Shell ADDONS ANSIBLE AddOns Allocatable Ansible Autoscaler BACKEND Bugfixes CNI CONTAINERD CRI CRUN CSI CentOS ContainerD DEVOPS DNS DNSCache DevOps Distros FPGAs Falco GPUs GVISOR Grafana HAProxy HUGEPAGES HugeTLB IOV IPVS ISTIO Istio KATA KRD KRDaio KUBE KUBELET KUBERNETES KUBESPHERE KUBESPRAY KVM Kata Kiali Knative KubeSphere Kubelet Kubernetes Kubespray Kubespray's Kubevirt Kubewarden Kyverno LOCALHOST LOGFILES Libvirt Lifecycle Linter METALLB MULTUS MetalLB Mirantis Multus NDOTS NFD NGINX NODELOCALDNS NodeLocal OPA PCI PMEM PROVISIONER PRs QAT QCOW QuickAssist README REPO RESOLVCONF RUNTIME Runtime SERVICEMESH SIG SIGs VFs VM VMs Virtlet VirtualBox WEBHOOK WIP Webhook YAML addons aio allocatable ansible autoscale backend balancer blockquote brightgreen cni config contiv criproxy crun cx datasets dev devops dpdk electrocucaracha filesystem fsSL gVisor gvisor gw href https hugetlbpage img initVagrant iptables ipvs ipvsadm katacontainers krd kube kubernetes kubesphere kubespray libndctl libvirt lifecycle linter localhost ly metallb multus nfd nginx nodelocaldns ol openSUSE opensource pluggable pmem png pre provisioner qat qemu rebase rubocop runtime runtimes serverless sig sigs snetworkplumbingwg src sriov subproject svg tf tox udp ui vagrantup virtlet vmwrapper vxlan yml ```
comm -12 draft.dic original.dic > .github/.wordlist.txt
# Add missing words
pyspelling -c .spellcheck.yml | sed '/^<.*>/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d;/^Spelling check passed :)$/d' | sort | uniq | tee --append .github/.wordlist.txt
sort -o .github/.wordlist.txt .github/.wordlist.txt

Changed files

Changed file: - .github/.wordlist.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
sudo apt-get update ```Shell Hit:1 http://azure.archive.ubuntu.com/ubuntu focal InRelease Get:2 http://azure.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] Get:3 http://azure.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] Get:4 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease [10.5 kB] Get:5 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] Hit:6 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease Get:7 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1391 kB] Get:8 http://azure.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [282 kB] Get:9 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.6 kB] Get:10 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [607 kB] Get:11 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [86.8 kB] Get:12 http://azure.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [528 B] Get:13 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [879 kB] Get:14 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [190 kB] Get:15 http://azure.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [19.6 kB] Get:16 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [41.2 kB] Get:17 http://azure.archive.ubuntu.com/ubuntu focal-backports/main Translation-en [9732 B] Get:18 http://azure.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [516 B] Get:19 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [18.9 kB] Get:20 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [7524 B] Get:21 http://azure.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [644 B] Get:22 https://packages.microsoft.com/ubuntu/20.04/prod focal/main amd64 Packages [115 kB] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1064 kB] Get:24 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [196 kB] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9080 B] Get:26 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [560 kB] Get:27 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [80.2 kB] Get:28 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [528 B] Get:29 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [663 kB] Get:30 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [12.9 kB] Fetched 6596 kB in 2s (3059 kB/s) Reading package lists... ```
sudo apt-get -y --no-install-recommends install aspell aspell-en ```Shell Reading package lists... Building dependency tree... Reading state information... Suggested packages: aspell-doc spellutils The following NEW packages will be installed: aspell aspell-en 0 upgraded, 2 newly installed, 0 to remove and 40 not upgraded. Need to get 387 kB of archives. After this operation, 823 kB of additional disk space will be used. Get:1 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 aspell amd64 0.60.8-1ubuntu0.1 [88.4 kB] Get:2 http://azure.archive.ubuntu.com/ubuntu focal/main amd64 aspell-en all 2018.04.16-0-1 [299 kB] Fetched 387 kB in 0s (2115 kB/s) Selecting previously unselected package aspell. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 234437 files and directories currently installed.) Preparing to unpack .../aspell_0.60.8-1ubuntu0.1_amd64.deb ... Unpacking aspell (0.60.8-1ubuntu0.1) ... Selecting previously unselected package aspell-en. Preparing to unpack .../aspell-en_2018.04.16-0-1_all.deb ... Unpacking aspell-en (2018.04.16-0-1) ... Setting up aspell (0.60.8-1ubuntu0.1) ... Setting up aspell-en (2018.04.16-0-1) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for dictionaries-common (1.28.1) ... aspell-autobuildhash: processing: en [en-common]. aspell-autobuildhash: processing: en [en-variant_0]. aspell-autobuildhash: processing: en [en-variant_1]. aspell-autobuildhash: processing: en [en-variant_2]. aspell-autobuildhash: processing: en [en-w_accents-only]. aspell-autobuildhash: processing: en [en-wo_accents-only]. aspell-autobuildhash: processing: en [en_AU-variant_0]. aspell-autobuildhash: processing: en [en_AU-variant_1]. aspell-autobuildhash: processing: en [en_AU-w_accents-only]. aspell-autobuildhash: processing: en [en_AU-wo_accents-only]. aspell-autobuildhash: processing: en [en_CA-variant_0]. aspell-autobuildhash: processing: en [en_CA-variant_1]. aspell-autobuildhash: processing: en [en_CA-w_accents-only]. aspell-autobuildhash: processing: en [en_CA-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only]. aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only]. aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only]. aspell-autobuildhash: processing: en [en_GB-variant_0]. aspell-autobuildhash: processing: en [en_GB-variant_1]. aspell-autobuildhash: processing: en [en_US-w_accents-only]. aspell-autobuildhash: processing: en [en_US-wo_accents-only]. ```
pip install pyspelling ```Shell Collecting pyspelling Downloading pyspelling-2.7.3-py3-none-any.whl (45 kB) Collecting wcmatch>=6.0.3 Downloading wcmatch-8.3-py3-none-any.whl (42 kB) Collecting html5lib Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB) Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from pyspelling) (5.3.1) Collecting beautifulsoup4 Downloading beautifulsoup4-4.10.0-py3-none-any.whl (97 kB) Collecting markdown Downloading Markdown-3.3.6-py3-none-any.whl (97 kB) Collecting lxml Downloading lxml-4.6.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (6.9 MB) Collecting soupsieve>=1.8 Downloading soupsieve-2.3.1-py3-none-any.whl (37 kB) Collecting bracex>=2.1.1 Downloading bracex-2.2.1-py3-none-any.whl (12 kB) Requirement already satisfied: six>=1.9 in /usr/lib/python3/dist-packages (from html5lib->pyspelling) (1.14.0) Collecting webencodings Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB) Collecting importlib-metadata>=4.4; python_version < "3.10" Downloading importlib_metadata-4.8.2-py3-none-any.whl (17 kB) Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata>=4.4; python_version < "3.10"->markdown->pyspelling) (1.0.0) Installing collected packages: bracex, wcmatch, webencodings, html5lib, soupsieve, beautifulsoup4, importlib-metadata, markdown, lxml, pyspelling Successfully installed beautifulsoup4-4.10.0 bracex-2.2.1 html5lib-1.1 importlib-metadata-4.8.2 lxml-4.6.4 markdown-3.3.6 pyspelling-2.7.3 soupsieve-2.3.1 wcmatch-8.3 webencodings-0.5.1 ```
sort --ignore-case --output=original.dic .github/.wordlist.txt
echo "" > .github/.wordlist.txt
# Remove leftovers
pyspelling -c .spellcheck.yml | sed '/^<.*>/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d;/^Spelling check passed :)$/d' | sort --ignore-case | uniq | tee draft.dic ```Shell ADDONS AddOns addons aio Allocatable allocatable ANSIBLE Ansible ansible autoscale Autoscaler BACKEND backend balancer blockquote brightgreen Bugfixes CentOS CNI cni config CONTAINERD ContainerD contiv CRI criproxy CRUN crun CSI cx datasets dev DEVOPS DevOps devops Distros DNS DNSCache dpdk electrocucaracha Falco filesystem FPGAs fsSL GPUs Grafana GVISOR gVisor gvisor gw HAProxy href https HUGEPAGES HugeTLB hugetlbpage img initVagrant IOV iptables IPVS ipvs ipvsadm ISTIO Istio KATA Kata katacontainers Kiali Knative KRD krd KRDaio KUBE kube KUBELET Kubelet KUBERNETES Kubernetes kubernetes KUBESPHERE KubeSphere kubesphere KUBESPRAY Kubespray kubespray Kubespray's Kubevirt Kubewarden KVM Kyverno libndctl Libvirt libvirt Lifecycle lifecycle Linter linter LOCALHOST localhost LOGFILES ly METALLB MetalLB metallb Mirantis MULTUS Multus multus NDOTS NFD nfd NGINX nginx NodeLocal NODELOCALDNS nodelocaldns ol OPA opensource openSUSE PCI pluggable PMEM pmem png pre PROVISIONER provisioner PRs QAT qat QCOW qemu QuickAssist README rebase REPO RESOLVCONF rubocop RUNTIME Runtime runtime runtimes serverless SERVICEMESH SIG sig SIGs sigs snetworkplumbingwg src sriov subproject svg tf tox udp ui vagrantup VFs Virtlet virtlet VirtualBox VM VMs vmwrapper vxlan WEBHOOK Webhook WIP YAML yml ```
comm -12 draft.dic original.dic > .github/.wordlist.txt
# Add missing words
pyspelling -c .spellcheck.yml | sed '/^<.*>/d;/^!!!/d;/^--/d;/^Misspelled words:/d;/^$/d;/^Spelling check passed :)$/d' | sort --ignore-case | uniq | tee --append .github/.wordlist.txt
sort --ignore-case --output=.github/.wordlist.txt .github/.wordlist.txt

Changed files

Changed file: - .github/.wordlist.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace