Skip to content

Commit 3ba6bad

Browse files
committed
release: 1.0.0-beta.31
1 parent 2c8f146 commit 3ba6bad

File tree

14 files changed

+33
-33
lines changed

14 files changed

+33
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If applicable, add screenshots to help explain your problem.
3939

4040
**Environment (please complete the following information):**
4141

42-
- Tracecat version (e.g. `1.0.0-beta.30`)
42+
- Tracecat version (e.g. `1.0.0-beta.31`)
4343
- OS (e.g. Ubuntu 20.03 on WSL2)
4444
- Where did you deploy Tracecat? (VM, AWS EC2, etc.)
4545
- CPU architecture

deployments/eks/modules/eks/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ variable "hosted_zone_id" {
146146
variable "tracecat_image_tag" {
147147
description = "Docker image tag for Tracecat services"
148148
type = string
149-
default = "1.0.0-beta.30"
149+
default = "1.0.0-beta.31"
150150
}
151151

152152
variable "tracecat_chart_version" {
153153
description = "Helm chart version for Tracecat (from OCI registry)"
154154
type = string
155-
default = "0.3.40"
155+
default = "0.3.41"
156156
}
157157

158158
variable "tracecat_ingress_split" {

deployments/eks/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ variable "spot_node_max_size" {
156156
variable "tracecat_image_tag" {
157157
description = "Docker image tag for Tracecat services"
158158
type = string
159-
default = "1.0.0-beta.30"
159+
default = "1.0.0-beta.31"
160160
}
161161

162162
variable "tracecat_chart_version" {
163163
description = "Helm chart version for Tracecat (from OCI registry)"
164164
type = string
165-
default = "0.3.40"
165+
default = "0.3.41"
166166
}
167167

168168
variable "tracecat_ingress_split" {

deployments/fargate/modules/ecs/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ variable "tracecat_ui_image" {
114114

115115
variable "tracecat_image_tag" {
116116
type = string
117-
default = "1.0.0-beta.30"
117+
default = "1.0.0-beta.31"
118118
}
119119

120120
variable "temporal_server_image" {

deployments/fargate/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ variable "tracecat_ui_image" {
6868

6969
variable "tracecat_image_tag" {
7070
type = string
71-
default = "1.0.0-beta.30"
71+
default = "1.0.0-beta.31"
7272
}
7373

7474
variable "temporal_server_image" {

deployments/helm/tracecat/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: tracecat
33
description: Tracecat is the AI automation platform for mission critical work.
44
type: application
5-
version: 0.3.40
6-
appVersion: "1.0.0-beta.30"
5+
version: 0.3.41
6+
appVersion: "1.0.0-beta.31"
77
home: https://tracecat.com
88
maintainers:
99
- email: founders@tracecat.com

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ services:
349349
condition: service_healthy
350350

351351
ui:
352-
# image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
352+
# image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
353353
# container_name: ui
354354
build:
355355
context: ./frontend

docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- ./Caddyfile:/etc/caddy/Caddyfile
1515

1616
api:
17-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
17+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
1818
container_name: api
1919
restart: unless-stopped
2020
networks:
@@ -102,7 +102,7 @@ services:
102102
start_period: 10s
103103

104104
worker:
105-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
105+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
106106
restart: unless-stopped
107107
networks:
108108
- core
@@ -162,7 +162,7 @@ services:
162162
condition: service_healthy
163163

164164
executor:
165-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
165+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
166166
restart: unless-stopped
167167
networks:
168168
- core
@@ -239,7 +239,7 @@ services:
239239
condition: service_healthy
240240

241241
agent-executor:
242-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
242+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
243243
restart: unless-stopped
244244
networks:
245245
- core
@@ -316,7 +316,7 @@ services:
316316
condition: service_healthy
317317

318318
mcp:
319-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
319+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
320320
restart: on-failure:3
321321
networks:
322322
- core
@@ -354,7 +354,7 @@ services:
354354
condition: service_healthy
355355

356356
ui:
357-
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
357+
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
358358
container_name: ui
359359
restart: unless-stopped
360360
networks:
@@ -390,7 +390,7 @@ services:
390390
start_period: 5s
391391

392392
migrations:
393-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.30}
393+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.31}
394394
container_name: migrations
395395
restart: "no"
396396
networks:

docs/quickstart/install.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Deploy a local Tracecat stack using Docker Compose. View step-by-step instructio
2828

2929
```bash
3030
# 1. Setup .env configs and secrets (you'll be prompted for superadmin email)
31-
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/env.sh
32-
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/.env.example
31+
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/env.sh
32+
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/.env.example
3333
chmod +x env.sh && ./env.sh
3434

3535
# 2. Download Caddyfile
36-
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/Caddyfile
36+
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/Caddyfile
3737

3838
# 3. Download Docker Compose file
39-
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/docker-compose.yml
39+
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/docker-compose.yml
4040

4141
# Run Tracecat
4242
docker compose up -d
@@ -45,7 +45,7 @@ docker compose up -d
4545
<PublicUrlNote />
4646

4747
Check out the generated `.env` file to better understand Tracecat's configurations.
48-
You can also view the template `.env.example` file [here](https://github.com/TracecatHQ/tracecat/blob/1.0.0-beta.30/.env.example).
48+
You can also view the template `.env.example` file [here](https://github.com/TracecatHQ/tracecat/blob/1.0.0-beta.31/.env.example).
4949

5050
### AWS Fargate
5151

docs/self-hosting/deployment-options/docker-compose.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Use the commands listed below to download the required configuration files
4141

4242
```bash
4343
# 1. Download the env.sh installation script
44-
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/env.sh
44+
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/env.sh
4545

4646
# 2. Download the .env.example template file (env.sh needs this to generate your .env file)
47-
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/.env.example
47+
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/.env.example
4848

4949
# 3. Make the env.sh script executable and run it
5050
chmod +x env.sh && ./env.sh
@@ -85,13 +85,13 @@ Tracecat uses Caddy as a reverse proxy.
8585
You'll need to download the following `Caddyfile` to configure this service.
8686

8787
```bash
88-
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/Caddyfile
88+
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/Caddyfile
8989
```
9090

9191
## Download Docker Compose File
9292

9393
```bash
94-
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.30/docker-compose.yml
94+
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.31/docker-compose.yml
9595
```
9696

9797
## Start Tracecat
@@ -186,4 +186,4 @@ Please check the following:
186186

187187
- Log into Tracecat and build your first playbook. [View quickstart](/quickstart).
188188
- Tracecat comes with basic (email + password) authentication. Find out how to configure other authentication methods. [View docs](/self-hosting/authentication/overview).
189-
- Read inline comments in the generated `.env` file to better understand Tracecat's configurations. [View `.env.example` file](https://github.com/TracecatHQ/tracecat/blob/1.0.0-beta.30/.env.example).
189+
- Read inline comments in the generated `.env` file to better understand Tracecat's configurations. [View `.env.example` file](https://github.com/TracecatHQ/tracecat/blob/1.0.0-beta.31/.env.example).

0 commit comments

Comments
 (0)