Skip to content

Commit 5d678db

Browse files
committed
release: 1.0.0-beta.34
1 parent 3d0fa7c commit 5d678db

File tree

13 files changed

+33
-33
lines changed

13 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.33`)
42+
- Tracecat version (e.g. `1.0.0-beta.34`)
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.33"
149+
default = "1.0.0-beta.34"
150150
}
151151

152152
variable "tracecat_chart_version" {
153153
description = "Helm chart version for Tracecat (from OCI registry)"
154154
type = string
155-
default = "0.3.43"
155+
default = "0.3.44"
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.33"
159+
default = "1.0.0-beta.34"
160160
}
161161

162162
variable "tracecat_chart_version" {
163163
description = "Helm chart version for Tracecat (from OCI registry)"
164164
type = string
165-
default = "0.3.43"
165+
default = "0.3.44"
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.33"
117+
default = "1.0.0-beta.34"
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.33"
71+
default = "1.0.0-beta.34"
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.43
6-
appVersion: "1.0.0-beta.33"
5+
version: 0.3.44
6+
appVersion: "1.0.0-beta.34"
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
@@ -351,7 +351,7 @@ services:
351351
condition: service_healthy
352352

353353
ui:
354-
# image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.33}
354+
# image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
355355
# container_name: ui
356356
build:
357357
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.33}
17+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
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.33}
105+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
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.33}
165+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
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.33}
242+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
243243
restart: unless-stopped
244244
networks:
245245
- core
@@ -317,7 +317,7 @@ services:
317317
condition: service_healthy
318318

319319
mcp:
320-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.33}
320+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
321321
restart: on-failure:3
322322
networks:
323323
- core
@@ -356,7 +356,7 @@ services:
356356
condition: service_healthy
357357

358358
ui:
359-
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.33}
359+
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
360360
container_name: ui
361361
restart: unless-stopped
362362
networks:
@@ -392,7 +392,7 @@ services:
392392
start_period: 5s
393393

394394
migrations:
395-
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.33}
395+
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-1.0.0-beta.34}
396396
container_name: migrations
397397
restart: "no"
398398
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.33/env.sh
32-
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.33/.env.example
31+
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/env.sh
32+
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/.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.33/Caddyfile
36+
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/Caddyfile
3737

3838
# 3. Download Docker Compose file
39-
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.33/docker-compose.yml
39+
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/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.33/.env.example).
48+
You can also view the template `.env.example` file [here](https://github.com/TracecatHQ/tracecat/blob/1.0.0-beta.34/.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.33/env.sh
44+
curl -o env.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/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.33/.env.example
47+
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/.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.33/Caddyfile
88+
curl -o Caddyfile https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/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.33/docker-compose.yml
94+
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/1.0.0-beta.34/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.33/.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.34/.env.example).

0 commit comments

Comments
 (0)