Skip to content

Releases: raphaelmansuy/edgequake

EdgeQuake v0.11.2

28 Apr 23:14
2a06a48

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.11.2)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.11.2 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.11.2 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.11.2 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.11.1

28 Apr 10:19
cbadbf5

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.11.1)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.11.1 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.11.1 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.11.1 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.11.0

27 Apr 14:31
e91108d

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.11.0)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.11.0 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.11.0 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.11.0 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.10.12

19 Apr 15:49

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.10.12)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.10.12 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.12 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.12 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.10.11

19 Apr 15:04

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.10.11)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.10.11 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.11 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.11 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.10.10

19 Apr 14:41

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.10.10)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.10.10 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.10 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.10 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.10.9

19 Apr 13:28

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.10.9)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.10.9 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.9 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.9 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.10.8

19 Apr 11:22

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.10.8)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.10.8 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.8 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.8 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.10.7

19 Apr 10:01

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.10.7)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.10.7 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.7 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.7 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md

EdgeQuake v0.10.6

19 Apr 08:31

Choose a tag to compare

Docker Quickstart

# Interactive one-command install (Docker only, no git clone)
curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/quickstart.sh | sh

Or with plain Docker Compose:

curl -fsSL https://raw.githubusercontent.com/raphaelmansuy/edgequake/edgequake-main/docker-compose.quickstart.yml \
  -o docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d
# → Web UI:  http://localhost:3000
# → API:     http://localhost:8080
# → Swagger: http://localhost:8080/swagger-ui

Or with the Makefile:

make stack           # start all three services (pulls from GHCR)
make stack-down      # stop and remove containers
make stack-logs      # tail logs

Images (v0.10.6)

Image Architecture
ghcr.io/raphaelmansuy/edgequake:0.10.6 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-frontend:0.10.6 linux/amd64, linux/arm64
ghcr.io/raphaelmansuy/edgequake-postgres:0.10.6 linux/amd64, linux/arm64

Full CHANGELOG: https://github.com/raphaelmansuy/edgequake/blob/edgequake-main/CHANGELOG.md