arnold icon indicating copy to clipboard operation
arnold copied to clipboard

:construction_worker_woman: Deploy your applications to Kubernetes with Ansible

Results 76 arnold issues
Sort by recently updated
recently updated
newest added

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible-lint/25.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible-lint/6.12.2/25.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [flake8](https://redirect.github.com/pycqa/flake8)...

dependencies

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/black/24.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.1.0/24.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...

dependencies

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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ansible/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ansible/7.2.0/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...

dependencies

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ansible&package-manager=pip&previous-version=7.2.0&new-version=8.5.0)](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...

dependencies

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! =>...

needs doc
question

## 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...

bug

## 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...

feature request