arnold
arnold copied to clipboard
:construction_worker_woman: Deploy your applications to Kubernetes with Ansible
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ansible-lint](https://redirect.github.com/ansible/ansible-lint) ([changelog](https://redirect.github.com/ansible/ansible-lint/releases)) | `==6.12.2` -> `==25.9.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [flake8](https://redirect.github.com/pycqa/flake8)...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [black](https://redirect.github.com/psf/black) ([changelog](https://redirect.github.com/psf/black/blob/main/CHANGES.md)) | `==23.1.0` -> `==24.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [ansible](https://ansible.com/) ([source](https://redirect.github.com/ansible-community/ansible-build-data)) | `==7.2.0` -> `==8.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...
Bumps [black](https://github.com/psf/black) from 23.1.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Bumps [ansible](https://github.com/ansible-community/ansible-build-data) from 7.2.0 to 8.5.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Hello everyone, I have been tasked with using Arnold to deploy OpenEDX, but this is my first time working with this tool. I've read through all the documentation and managed...
**Actual Behavior** When I run for instance bin/arnold -c eugene -e development -a edxapp bootstrap I get this message: ``` TASK [Add meta-data to available applications] fatal: [local]: FAILED! =>...
## Purpose If we execute a lot of Arnold command, this will reach the Github API rate limiting. When we reach the limit Arnold will fail because it can parse...
## Bug Report **Expected behavior/code** Any character in the elasticsearch user password should be supported. **Actual Behavior** ES node authentication fails when the `elastic` user has a space in its...
## Purpose While fetching an application tray, we need to support multiple versions of the tray. ## Proposal - [ ] update the apps tree to something like: `apps/{{ tray.name...