apiVersion: jenkins.io/v1 kind: PipelineActivity metadata: annotations: lighthouse.jenkins-x.io/cloneURI: https://github.com/greencapitaltrade/destiny.git lighthouse.jenkins-x.io/job: release pipeline.jenkins-x.io/traceID: e21f5a45f97ef6b8dfc993b75439691f creationTimestamp: "2026-04-18T03:24:19Z" generation: 8 labels: branch: main build: "82" context: release created-by-lighthouse: "true" event-GUID: 131deba8-3ad6-11f1-9246-3928925015a7 lighthouse.jenkins-x.io/baseSHA: cae3bf1e647a42e75d658a32fd23a6b60aafc6a2 lighthouse.jenkins-x.io/branch: main lighthouse.jenkins-x.io/buildNum: "1776482659133" lighthouse.jenkins-x.io/context: release lighthouse.jenkins-x.io/id: apitaltrade-destiny-main-release-7hwrk lighthouse.jenkins-x.io/job: release lighthouse.jenkins-x.io/lastCommitSHA: cae3bf1e647a42e75d658a32fd23a6b60aafc6a2 lighthouse.jenkins-x.io/refs.org: greencapitaltrade lighthouse.jenkins-x.io/refs.repo: destiny lighthouse.jenkins-x.io/type: postsubmit owner: greencapitaltrade podName: apitaltrade-destiny-main-release-jbcn7-from-build-pack-pod provider: github repository: destiny tekton.dev/pipeline: apitaltrade-destiny-main-release-jbcn7 managedFields: - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: f:branch: {} f:context: {} f:owner: {} f:provider: {} f:repository: {} f:spec: f:lastCommitMessage: {} f:lastCommitSHA: {} f:releaseNotesURL: {} f:version: {} manager: jx-changelog-0.10.18 operation: Update time: "2026-04-18T03:27:16Z" - apiVersion: jenkins.io/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:lighthouse.jenkins-x.io/cloneURI: {} f:lighthouse.jenkins-x.io/job: {} f:pipeline.jenkins-x.io/traceID: {} f:labels: .: {} f:build: {} f:created-by-lighthouse: {} f:event-GUID: {} f:lighthouse.jenkins-x.io/baseSHA: {} f:lighthouse.jenkins-x.io/branch: {} f:lighthouse.jenkins-x.io/buildNum: {} f:lighthouse.jenkins-x.io/context: {} f:lighthouse.jenkins-x.io/id: {} f:lighthouse.jenkins-x.io/job: {} f:lighthouse.jenkins-x.io/lastCommitSHA: {} f:lighthouse.jenkins-x.io/refs.org: {} f:lighthouse.jenkins-x.io/refs.repo: {} f:lighthouse.jenkins-x.io/type: {} f:podName: {} f:tekton.dev/pipeline: {} f:spec: .: {} f:baseSHA: {} f:batchPipelineActivity: {} f:build: {} f:buildLogsUrl: {} f:completedTimestamp: {} f:context: {} f:gitBranch: {} f:gitOwner: {} f:gitRepository: {} f:gitUrl: {} f:message: {} f:pipeline: {} f:startedTimestamp: {} f:status: {} f:steps: {} manager: jx-build-controller operation: Update time: "2026-04-18T04:55:08Z" name: greencapitaltrade-destiny-main-82 namespace: jx resourceVersion: "1098440260" uid: 05db2a45-d29a-4f27-84d7-defe339161a0 spec: baseSHA: cae3bf1e647a42e75d658a32fd23a6b60aafc6a2 batchPipelineActivity: {} build: "82" buildLogsUrl: azblob://logs/jenkins-x/logs/greencapitaltrade/destiny/main/82.log completedTimestamp: "2026-04-18T03:28:28Z" context: release gitBranch: main gitOwner: greencapitaltrade gitRepository: destiny gitUrl: https://github.com/greencapitaltrade/destiny.git lastCommitMessage: | feat: encrypt bureau reports at rest in credit_scores Adds AES-256-GCM encryption for credit bureau data (extra_data and experian_data) in the credit_scores table. These JSONB fields contain full Experian bureau reports with PII (credit accounts, payment history, personal identifiers). New columns encrypted_report, report_nonce, report_auth_tag store the ciphertext. The extra_data and experian_data fields become Sequelize VIRTUAL getters/setters that transparently encrypt on write and decrypt on read. Existing code that reads/writes these fields works unchanged. Includes lib/vault.js (AES-256-GCM encrypt/decrypt with DESTINY_ENCRYPTION_KEY env var) and 11 unit tests covering roundtrip, nonce freshness, tamper rejection, and missing/invalid key. The dumpData retention method now queries by created_at instead of embedded JSONB dates (encrypted data can't be queried with SQL). Co-Authored-By: Claude Opus 4.6 (1M context) lastCommitSHA: ede6b565e4d0fbf7edb4265616e7d8277728b61a message: 'Tasks Completed: 1 (Failed: 0, Cancelled 0), Skipped: 0' pipeline: greencapitaltrade/destiny/main releaseNotesURL: https://github.com/greencapitaltrade/destiny/releases/tag/v1.45.0 startedTimestamp: "2026-04-18T03:24:19Z" status: Succeeded steps: - kind: Stage stage: completedTimestamp: "2026-04-18T03:28:28Z" name: from build pack startedTimestamp: "2026-04-18T03:24:24Z" status: Succeeded steps: - completedTimestamp: "2026-04-18T03:24:32Z" name: Git Clone startedTimestamp: "2026-04-18T03:24:24Z" status: Succeeded - completedTimestamp: "2026-04-18T03:24:37Z" name: Next Version startedTimestamp: "2026-04-18T03:24:33Z" status: Succeeded - completedTimestamp: "2026-04-18T03:24:41Z" name: Jx Variables startedTimestamp: "2026-04-18T03:24:37Z" status: Succeeded - completedTimestamp: "2026-04-18T03:25:38Z" name: Build Npm Install startedTimestamp: "2026-04-18T03:24:41Z" status: Succeeded - completedTimestamp: "2026-04-18T03:26:55Z" name: Build Container Build startedTimestamp: "2026-04-18T03:25:38Z" status: Succeeded - completedTimestamp: "2026-04-18T03:27:16Z" name: Promote Changelog startedTimestamp: "2026-04-18T03:26:56Z" status: Succeeded - completedTimestamp: "2026-04-18T03:27:20Z" name: Promote Helm Release startedTimestamp: "2026-04-18T03:27:17Z" status: Succeeded - completedTimestamp: "2026-04-18T03:28:28Z" name: Promote Jx Promote startedTimestamp: "2026-04-18T03:27:21Z" status: Succeeded - kind: Promote promote: environment: staging pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/3525 startedTimestamp: "2026-04-18T03:28:00Z" status: Succeeded startedTimestamp: "2026-04-18T03:28:00Z" status: Succeeded - kind: Promote promote: environment: production pullRequest: pullRequestURL: https://github.com/greencapitaltrade/mcu/pull/3526 startedTimestamp: "2026-04-18T03:28:25Z" status: Succeeded startedTimestamp: "2026-04-18T03:28:25Z" status: Succeeded version: 1.45.0 status: {}