Open Issues Need Help
View All on GitHubAI 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.
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.