File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v2
1313 with :
1414 fetch-depth : 0
15- - uses : dorny/paths-filter@v2
15+ - uses : dorny/paths-filter@v3
1616 id : filter
1717 with :
1818 predicate-quantifier : every
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v4
2727 with :
2828 fetch-depth : 0
29- - uses : dorny/paths-filter@v2
29+ - uses : dorny/paths-filter@v3
3030 id : filter
3131 with :
3232 filters : |
5959 - uses : actions/checkout@v2
6060 with :
6161 fetch-depth : 0
62- - uses : dorny/paths-filter@v2
62+ - uses : dorny/paths-filter@v3
6363 id : filter
6464 with :
6565 predicate-quantifier : every
Original file line number Diff line number Diff line change 88
99<!-- * [Update/Bug fix] message that describes the changes that you apply -->
1010
11+ ### 1.1.0 / 2026-06-30
12+
13+ * [ UPDATE] Use ` otlp ` v1.10.0 for profiles ingestion
14+
1115### 1.0.0 / 2026-03-11
1216
1317* [ UPDATE] Changed from Parameter Store to S3 for configuration
Original file line number Diff line number Diff line change @@ -122,14 +122,15 @@ exporters:
122122 domain : coralogix.com
123123 logs :
124124 headers :
125- X-Coralogix-Distribution : ecs-fargate-integration/1.0 .0
125+ X-Coralogix-Distribution : ecs-fargate-integration/1.1 .0
126126 metrics :
127127 headers :
128- X-Coralogix-Distribution : ecs-fargate-integration/1.0 .0
128+ X-Coralogix-Distribution : ecs-fargate-integration/1.1 .0
129129 private_key : ${env:CORALOGIX_PRIVATE_KEY}
130130 profiles :
131131 headers :
132- X-Coralogix-Distribution : ecs-fargate-integration/1.0.0
132+ X-Coralogix-Distribution : ecs-fargate-integration/1.1.0
133+ x-coralogix-ingress : otlp/v1.10.0
133134 subsystem_name : integration
134135 subsystem_name_attributes :
135136 - aws.ecs.container.name
@@ -138,13 +139,13 @@ exporters:
138139 timeout : 30s
139140 traces :
140141 headers :
141- X-Coralogix-Distribution : ecs-fargate-integration/1.0 .0
142+ X-Coralogix-Distribution : ecs-fargate-integration/1.1 .0
142143 coralogix/resource_catalog :
143144 application_name : resource
144145 domain : coralogix.com
145146 logs :
146147 headers :
147- X-Coralogix-Distribution : ecs-fargate-integration/1.0 .0
148+ X-Coralogix-Distribution : ecs-fargate-integration/1.1 .0
148149 x-coralogix-ingress : metadata-as-otlp-logs/v1
149150 private_key : ${CORALOGIX_PRIVATE_KEY}
150151 subsystem_name : catalog
You can’t perform that action at this time.
0 commit comments