2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Improve the CI/CD process for OpenWallet Foundation Helm charts by automating CHANGELOG.md generation. The current process requires manual changelog updates, leading to CI failures. The solution involves automating changelog generation within the CI pipeline, potentially after PR merge, to avoid conflicts and ensure consistent versioning.

Complexity: 4/5
enhancement help wanted

AI Summary: Create a VS Code devcontainer for the OpenWallet Foundation Helm charts project. The devcontainer should include Helm, the `@bitnami/readme-generator-for-helm` and `conventional-changelog-cli` packages, a local Kind Kubernetes cluster for testing, and pre-configured access to shared Helm repositories like Bitnami's. The `ci-cd.yaml` workflow can serve as a reference for the necessary tools and configurations.

Complexity: 4/5
good first issue help wanted