Skip to content

Commit

Permalink
release: 0.22.0 (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt authored Jan 30, 2025
1 parent 7070527 commit 6748007
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployments/aws/ecs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ variable "tracecat_ui_image" {

variable "tracecat_image_tag" {
type = string
default = "0.21.9"
default = "0.22.0"
}

variable "temporal_server_image" {
Expand Down
2 changes: 1 addition & 1 deletion deployments/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ variable "tracecat_ui_image" {

variable "tracecat_image_tag" {
type = string
default = "0.21.9"
default = "0.22.0"
}

variable "temporal_server_image" {
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./Caddyfile:/etc/caddy/Caddyfile

api:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.22.0}
container_name: api
restart: unless-stopped
networks:
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
OLLAMA__API_URL: ${OLLAMA__API_URL}

worker:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.22.0}
restart: unless-stopped
networks:
- core
Expand All @@ -85,7 +85,7 @@ services:
command: ["python", "tracecat/dsl/worker.py"]

executor:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.22.0}
restart: unless-stopped
networks:
- core
Expand Down Expand Up @@ -120,7 +120,7 @@ services:
]

ui:
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.22.0}
container_name: ui
restart: unless-stopped
networks:
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.21.9"
__version__ = "0.22.0"

0 comments on commit 6748007

Please sign in to comment.