Skip to content

Commit 2baae13

Browse files
committed
Release 0.14.0
1 parent b0908c6 commit 2baae13

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
As a minor extension, we also keep a semantic version for the `UNRELEASED`
99
changes.
1010

11-
## [0.14.0] - UNRELEASED
11+
## [0.14.0] - 2023-12-04
1212

1313
- **BREAKING** Multiple changes to the Hydra Head protocol on-chain:
1414

demo/docker-compose.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323

2424
hydra-node-1:
2525
# NOTE: Make sure to use the same image in ./seed-devnet.sh
26-
image: ghcr.io/input-output-hk/hydra-node:unstable
26+
image: ghcr.io/input-output-hk/hydra-node:0.14.0
2727
build:
2828
context: ../
2929
target: hydra-node
@@ -60,7 +60,7 @@ services:
6060

6161
hydra-node-2:
6262
# NOTE: Make sure to use the same image in ./seed-devnet.sh
63-
image: ghcr.io/input-output-hk/hydra-node:unstable
63+
image: ghcr.io/input-output-hk/hydra-node:0.14.0
6464
build:
6565
context: ../
6666
target: hydra-node
@@ -97,7 +97,7 @@ services:
9797

9898
hydra-node-3:
9999
# NOTE: Make sure to use the same image in ./seed-devnet.sh
100-
image: ghcr.io/input-output-hk/hydra-node:unstable
100+
image: ghcr.io/input-output-hk/hydra-node:0.14.0
101101
build:
102102
context: ../
103103
target: hydra-node
@@ -133,7 +133,7 @@ services:
133133
restart: always
134134

135135
hydra-tui-1:
136-
image: ghcr.io/input-output-hk/hydra-tui:unstable
136+
image: ghcr.io/input-output-hk/hydra-tui:0.14.0
137137
build:
138138
context: ../
139139
target: hydra-tui
@@ -152,7 +152,7 @@ services:
152152
ipv4_address: 172.16.238.11
153153

154154
hydra-tui-2:
155-
image: ghcr.io/input-output-hk/hydra-tui:unstable
155+
image: ghcr.io/input-output-hk/hydra-tui:0.14.0
156156
build:
157157
context: ../
158158
target: hydra-tui
@@ -171,7 +171,7 @@ services:
171171
ipv4_address: 172.16.238.21
172172

173173
hydra-tui-3:
174-
image: ghcr.io/input-output-hk/hydra-tui:unstable
174+
image: ghcr.io/input-output-hk/hydra-tui:0.14.0
175175
build:
176176
context: ../
177177
target: hydra-tui

demo/seed-devnet.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function hnode() {
4949
docker run --rm -it \
5050
--pull always \
5151
-v ${SCRIPT_DIR}/devnet:/devnet \
52-
ghcr.io/input-output-hk/hydra-node:unstable -- ${@}
52+
ghcr.io/input-output-hk/hydra-node:0.14.0 -- ${@}
5353
fi
5454
}
5555

docs/docs/tutorial/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ components of the Cardano ecosystem, putting them in a `bin/` directory:
4141

4242
```shell
4343
mkdir -p bin
44-
version=0.13.0
44+
version=0.14.0
4545
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-x86_64-linux-${version}.zip
4646
unzip -d bin hydra-x86_64-linux-${version}.zip
4747
curl -L -o - https://github.com/input-output-hk/cardano-node/releases/download/8.1.2/cardano-node-8.1.2-linux.tar.gz \
@@ -56,7 +56,7 @@ chmod +x bin/*
5656

5757
```shell
5858
mkdir -p bin
59-
version=0.13.0
59+
version=0.14.0
6060
curl -L -O https://github.com/input-output-hk/hydra/releases/download/${version}/hydra-aarch64-darwin-${version}.zip
6161
unzip -d bin hydra-aarch64-darwin-${HYDRA_VERSION}.zip
6262
curl -L -o - https://github.com/input-output-hk/mithril/releases/download/2347.0/mithril-2347.0-macos-x64.tar.gz \
@@ -397,7 +397,7 @@ Let's start the `hydra-node` with all these parameters now:
397397
<TabItem value="alice" label="Alice">
398398

399399
```shell
400-
version=0.13.0
400+
version=0.14.0
401401
hydra-node \
402402
--node-id "alice-node" \
403403
--persistence-dir persistence-alice \
@@ -420,7 +420,7 @@ hydra-node \
420420
<TabItem value="bob" label="Bob">
421421

422422
```shell
423-
version=0.13.0
423+
version=0.14.0
424424
hydra-node \
425425
--node-id "bob-node" \
426426
--persistence-dir persistence-bob \

networks.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"mainnet": {
3-
"0.13.0": "989e3ab136a2cdd3132a99975e76e02f62bcb03ba64ddbb5d2dfddffca8d390d"
3+
"0.13.0": "989e3ab136a2cdd3132a99975e76e02f62bcb03ba64ddbb5d2dfddffca8d390d",
4+
"0.14.0": "3ac58d3f9f35d8f2cb38d39639232c10cfe0b986728f672d26ffced944d74560"
45
},
56
"preprod": {
67
"0.13.0": "f917dcd1fa2653e33d6d0ca5a067468595b546120c3085fab60848c34f92c265",
78
"0.14.0": "d8ba8c488f52228b200df48fe28305bc311d0507da2c2420b10835bf00d21948"
89
},
910
"preview": {
10-
"0.13.0": "1e00c627ec4b2ad0b4aa68068d3818ca0e41338c87e5504cda118c4050a98763"
11+
"0.13.0": "1e00c627ec4b2ad0b4aa68068d3818ca0e41338c87e5504cda118c4050a98763",
12+
"0.14.0": "64deee72cd424d957ea0fddf71508429ecb65fea83a041fe9b708fc2ca973a8e"
1113
}
1214
}

0 commit comments

Comments
 (0)