Releases: openctemio/api
v0.2.1
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.2.1
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.2.1
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.2.1
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.2.1Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.2.1
MIGRATIONS_VERSION=v0.2.1
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
- Docs/rfc 003 asset source priority by @0xmanhnv in #55
- Feat/asset source settings domain by @0xmanhnv in #56
- feat(ingest): PriorityGate — RFC-003 Phase 1b (logic only, not wired) by @0xmanhnv in #57
- feat(asset): lifecycle Phase 0 — stale detection + snooze + dry-run by @0xmanhnv in #58
- feat(asset): per-asset lifecycle snooze endpoints by @0xmanhnv in #59
- fix(asset-lifecycle): wire scheduler + dry-run worker + bound worker … by @0xmanhnv in #60
- Pr/53 merge resolved by @0xmanhnv in #62
- deps(go): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.1 to 1.100.0 in the go-minor-patch group by @dependabot[bot] in #61
- Develop by @0xmanhnv in #63
- fix(migration): drop CONCURRENTLY in 000165 — golang-migrate wraps ea… by @0xmanhnv in #64
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.2.0
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.2.0
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.2.0
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.2.0Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.2.0
MIGRATIONS_VERSION=v0.2.0
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
- fix: migration 137 trigger + 138 idempotent indexes by @0xmanhnv in #47
- Develop by @0xmanhnv in #49
- Feat/decouple sdk by @0xmanhnv in #50
- deps(go): bump the go-minor-patch group with 6 updates by @dependabot[bot] in #52
- Feat/ctem prioritization and maturity by @0xmanhnv in #51
- Develop: v0.2.0 by @0xmanhnv in #54
Full Changelog: v0.1.7...v0.2.0
v0.1.9
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.9
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.9
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.9
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.9Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.9
MIGRATIONS_VERSION=v0.1.9
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
Full Changelog: v0.1.7...v0.1.9
v0.1.8
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.8
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.8
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.8
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.8Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.8
MIGRATIONS_VERSION=v0.1.8
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.7
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.7
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.7
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.7Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.7
MIGRATIONS_VERSION=v0.1.7
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.6
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.6
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.6
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.6Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.6
MIGRATIONS_VERSION=v0.1.6
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
- deps(actions): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #40
- deps(go): bump the go-minor-patch group with 4 updates by @dependabot[bot] in #41
- Develop: v0.1.6 by @0xmanhnv in #42
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.5
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.5
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.5
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.5Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.5
MIGRATIONS_VERSION=v0.1.5
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
- Develop by @0xmanhnv in #36
- Develop by @0xmanhnv in #37
- Develop: v0.1.5 by @0xmanhnv in #38
- Develop by @0xmanhnv in #39
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.4
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.4
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.4
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.4Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.4
MIGRATIONS_VERSION=v0.1.4
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.3
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.3
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.3
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.3Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.3
MIGRATIONS_VERSION=v0.1.3
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
- feat: pentest campaigns inline editing, CVSS calculator, security har… by @0xmanhnv in #27
- Feat/mobilization—closed loop finding lifecycle by @0xmanhnv in #28
- deps(actions): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #30
- deps(go): bump the go-minor-patch group across 1 directory with 13 updates by @dependabot[bot] in #32
- fix(security): comprehensive security hardening, IDOR fixes, and query optimization by @0xmanhnv in #33
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Docker Images
Images are published to GitHub Container Registry (multi-arch: amd64 + arm64):
# API
docker pull ghcr.io/openctemio/api:v0.1.2
# Database Migrations
docker pull ghcr.io/openctemio/migrations:v0.1.2
# Database Seed
docker pull ghcr.io/openctemio/seed:v0.1.2
# Admin CLI
docker pull ghcr.io/openctemio/admin-cli:v0.1.2Images are also mirrored to Docker Hub (
openctemio/*) if configured.
Deployment
# Update version in your .env.versions file
API_VERSION=v0.1.2
MIGRATIONS_VERSION=v0.1.2
# Pull and restart
docker compose pull
docker compose up -dWhat's Changed
- deps(actions): bump imjasonh/setup-crane from 0.4 to 0.5 by @dependabot[bot] in #13
- deps(actions): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #15
- deps(actions): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #16
- deps(go): bump the go-minor-patch group across 1 directory with 8 updates by @dependabot[bot] in #17
- deps(actions): bump docker/login-action from 3 to 4 by @dependabot[bot] in #20
- deps(actions): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #21
- deps(actions): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in #22
- deps(go): bump the go-minor-patch group with 7 updates by @dependabot[bot] in #23
- deps(go): bump the go-minor-patch group with 9 updates by @dependabot[bot] in #24
- Develop: mvp1 and fix bug by @0xmanhnv in #25
- Develop: Release v0.1.2 by @0xmanhnv in #26
Full Changelog: v0.1.0...v0.1.2