Skip to content

Commit

Permalink
Prepare release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed May 11, 2023
1 parent 61937a0 commit 8a8157d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
]

hydra-node-1:
image: ghcr.io/input-output-hk/hydra-node:unstable
image: ghcr.io/input-output-hk/hydra-node:0.10.0
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
restart: always

hydra-node-2:
image: ghcr.io/input-output-hk/hydra-node:unstable
image: ghcr.io/input-output-hk/hydra-node:0.10.0
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -94,7 +94,7 @@ services:
restart: always

hydra-node-3:
image: ghcr.io/input-output-hk/hydra-node:unstable
image: ghcr.io/input-output-hk/hydra-node:0.10.0
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
restart: always

hydra-tui-1:
image: ghcr.io/input-output-hk/hydra-tui:unstable
image: ghcr.io/input-output-hk/hydra-tui:0.10.0
build:
context: ../
target: hydra-tui
Expand All @@ -149,7 +149,7 @@ services:
ipv4_address: 172.16.238.11

hydra-tui-2:
image: ghcr.io/input-output-hk/hydra-tui:unstable
image: ghcr.io/input-output-hk/hydra-tui:0.10.0
build:
context: ../
target: hydra-tui
Expand All @@ -168,7 +168,7 @@ services:
ipv4_address: 172.16.238.21

hydra-tui-3:
image: ghcr.io/input-output-hk/hydra-tui:unstable
image: ghcr.io/input-output-hk/hydra-tui:0.10.0
build:
context: ../
target: hydra-tui
Expand Down
2 changes: 1 addition & 1 deletion demo/seed-devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function hnode() {
else
docker run --rm -it \
-v ${SCRIPT_DIR}/devnet:/devnet \
ghcr.io/input-output-hk/hydra-node:unstable -- ${@}
ghcr.io/input-output-hk/hydra-node:0.10.0 -- ${@}
fi
}

Expand Down
1 change: 1 addition & 0 deletions testnets/preprod/hydra-scripts-0.10.0.txid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31b833c943fc267ee532c772be032183d5842b69492afaf5daa360171168c238
2 changes: 1 addition & 1 deletion testnets/preprod/hydra-scripts.txid
1 change: 1 addition & 0 deletions testnets/preview/hydra-scripts-0.10.0.txid
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d237926e174a2ca386174a5810d30f0ca6db352219dd7eacdc7d5969ae75d58f
2 changes: 1 addition & 1 deletion testnets/preview/hydra-scripts.txid

0 comments on commit 8a8157d

Please sign in to comment.