diff --git a/charts/galoy/Chart.yaml b/charts/galoy/Chart.yaml index 28f4b17e16..9079f04a53 100644 --- a/charts/galoy/Chart.yaml +++ b/charts/galoy/Chart.yaml @@ -16,7 +16,7 @@ version: 0.27.3-dev # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.16.10 +appVersion: 0.16.13 dependencies: - name: redis repository: https://charts.bitnami.com/bitnami diff --git a/charts/galoy/apollo-router/public-schema.graphql b/charts/galoy/apollo-router/public-schema.graphql index 8ad8f45a51..0e98dee6fe 100644 --- a/charts/galoy/apollo-router/public-schema.graphql +++ b/charts/galoy/apollo-router/public-schema.graphql @@ -474,6 +474,8 @@ input IntraLedgerUsdPaymentSendInput { """A lightning invoice.""" interface Invoice { + createdAt: Timestamp! + """The payment hash of the lightning invoice.""" paymentHash: PaymentHash! @@ -516,11 +518,12 @@ enum InvoicePaymentStatus { scalar Language type LnInvoice implements Invoice { + createdAt: Timestamp! paymentHash: PaymentHash! paymentRequest: LnPaymentRequest! paymentSecret: LnPaymentSecret! paymentStatus: InvoicePaymentStatus! - satoshis: SatAmount + satoshis: SatAmount! } input LnInvoiceCreateInput { @@ -585,6 +588,7 @@ type LnInvoicePaymentStatusPayload { } type LnNoAmountInvoice implements Invoice { + createdAt: Timestamp! paymentHash: PaymentHash! paymentRequest: LnPaymentRequest! paymentSecret: LnPaymentSecret! diff --git a/charts/galoy/apollo-router/supergraph.graphql b/charts/galoy/apollo-router/supergraph.graphql index 61768fb466..c25e02d22d 100644 --- a/charts/galoy/apollo-router/supergraph.graphql +++ b/charts/galoy/apollo-router/supergraph.graphql @@ -644,6 +644,8 @@ input IntraLedgerUsdPaymentSendInput interface Invoice @join__type(graph: PUBLIC) { + createdAt: Timestamp! + """The payment hash of the lightning invoice.""" paymentHash: PaymentHash! @@ -717,11 +719,12 @@ type LnInvoice implements Invoice @join__implements(graph: PUBLIC, interface: "Invoice") @join__type(graph: PUBLIC) { + createdAt: Timestamp! paymentHash: PaymentHash! paymentRequest: LnPaymentRequest! paymentSecret: LnPaymentSecret! paymentStatus: InvoicePaymentStatus! - satoshis: SatAmount + satoshis: SatAmount! } input LnInvoiceCreateInput @@ -803,6 +806,7 @@ type LnNoAmountInvoice implements Invoice @join__implements(graph: PUBLIC, interface: "Invoice") @join__type(graph: PUBLIC) { + createdAt: Timestamp! paymentHash: PaymentHash! paymentRequest: LnPaymentRequest! paymentSecret: LnPaymentSecret! diff --git a/charts/galoy/values.yaml b/charts/galoy/values.yaml index 13398d509a..84515c4354 100644 --- a/charts/galoy/values.yaml +++ b/charts/galoy/values.yaml @@ -36,31 +36,31 @@ galoy: repository: us.gcr.io/galoy-org/galoy-api ## Digest of the image ## - digest: "sha256:39288e7fe6b1625e9bad2b89f133d01279736c9f8ebed051ab56716193d06f51" + digest: "sha256:37f772bd3715e27fd7a1865947888dcae13443ad818474f3bc2f03b8be487c8f" ## Not used by Helm, just used to ref to the source https://github.com/GaloyMoney/galoy.git ## Reference for timestamping the corresponding docker image and used by internal CI. ## - git_ref: "6232ee2" + git_ref: "b5ac078" websocket: repository: us.gcr.io/galoy-org/galoy-api-ws-server ## Digest of the image ## - digest: "sha256:9b3b668b90a76a5f0039307dbb5e2f04357d46b044cb8f08915ac76b2fc0b29c" + digest: "sha256:38851998ad46ce4efa5a615d4556a951fd65895b46bfb76af9c44e25c2f86ecb" trigger: repository: us.gcr.io/galoy-org/galoy-api-trigger ## Digest of the image ## - digest: "sha256:1869e0e4b8f17fee4ef80c184eb5cd17046484b0c5235fc38c9b267cb38b82d8" + digest: "sha256:057c07797bf3243c363def25d3e7d35ac30a71ba81821f83b3baf8683772f272" cron: repository: us.gcr.io/galoy-org/galoy-api-cron ## Digest of the image ## - digest: "sha256:690f99017443f6bcc180822f9a1ee79f21be18dc45c9e9506a460fdb99cc1e66" + digest: "sha256:dcabc2036e295e8cd4c7c84ee42c4c692a573b47ffc6028609c6100cdf58950f" exporter: repository: us.gcr.io/galoy-org/galoy-api-exporter ## Digest of the image ## - digest: "sha256:cbd97fb60351f1b0cc93fd1ec88e31b16547801d3c87b2511c4597d07493e1d8" + digest: "sha256:e3db6ea5e3232b93a02a0ac9ceb537b80765370545ea6e156c1d017fd05fd97f" consent: repository: us.gcr.io/galoy-org/galoy-consent ## Digest of the image @@ -70,7 +70,7 @@ galoy: repository: us.gcr.io/galoy-org/galoy-api-keys ## Digest of the image ## - digest: "sha256:5f73613ad215bcb164fc96970c6b86d54190e49da20f1140acd80532f21d401c" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=4242d78;app=api-keys; + digest: "sha256:c38da278dd58a11d10732a7f1d1c6a464a7b86002f519221dcbb26b792aff8c9" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=4242d78;app=api-keys; ## Galoy Application MongoDB Migration Image details ## mongodbMigrate: @@ -79,7 +79,7 @@ galoy: repository: us.gcr.io/galoy-org/galoy-app-migrate ## Digest of the image ## - digest: "sha256:12e1d4557021bee8094ccd1dd622062f53bf67422974e36880046730a2224d2c" + digest: "sha256:307c6205dd889fcefcdfe627ba8a4d85fc44130faf058f9705be33b7f304ab3a" ## Galoy Application MongoDB Backup Image details ## mongoBackup: