Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions otel-ecs-supervisor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## ecs-ec2-integration

### 0.0.8 / 2026-07-07

* [IMPROVEMENT] Updated the default supervised CDOT image to `coralogixrepo/coralogix-otel-supervised-cdot:v0.10.0`.

### 0.0.7 / 2026-06-22

* [IMPROVEMENT] Updated the default supervised CDOT image tag to `v0.9.0`.
Expand Down
2 changes: 1 addition & 1 deletion otel-ecs-supervisor/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ variable "subsystem_name" {
variable "container_image" {
description = "Container image for the supervisor"
type = string
default = "coralogixrepo/otel-supervised-cdot:v0.9.0"
default = "coralogixrepo/coralogix-otel-supervised-cdot:v0.10.0"
}

variable "use_entrypoint_script" {
Expand Down
5 changes: 5 additions & 0 deletions otel-supervised-cdot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.10.0 - 2026-07-07

- [chore] Bump Supervisor to version 0.155.0.
- [chore] Align with the 0.155.0 supervised image release.

## v0.9.0 - 2026-06-22

- [chore] Bump Supervisor to version 0.154.0.
Expand Down
2 changes: 1 addition & 1 deletion otel-supervised-cdot/CURRENT_IMAGE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.0
v0.10.0
2 changes: 1 addition & 1 deletion otel-supervised-cdot/CURRENT_SUPERVISOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.154.0
0.155.0
5 changes: 5 additions & 0 deletions otel-supervised-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.10.0 - 2026-07-07

- [chore] Bump Collector to version 0.155.0.
- [chore] Bump Supervisor to version 0.155.0.

## v0.9.0 - 2026-06-22

- [chore] Bump Collector to version 0.154.0.
Expand Down
2 changes: 1 addition & 1 deletion otel-supervised-collector/COLLECTOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.154.0
0.155.0
2 changes: 1 addition & 1 deletion otel-supervised-collector/CURRENT_IMAGE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
2 changes: 1 addition & 1 deletion otel-supervised-collector/SUPERVISOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.154.0
0.155.0
5 changes: 5 additions & 0 deletions otel-supervised-ebpf-profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.10.0 - 2026-07-07

- [chore] Bump Collector to version 0.155.0.
- [chore] Bump Supervisor to version 0.155.0.

## v0.9.0 - 2026-06-22

- [chore] Bump Collector to version 0.154.0.
Expand Down
2 changes: 1 addition & 1 deletion otel-supervised-ebpf-profiler/CURRENT_COLLECTOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.154.0
0.155.0
2 changes: 1 addition & 1 deletion otel-supervised-ebpf-profiler/CURRENT_IMAGE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
2 changes: 1 addition & 1 deletion otel-supervised-ebpf-profiler/CURRENT_SUPERVISOR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.154.0
0.155.0
Loading