Skip to content

Commit 12a22e8

Browse files
committed
Bump yagna version to v0.17.6 for testing
1 parent ba4d720 commit 12a22e8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ on:
2121
provider_version:
2222
description: "Provider version (e.g., v0.15.0 or pre-rel-v0.15.1)"
2323
required: false
24-
default: "v0.17.4"
24+
default: "v0.17.6"
2525
requestor_version:
2626
description: "Requestor version (e.g., v0.15.0 or pre-rel-v0.15.1)"
2727
required: false
28-
default: "v0.17.4"
28+
default: "v0.17.6"
2929
provider_wasi_version:
3030
description: "Provider WASI version (e.g., v0.2.2)"
3131
required: false
@@ -44,8 +44,8 @@ permissions:
4444
contents: read # for checkout
4545

4646
env:
47-
PROVIDER_VERSION: ${{ github.event.inputs.provider_version || 'v0.17.4' }}
48-
REQUESTOR_VERSION: ${{ github.event.inputs.requestor_version || 'v0.17.4' }}
47+
PROVIDER_VERSION: ${{ github.event.inputs.provider_version || 'v0.17.6' }}
48+
REQUESTOR_VERSION: ${{ github.event.inputs.requestor_version || 'v0.17.6' }}
4949
PROVIDER_WASI_VERSION: ${{ github.event.inputs.provider_wasi_version || 'v0.2.2' }}
5050
PROVIDER_VM_VERSION: ${{ github.event.inputs.provider_vm_version || 'v0.5.3' }}
5151
PAYMENT_NETWORK: ${{ github.event.inputs.payment_network || 'hoodi' }}

tests/docker/Provider.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG UBUNTU_VERSION=22.04
2-
ARG YA_CORE_PROVIDER_VERSION=v0.17.4
2+
ARG YA_CORE_PROVIDER_VERSION=v0.17.6
33
ARG YA_WASI_VERSION=v0.2.2
44
ARG YA_VM_VERSION=v0.5.3
55

tests/docker/Requestor.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG UBUNTU_VERSION=22.04
2-
ARG YA_CORE_REQUESTOR_VERSION=v0.17.4
2+
ARG YA_CORE_REQUESTOR_VERSION=v0.17.6
33

44
FROM node:22
55
ARG YA_CORE_REQUESTOR_VERSION

0 commit comments

Comments
 (0)