Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Dec 17, 2021
1 parent c3020f0 commit d21b40a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand Down Expand Up @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand All @@ -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
```

</details>
Expand Down
2 changes: 1 addition & 1 deletion cardano-rosetta-server/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d21b40a

Please sign in to comment.