Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Dec 4, 2023
1 parent b0908c6 commit 2baae13
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
As a minor extension, we also keep a semantic version for the `UNRELEASED`
changes.

## [0.14.0] - UNRELEASED
## [0.14.0] - 2023-12-04

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

Expand Down
12 changes: 6 additions & 6 deletions demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

hydra-node-1:
# NOTE: Make sure to use the same image in ./seed-devnet.sh
image: ghcr.io/input-output-hk/hydra-node:unstable
image: ghcr.io/input-output-hk/hydra-node:0.14.0
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -60,7 +60,7 @@ services:

hydra-node-2:
# NOTE: Make sure to use the same image in ./seed-devnet.sh
image: ghcr.io/input-output-hk/hydra-node:unstable
image: ghcr.io/input-output-hk/hydra-node:0.14.0
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -97,7 +97,7 @@ services:

hydra-node-3:
# NOTE: Make sure to use the same image in ./seed-devnet.sh
image: ghcr.io/input-output-hk/hydra-node:unstable
image: ghcr.io/input-output-hk/hydra-node:0.14.0
build:
context: ../
target: hydra-node
Expand Down Expand Up @@ -133,7 +133,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.14.0
build:
context: ../
target: hydra-tui
Expand All @@ -152,7 +152,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.14.0
build:
context: ../
target: hydra-tui
Expand All @@ -171,7 +171,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.14.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 @@ -49,7 +49,7 @@ function hnode() {
docker run --rm -it \
--pull always \
-v ${SCRIPT_DIR}/devnet:/devnet \
ghcr.io/input-output-hk/hydra-node:unstable -- ${@}
ghcr.io/input-output-hk/hydra-node:0.14.0 -- ${@}
fi
}

Expand Down
8 changes: 4 additions & 4 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ components of the Cardano ecosystem, putting them in a `bin/` directory:

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

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

```shell
version=0.13.0
version=0.14.0
hydra-node \
--node-id "alice-node" \
--persistence-dir persistence-alice \
Expand All @@ -420,7 +420,7 @@ hydra-node \
<TabItem value="bob" label="Bob">

```shell
version=0.13.0
version=0.14.0
hydra-node \
--node-id "bob-node" \
--persistence-dir persistence-bob \
Expand Down
6 changes: 4 additions & 2 deletions networks.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"mainnet": {
"0.13.0": "989e3ab136a2cdd3132a99975e76e02f62bcb03ba64ddbb5d2dfddffca8d390d"
"0.13.0": "989e3ab136a2cdd3132a99975e76e02f62bcb03ba64ddbb5d2dfddffca8d390d",
"0.14.0": "3ac58d3f9f35d8f2cb38d39639232c10cfe0b986728f672d26ffced944d74560"
},
"preprod": {
"0.13.0": "f917dcd1fa2653e33d6d0ca5a067468595b546120c3085fab60848c34f92c265",
"0.14.0": "d8ba8c488f52228b200df48fe28305bc311d0507da2c2420b10835bf00d21948"
},
"preview": {
"0.13.0": "1e00c627ec4b2ad0b4aa68068d3818ca0e41338c87e5504cda118c4050a98763"
"0.13.0": "1e00c627ec4b2ad0b4aa68068d3818ca0e41338c87e5504cda118c4050a98763",
"0.14.0": "64deee72cd424d957ea0fddf71508429ecb65fea83a041fe9b708fc2ca973a8e"
}
}

0 comments on commit 2baae13

Please sign in to comment.