Skip to content

Commit

Permalink
release: Bump to 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Aug 16, 2024
1 parent 17fd064 commit 4a3d0fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployments/aws/ec2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ variable "instance_type" {
variable "tracecat_version" {
description = "The version of Tracecat to use"
type = string
default = "0.6.9"
default = "0.6.10"
}
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- ./Caddyfile:/etc/caddy/Caddyfile

api:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.10}
container_name: api
restart: unless-stopped
ports:
Expand All @@ -39,7 +39,7 @@ services:
- core-app:/var/lib/tracecat

worker:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.6.10}
restart: unless-stopped
environment:
LOG_LEVEL: ${LOG_LEVEL}
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
command: ["python", "tracecat/dsl/worker.py"]

ui:
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.6.9}
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.6.10}
container_name: ui
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion tracecat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Tracecat is the open source Tines / Splunk SOAR alternative."""

__version__ = "0.6.9"
__version__ = "0.6.10"

0 comments on commit 4a3d0fd

Please sign in to comment.