Skip to content

Commit 1cc3b24

Browse files
committed
Build supervised images for 0.154.0
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
1 parent efb6307 commit 1cc3b24

9 files changed

Lines changed: 20 additions & 6 deletions

File tree

otel-ecs-supervisor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## ecs-ec2-integration
44

5+
### 0.0.8 / 2026-07-07
6+
7+
* [IMPROVEMENT] Updated the default supervised CDOT image tag to `v0.10.0`.
8+
59
### 0.0.7 / 2026-06-22
610

711
* [IMPROVEMENT] Updated the default supervised CDOT image tag to `v0.9.0`.

otel-ecs-supervisor/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "subsystem_name" {
4444
variable "container_image" {
4545
description = "Container image for the supervisor"
4646
type = string
47-
default = "coralogixrepo/otel-supervised-cdot:v0.9.0"
47+
default = "coralogixrepo/otel-supervised-cdot:v0.10.0"
4848
}
4949

5050
variable "use_entrypoint_script" {

otel-supervised-cdot/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.10.0 - 2026-07-07
4+
5+
- [chore] Bump Supervisor to version 0.155.0.
6+
- [chore] Align with the 0.155.0 supervised image release.
7+
38
## v0.9.0 - 2026-06-22
49

510
- [chore] Bump Supervisor to version 0.154.0.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.0
1+
v0.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.154.0
1+
0.155.0

otel-supervised-ebpf-profiler/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.10.0 - 2026-07-07
4+
5+
- [chore] Bump Collector to version 0.155.0.
6+
- [chore] Bump Supervisor to version 0.155.0.
7+
38
## v0.9.0 - 2026-06-22
49

510
- [chore] Bump Collector to version 0.154.0.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.154.0
1+
0.155.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.154.0
1+
0.155.0

0 commit comments

Comments
 (0)