Skip to content

Commit

Permalink
Update doc and samples to refer to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrange committed Nov 17, 2022
1 parent 33481fc commit a043e03
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The quickest way to get a `hydra-node` running is to use our [docker
images](https://github.com/orgs/input-output-hk/packages?repo_name=hydra-poc).

```sh
docker pull ghcr.io/input-output-hk/hydra-node:0.8.0
docker pull ghcr.io/input-output-hk/hydra-node:0.8.1
docker run --rm ghcr.io/input-output-hk/hydra-node --help
```

Expand Down
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:0.8.0
image: ghcr.io/input-output-hk/hydra-node:0.8.1
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:0.8.0
image: ghcr.io/input-output-hk/hydra-node:0.8.1
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:0.8.0
image: ghcr.io/input-output-hk/hydra-node:0.8.1
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:0.8.0
image: ghcr.io/input-output-hk/hydra-tui:0.8.1
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:0.8.0
image: ghcr.io/input-output-hk/hydra-tui:0.8.1
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:0.8.0
image: ghcr.io/input-output-hk/hydra-tui:0.8.1
build:
context: ../
target: hydra-tui
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The quickest way to get a hydra-node running is to use our Docker images:
<TerminalWindow>
```
docker pull ghcr.io/input-output-hk/hydra-node:0.8.0
docker pull ghcr.io/input-output-hk/hydra-node:0.8.1
docker run --rm ghcr.io/input-output-hk/hydra-node --help
```
Expand All @@ -30,7 +30,7 @@ docker run --rm ghcr.io/input-output-hk/hydra-node --help
We provide builds for `hydra-node`, `hydra-tools` and `hydra-tui` as statically
linked `x64_86` binaries. These binaries can be found in our CI or attached to
[github releases](https://github.com/input-output-hk/hydra-poc/releases)
starting with version `0.8.0`.
starting with version `0.8.1`.

## Building from source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hydra-nodeを動かす一番迅速な方法は、専用のDockerイメージを
<TerminalWindow>
```
docker pull ghcr.io/input-output-hk/hydra-node:0.8.0
docker pull ghcr.io/input-output-hk/hydra-node:0.8.1
docker run --rm ghcr.io/input-output-hk/hydra-node --help
```
Expand Down
2 changes: 1 addition & 1 deletion hydra-node/json-schemas/api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncapi: '2.3.0'
info:
title: Hydra Node API
version: '0.8.0'
version: '0.8.1'
description: |
WebSocket API for administrating Hydra heads: multi-party isomorphic state-channels for Cardano.
Expand Down
2 changes: 1 addition & 1 deletion hydra-plutus/hydra-plutus.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hydra-plutus
version: 0.8.0
version: 0.8.1
synopsis: Hydra Plutus Contracts
author: IOG
copyright: 2022 IOG
Expand Down
2 changes: 1 addition & 1 deletion hydra-prelude/hydra-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hydra-prelude
version: 0.8.0
version: 0.8.1
synopsis: Custom Hydra Prelude used across other Hydra packages.
author: IOG
copyright: 2022 IOG
Expand Down
2 changes: 1 addition & 1 deletion hydra-test-utils/hydra-test-utils.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: hydra-test-utils
version: 0.8.0
version: 0.8.1
synopsis: Hydra utilities for testing, aka. "Test Prelude"
author: IOG
copyright: 2022 IOG
Expand Down
2 changes: 1 addition & 1 deletion sample-node-config/aws/scripts/configure-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "Including hydra env variables"
NETWORK_MAGIC=$(jq .networkMagic cardano-configurations/network/preview/genesis/shelley.json)
echo "export NETWORK_MAGIC=$NETWORK_MAGIC" >> /home/ubuntu/.bashrc

# this is manually hardcoded from https://github.com/input-output-hk/hydra-poc/releases/tag/0.8.0
# this is manually hardcoded from https://github.com/input-output-hk/hydra-poc/releases/tag/0.8.1
# perhaps there would be a way to look those up in the Chain?
HYDRA_SCRIPTS_TX_ID=bde2ca1f404200e78202ec37979174df9941e96fd35c05b3680d79465853a246
echo "export HYDRA_SCRIPTS_TX_ID=$HYDRA_SCRIPTS_TX_ID" >> /home/ubuntu/.bashrc
Expand Down
2 changes: 1 addition & 1 deletion sample-node-config/gcp/scripts/configure-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ git clone https://github.com/input-output-hk/cardano-configurations

export NETWORK_MAGIC=$(jq .networkMagic cardano-configurations/network/preview/genesis/shelley.json)

# this is manually hardcoded from https://github.com/input-output-hk/hydra-poc/releases/tag/0.8.0
# this is manually hardcoded from https://github.com/input-output-hk/hydra-poc/releases/tag/0.8.1
# perhaps there would be a way to look those up in the Chain?
export HYDRA_SCRIPTS_TX_ID=bde2ca1f404200e78202ec37979174df9941e96fd35c05b3680d79465853a246

Expand Down
2 changes: 1 addition & 1 deletion sample-node-config/nixos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For this, we do not need a service definition, but can simply use `docker` via S
ssh -t example docker run --rm -it \
-v /data:/data \
--network host \
ghcr.io/input-output-hk/hydra-tui:0.8.0 \
ghcr.io/input-output-hk/hydra-tui:0.8.1 \
--connect 0.0.0.0:4001 \
--node-socket /data/cardano-node/node.socket \
--network-id 2 \
Expand Down
2 changes: 1 addition & 1 deletion sample-node-config/nixos/hydraw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in
networkMagic = "2";
in
{
image = "ghcr.io/input-output-hk/hydra-node:0.8.0";
image = "ghcr.io/input-output-hk/hydra-node:0.8.1";
volumes = [
"/data/cardano-node:/cardano-node:ro"
"/data/hydra-node:/data:ro"
Expand Down

0 comments on commit a043e03

Please sign in to comment.