Skip to content

Commit

Permalink
release: prepare v0.7.5 (#1496)
Browse files Browse the repository at this point in the history
bump version to 0.7.5 along with dockers

Signed-off-by: Gregory Edison <[email protected]>
  • Loading branch information
greged93 committed Oct 25, 2024
1 parent 24b6452 commit 0aa3b9a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kakarot-rpc"
version = "0.7.1"
version = "0.7.5"
edition = "2021"
authors = [
"Abdelhamid Bakhta <@abdelhamidbakhta>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run-dev: load-env
RUST_LOG=trace cargo run --bin kakarot-rpc

install-katana:
cargo install --git https://github.com/dojoengine/dojo --locked --tag v1.0.0-alpha.14 katana
cargo install --git https://github.com/dojoengine/dojo --locked --tag v1.0.0-alpha.15 katana

katana-genesis: install-katana
cargo run --bin katana_genesis --features testing
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ services:
- redis

kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.6.20
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
pull_policy: always
ports:
- 3030:3030
Expand Down Expand Up @@ -135,7 +135,7 @@ services:
- internal_prod

apibara-dna:
image: quay.io/apibara/starknet:1.5.0
image: quay.io/apibara/starknet:1.6.0
command:
- start
- --rpc=http://starknet:6060
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
- redis

kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.6.19-alpha2
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
pull_policy: always
ports:
- 3030:3030
Expand Down Expand Up @@ -149,7 +149,7 @@ services:
- internal_staging

apibara-dna:
image: quay.io/apibara/starknet:1.5.0
image: quay.io/apibara/starknet:1.6.0
command:
- start
- --rpc=http://starknet:6060
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ services:
- redis

kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.6.20
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
ports:
- 3030:3030
environment:
Expand Down Expand Up @@ -157,7 +157,7 @@ services:
- internal

apibara-dna:
image: quay.io/apibara/starknet:1.5.0
image: quay.io/apibara/starknet:1.6.0
command:
- start
- --rpc=http://starknet:5050
Expand Down
2 changes: 1 addition & 1 deletion docker/hive/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# trunk-ignore-all(terrascan/AC_DOCKER_0047)

# CairoVM Chain
FROM ghcr.io/dojoengine/dojo:v1.0.0-alpha.14 as katana
FROM ghcr.io/dojoengine/dojo:v1.0.0-alpha.15 as katana

# Indexer service
### Apibara DNA indexer and indexer
Expand Down

0 comments on commit 0aa3b9a

Please sign in to comment.