From d21b40ab21cf8804a33a36454271c8f3a688a4d1 Mon Sep 17 00:00:00 2001 From: Rhys Bartels-Waller Date: Fri, 17 Dec 2021 17:14:31 +1100 Subject: [PATCH] chore: bump version, update changelog --- CHANGELOG.md | 2 +- README.md | 28 ++++++++++++++-------------- cardano-rosetta-server/package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac61670..debc1319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [1.6.0](https://github.com/input-output-hk/cardano-rosetta/compare/1.4.0...1.6.0) (2021-12-08) +## [1.6.1](https://github.com/input-output-hk/cardano-rosetta/compare/1.5.0...1.6.1) (2021-12-17) ### Features diff --git a/README.md b/README.md index 17198a38..e7ee79c9 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ DOCKER_BUILDKIT=1 \ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:1.6.0 \ - https://github.com/input-output-hk/cardano-rosetta.git#1.6.0 + -t inputoutput/cardano-rosetta:1.6.1 \ + https://github.com/input-output-hk/cardano-rosetta.git#1.6.1 ``` @@ -33,8 +33,8 @@ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg NETWORK=testnet \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:1.6.0-testnet \ - https://github.com/input-output-hk/cardano-rosetta.git#1.6.0 + -t inputoutput/cardano-rosetta:1.6.1-testnet \ + https://github.com/input-output-hk/cardano-rosetta.git#1.6.1 ``` @@ -53,7 +53,7 @@ docker run \ -p 8080:8080 \ -v cardano-rosetta:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:1.6.0 + inputoutput/cardano-rosetta:1.6.1 ``` @@ -67,7 +67,7 @@ docker run \ -p 8081:8080 \ -v cardano-rosetta-testnet:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:1.6.0-testnet + inputoutput/cardano-rosetta:1.6.1-testnet ``` @@ -121,10 +121,10 @@ For example: DOCKER_BUILDKIT=1 \ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ - --build-arg SNAPSHOT_URL=https://update-cardano-mainnet.iohk.io/cardano-db-sync/11/db-sync-snapshot-schema-11-block-6426045-x86_64.tgz \ + --build-arg SNAPSHOT_URL=https://update-cardano-mainnet.iohk.io/cardano-db-sync/12/db-sync-snapshot-schema-12-block-6590499-x86_64.tgz \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:1.6.0-apply-snapshot \ - https://github.com/input-output-hk/cardano-rosetta.git#1.6.0 + -t inputoutput/cardano-rosetta:1.6.1-apply-snapshot \ + https://github.com/input-output-hk/cardano-rosetta.git#1.6.1 ``` @@ -137,10 +137,10 @@ DOCKER_BUILDKIT=1 \ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg NETWORK=testnet \ - --build-arg SNAPSHOT_URL=https://updates-cardano-testnet.s3.amazonaws.com/cardano-db-sync/11/db-sync-snapshot-schema-11-block-3022711-x86_64.tgz \ + --build-arg SNAPSHOT_URL=https://updates-cardano-testnet.s3.amazonaws.com/cardano-db-sync/12/db-sync-snapshot-schema-12-block-3147999-x86_64.tgz \ --cache-from=inputoutput/cardano-rosetta:master \ - -t inputoutput/cardano-rosetta:1.6.0-testnet-apply-snapshot \ - https://github.com/input-output-hk/cardano-rosetta.git#1.6.0 + -t inputoutput/cardano-rosetta:1.6.1-testnet-apply-snapshot \ + https://github.com/input-output-hk/cardano-rosetta.git#1.6.1 ``` @@ -156,7 +156,7 @@ docker run \ -p 8080:8080 \ -v cardano-rosetta:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:1.6.0-apply-snapshot + inputoutput/cardano-rosetta:1.6.1-apply-snapshot ``` @@ -170,7 +170,7 @@ docker run \ -p 8081:8080 \ -v cardano-rosetta-testnet:/data \ --shm-size=2g \ - inputoutput/cardano-rosetta:1.6.0-testnet-apply-snapshot + inputoutput/cardano-rosetta:1.6.1-testnet-apply-snapshot ``` diff --git a/cardano-rosetta-server/package.json b/cardano-rosetta-server/package.json index 516a70a1..cccde330 100644 --- a/cardano-rosetta-server/package.json +++ b/cardano-rosetta-server/package.json @@ -1,6 +1,6 @@ { "name": "cardano-rosetta-server", - "version": "1.6.0", + "version": "1.6.1", "description": "Rosetta API server specification implementation", "main": "index.js", "scripts": {