Skip to content

feat(ilf-interledger-app): support for app v1.9.0#431

Merged
bosbaber merged 1 commit into
mainfrom
stephan/wal-814
Apr 17, 2026
Merged

feat(ilf-interledger-app): support for app v1.9.0#431
bosbaber merged 1 commit into
mainfrom
stephan/wal-814

Conversation

@bosbaber
Copy link
Copy Markdown
Collaborator

@bosbaber bosbaber commented Apr 17, 2026

This pull request updates the Helm charts for the Interledger app, introducing new configuration options for email, Persona API, and signup agreements, as well as updating the app version across all components. The changes improve flexibility and control over backend configuration, especially for email and user onboarding flows.

Chart version updates:

  • Bumped appVersion from v1.7.9 to v1.9.0 in admin, backend, and frontend Helm charts, ensuring all components reference the latest application version. [1] [2] [3]

Backend configuration enhancements:

  • Added new configuration options in values.yaml for email (enable/disable, SendGrid sender details, template ID), Persona API base URL override, and required signup agreement IDs. [1] [2] [3]
  • Updated backend config map to expose new environment variables: EMAIL_ENABLED, SENDGRID_FROM_NAME, SENDGRID_FROM_EMAIL, SENDGRID_ONE_TEMPLATE_ID, PERSONA_BASE_URL, and SIGNUP_AGREEMENT_IDS.

Testing improvements:

  • Expanded deployment config map tests to verify new email, Persona, and signup agreement environment variables, including default values and override scenarios.

@bosbaber bosbaber requested a review from a team as a code owner April 17, 2026 07:52
Copilot AI review requested due to automatic review settings April 17, 2026 07:52
@bosbaber bosbaber self-assigned this Apr 17, 2026
@bosbaber bosbaber enabled auto-merge (squash) April 17, 2026 07:52
@bosbaber bosbaber requested a review from RaulBR April 17, 2026 07:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Interledger App Helm charts to target application release v1.9.0 and adds new backend configuration values (email/SendGrid, Persona base URL override, signup agreement IDs) with corresponding helm-unittest coverage.

Changes:

  • Bump appVersion to v1.9.0 for interledger-app frontend, backend, and admin charts.
  • Add new backend config values and wire them into the backend ConfigMap environment variables.
  • Extend backend helm-unittest suite to assert new ConfigMap keys/defaults and overrides.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
charts/interledger-app/frontend/Chart.yaml Updates chart appVersion to v1.9.0.
charts/interledger-app/backend/values.yaml Adds new backend config values and maps them into the generated ConfigMap env vars.
charts/interledger-app/backend/tests/deployment.server.configmaps_test.yaml Adds helm-unittest assertions for new ConfigMap keys and override behavior.
charts/interledger-app/backend/Chart.yaml Updates chart appVersion to v1.9.0.
charts/interledger-app/admin/Chart.yaml Updates chart appVersion to v1.9.0.

Comment thread charts/interledger-app/backend/values.yaml
@bosbaber bosbaber disabled auto-merge April 17, 2026 07:55
@bosbaber bosbaber merged commit 7fe1b90 into main Apr 17, 2026
21 checks passed
@bosbaber bosbaber deleted the stephan/wal-814 branch April 17, 2026 07:55
github-actions Bot added a commit that referenced this pull request Apr 17, 2026
Automated chart versioning after merge of PR #431.
This PR updates Chart.yaml versions, packages updated charts into
docs/interledger,
and regenerates the Helm index.

Co-authored-by: bosbaber <1615407+bosbaber@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants