Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump-galoy-image-9d482e9 #4784

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/galoy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.22
appVersion: 0.16.23
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
Expand Down
20 changes: 10 additions & 10 deletions charts/galoy/apollo-router/public-schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface Account {
level: AccountLevel!
limits: AccountLimits!
notificationSettings: NotificationSettings!
pendingTransactions(walletIds: [WalletId]): [Transaction!]!
pendingIncomingTransactions(walletIds: [WalletId]): [Transaction!]!
realtimePrice: RealtimePrice!
transactions(
"""Returns the items in the list that come after the specified cursor."""
Expand Down Expand Up @@ -156,8 +156,8 @@ type BTCWallet implements Wallet {

"""An unconfirmed incoming onchain balance."""
pendingIncomingBalance: SignedAmount!
pendingTransactions: [Transaction!]!
pendingTransactionsByAddress(
pendingIncomingTransactions: [Transaction!]!
pendingIncomingTransactionsByAddress(
"""Returns the items that include this address."""
address: OnChainAddress!
): [Transaction!]!
Expand Down Expand Up @@ -278,7 +278,7 @@ type ConsumerAccount implements Account {
level: AccountLevel!
limits: AccountLimits!
notificationSettings: NotificationSettings!
pendingTransactions(walletIds: [WalletId]): [Transaction!]!
pendingIncomingTransactions(walletIds: [WalletId]): [Transaction!]!

"""List the quiz questions of the consumer account"""
quiz: [Quiz!]!
Expand Down Expand Up @@ -1358,8 +1358,8 @@ type UsdWallet implements Wallet {

"""An unconfirmed incoming onchain balance."""
pendingIncomingBalance: SignedAmount!
pendingTransactions: [Transaction!]!
pendingTransactionsByAddress(
pendingIncomingTransactions: [Transaction!]!
pendingIncomingTransactionsByAddress(
"""Returns the items that include this address."""
address: OnChainAddress!
): [Transaction!]!
Expand Down Expand Up @@ -1619,20 +1619,20 @@ interface Wallet {
pendingIncomingBalance: SignedAmount!

"""
Pending OnChain transactions. When transactions
Pending incoming OnChain transactions. When transactions
are confirmed they will receive a new id and be found in the transactions
list. Transactions are ordered anti-chronologically,
ie: the newest transaction will be first
"""
pendingTransactions: [Transaction!]!
pendingIncomingTransactions: [Transaction!]!

"""
Pending OnChain transactions. When transactions
Pending incoming OnChain transactions. When transactions
are confirmed they will receive a new id and be found in the transactions
list. Transactions are ordered anti-chronologically,
ie: the newest transaction will be first
"""
pendingTransactionsByAddress(
pendingIncomingTransactionsByAddress(
"""Returns the items that include this address."""
address: OnChainAddress!
): [Transaction!]!
Expand Down
20 changes: 10 additions & 10 deletions charts/galoy/apollo-router/supergraph.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface Account
level: AccountLevel!
limits: AccountLimits!
notificationSettings: NotificationSettings!
pendingTransactions(walletIds: [WalletId]): [Transaction!]!
pendingIncomingTransactions(walletIds: [WalletId]): [Transaction!]!
realtimePrice: RealtimePrice!
transactions(
"""Returns the items in the list that come after the specified cursor."""
Expand Down Expand Up @@ -251,8 +251,8 @@ type BTCWallet implements Wallet

"""An unconfirmed incoming onchain balance."""
pendingIncomingBalance: SignedAmount!
pendingTransactions: [Transaction!]!
pendingTransactionsByAddress(
pendingIncomingTransactions: [Transaction!]!
pendingIncomingTransactionsByAddress(
"""Returns the items that include this address."""
address: OnChainAddress!
): [Transaction!]!
Expand Down Expand Up @@ -395,7 +395,7 @@ type ConsumerAccount implements Account
level: AccountLevel!
limits: AccountLimits!
notificationSettings: NotificationSettings!
pendingTransactions(walletIds: [WalletId]): [Transaction!]!
pendingIncomingTransactions(walletIds: [WalletId]): [Transaction!]!

"""List the quiz questions of the consumer account"""
quiz: [Quiz!]!
Expand Down Expand Up @@ -1749,8 +1749,8 @@ type UsdWallet implements Wallet

"""An unconfirmed incoming onchain balance."""
pendingIncomingBalance: SignedAmount!
pendingTransactions: [Transaction!]!
pendingTransactionsByAddress(
pendingIncomingTransactions: [Transaction!]!
pendingIncomingTransactionsByAddress(
"""Returns the items that include this address."""
address: OnChainAddress!
): [Transaction!]!
Expand Down Expand Up @@ -2077,20 +2077,20 @@ interface Wallet
pendingIncomingBalance: SignedAmount!

"""
Pending OnChain transactions. When transactions
Pending incoming OnChain transactions. When transactions
are confirmed they will receive a new id and be found in the transactions
list. Transactions are ordered anti-chronologically,
ie: the newest transaction will be first
"""
pendingTransactions: [Transaction!]!
pendingIncomingTransactions: [Transaction!]!

"""
Pending OnChain transactions. When transactions
Pending incoming OnChain transactions. When transactions
are confirmed they will receive a new id and be found in the transactions
list. Transactions are ordered anti-chronologically,
ie: the newest transaction will be first
"""
pendingTransactionsByAddress(
pendingIncomingTransactionsByAddress(
"""Returns the items that include this address."""
address: OnChainAddress!
): [Transaction!]!
Expand Down
16 changes: 8 additions & 8 deletions charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@ galoy:
repository: us.gcr.io/galoy-org/galoy-api
## Digest of the image
##
digest: "sha256:43db4b74a9a2857e60277c02ee6c3b4cefcc93a172704602ee6df20fd46f83ed"
digest: "sha256:516694b41b9d9dae8e7ab4bb30fbc579cb9a61c487a36bd6ba10ce27f0ccaf92"
## 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: "cdf08a9"
git_ref: "9d482e9"
websocket:
repository: us.gcr.io/galoy-org/galoy-api-ws-server
## Digest of the image
##
digest: "sha256:78d050097b824874d60d63f252f08ed656517ca3bf6f72ce8860b0f01b00e068"
digest: "sha256:3c886c01d198384cbf443db5b4f9fd6ec5545861ee3b272fe2a343c87d2df9df"
trigger:
repository: us.gcr.io/galoy-org/galoy-api-trigger
## Digest of the image
##
digest: "sha256:1a5428731a35ed7fe809e932876890d3dd6e376afe0e922aa55f40f31863db48"
digest: "sha256:3272009db9fe019bbd9afffa7a6764cee7e507da45545a299089af8b73d5656d"
cron:
repository: us.gcr.io/galoy-org/galoy-api-cron
## Digest of the image
##
digest: "sha256:d42a09c3e2438d6763aa2f68b3c12c700ea69722f14afe21284e41dd182a7100"
digest: "sha256:b1621f1cb7373db246761b250e5f53a017c9ad3bfbd05eb06ac106130c993a9a"
exporter:
repository: us.gcr.io/galoy-org/galoy-api-exporter
## Digest of the image
##
digest: "sha256:bde6f83a43d18e9a30c646f86878fadcbbeb8232d0d3399273a4367868eb177c"
digest: "sha256:748fde39256191c0c9d675a14119218ace0a1cfdb1cf245dbeaa3a24e531abb4"
consent:
repository: us.gcr.io/galoy-org/galoy-consent
## Digest of the image
Expand All @@ -70,7 +70,7 @@ galoy:
repository: us.gcr.io/galoy-org/galoy-api-keys
## Digest of the image
##
digest: "sha256:adf5133fec51aadfc979b331aed3262430a6b1aeb7a7a1d6fd106d94d32a2c92" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=4242d78;app=api-keys;
digest: "sha256:a1471c132ff737ea4b93d1f4f9834d755497f8a5f84c77bb905564e99e262782" # METADATA:: repository=https://github.com/GaloyMoney/galoy;commit_ref=4242d78;app=api-keys;
## Galoy Application MongoDB Migration Image details
##
mongodbMigrate:
Expand All @@ -79,7 +79,7 @@ galoy:
repository: us.gcr.io/galoy-org/galoy-app-migrate
## Digest of the image
##
digest: "sha256:866a7136a1542787ac790c8af8a1a76254781ef23a16a813fa21aca05d5752c1"
digest: "sha256:1ca9bbd5bb9503e4cf74021015b736db5ae49ed098b7ea0ce10de0daa0d77984"
## Galoy Application MongoDB Backup Image details
##
mongoBackup:
Expand Down
Loading