Skip to content

Commit 9c9f92f

Browse files
committed
Update version TFO-Agent, fixing unit test ci-pipeline
1 parent 32b1108 commit 9c9f92f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
All notable changes to TelemetryFlow Agent will be documented in this file.
2121

22-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
22+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.1/),
2323
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2424

2525
## [1.1.1] - 2024-12-29

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TFO-Agent is fully aligned with the TelemetryFlow ecosystem, sharing the same Op
3131

3232
```mermaid
3333
graph LR
34-
subgraph "TelemetryFlow Ecosystem v1.1.0"
34+
subgraph "TelemetryFlow Ecosystem v1.1.1"
3535
subgraph "Instrumentation"
3636
SDK[TFO-Go-SDK<br/>OTEL SDK v1.39.0]
3737
end
@@ -58,9 +58,9 @@ graph LR
5858

5959
| Component | Version | OTEL Base | Description |
6060
|-----------|---------|-----------|-------------|
61-
| **TFO-Agent** | v1.1.0 | SDK v1.39.0 | Telemetry collection agent |
62-
| **TFO-Go-SDK** | v1.1.0 | SDK v1.39.0 | Go instrumentation SDK |
63-
| **TFO-Collector** | v1.1.0 | Collector v0.142.0 | Central telemetry collector |
61+
| **TFO-Agent** | v1.1.1 | SDK v1.39.0 | Telemetry collection agent |
62+
| **TFO-Go-SDK** | v1.1.1 | SDK v1.39.0 | Go instrumentation SDK |
63+
| **TFO-Collector** | v1.1.1 | Collector v0.142.0 | Central telemetry collector |
6464

6565
## Features
6666

@@ -158,7 +158,7 @@ docker run -d --name tfo-agent \
158158
Create configuration file at `/etc/tfo-agent/tfo-agent.yaml`:
159159

160160
```yaml
161-
# TelemetryFlow Platform Configuration (v1.1.0+)
161+
# TelemetryFlow Platform Configuration (v1.1.1+)
162162
telemetryflow:
163163
api_key_id: "${TELEMETRYFLOW_API_KEY_ID}"
164164
api_key_secret: "${TELEMETRYFLOW_API_KEY_SECRET}"
@@ -208,7 +208,7 @@ buffer:
208208
### Environment Variables
209209
210210
```bash
211-
# TelemetryFlow Platform (v1.1.0+)
211+
# TelemetryFlow Platform (v1.1.1+)
212212
export TELEMETRYFLOW_ENDPOINT="localhost:4317"
213213
export TELEMETRYFLOW_API_KEY_ID="tfk_your_key_id"
214214
export TELEMETRYFLOW_API_KEY_SECRET="tfs_your_key_secret"

docs/INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ sudo mkdir -p /var/log/tfo-agent
165165
# From source
166166
sudo cp configs/tfo-agent.yaml /etc/tfo-agent/
167167

168-
# Or create minimal config (v1.1.0+)
168+
# Or create minimal config (v1.1.1+)
169169
cat > /etc/tfo-agent/tfo-agent.yaml <<'EOF'
170170
# TelemetryFlow Platform Configuration
171171
telemetryflow:

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TFO-Agent is fully aligned with the TelemetryFlow ecosystem, sharing the same Op
2828

2929
```mermaid
3030
graph LR
31-
subgraph "TelemetryFlow Ecosystem v1.1.0"
31+
subgraph "TelemetryFlow Ecosystem v1.1.1"
3232
subgraph "Instrumentation"
3333
SDK[TFO-Go-SDK<br/>OTEL SDK v1.39.0]
3434
end

0 commit comments

Comments
 (0)