Releases: SumoLogic/sumologic-otel-collector-packaging
v0.144.0-2622
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.144.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- chore: Skip storing and testing install scripts for dependabot PRs by @Astha-Sharma in #230
- chore(deps): bump apple-actions/import-codesign-certs from 5.0.3 to 6.0.0 by @dependabot[bot] in #229
- chore: Skip latest version file creation for dependabot PRs by @Astha-Sharma in #231
- chore(deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #228
- chore(deps): bump dawidd6/action-download-artifact from 3.1.4 to 12 by @dependabot[bot] in #227
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #225
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #226
- chore(deps): bump raven-actions/actionlint from 2.0.1 to 2.1.0 by @dependabot[bot] in #232
- ci : fixing the secret inherit by @himanshu130700 in #233
- Revert "ci : fixing the secret inherit" by @himanshu130700 in #234
Full Changelog: v0.143.0-2577...v0.144.0-2622
v0.143.0-2577
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.143.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- chore: skip signing mac artifacts for dependabot PRs by @Astha-Sharma in #221
- chore: Skip publishing package for dependabot PRs by @Astha-Sharma in #222
- docs: updated the release docs by @himanshu130700 in #223
- chore: Skip signing/publishing msi package for dependabot PRs by @Astha-Sharma in #224
New Contributors
- @Astha-Sharma made their first contribution in #221
Full Changelog: v0.141.0-2524...v0.143.0-2577
v0.141.0-2524
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.141.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- ci : adding official git action by @himanshu130700 in #219
- ci: one-click ci to rc promotion by @himanshu130700 in #218
- chore:Release orchestrator post QE sign off by @himanshu130700 in #217
- ci: making promote ci build reusable by @himanshu130700 in #220
New Contributors
- @himanshu130700 made their first contribution in #219
Full Changelog: v0.140.0-2502...v0.141.0-2524
v0.140.0-2502
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.140.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- chore: fixed false positive cases for actionlint job by @Astitva-sumo in #216
- ci: rotate apple signing certificate by @Astitva-sumo in #214
Full Changelog: v0.139.0-2456...v0.140.0-2502
v0.139.0-2456
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.139.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- ci: fix secret key name issue by @Astitva-sumo in #206
- Add rollback documentation by @amdprophet in #210
- Add --clobber command to unix install script by @shubham-sumo in #209
- Add --clobber command to windows script by @shubham-sumo in #211
New Contributors
- @shubham-sumo made their first contribution in #209
Full Changelog: v0.137.0-2400...v0.139.0-2456
v0.137.0-2400
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.137.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- Fix download timeout arg usage by @Gourav2906 in #201
- ci: added new s3 targets for rc and stable builds by @Astitva-sumo in #197
- ci: fix secret key name issue by @Astitva-sumo in #206
Full Changelog: v0.136.0-2361...v0.137.0-2400
v0.136.0-2366
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.136.0-sumo-1.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- Fix download timeout arg usage by @Gourav2906 in #201
Full Changelog: v0.136.0-2361...v0.136.0-2366
v0.136.0-2361
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.136.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- Fix Promote worklow by @Gourav2906 in #185
- ci: add GOPATH bin to PATH by @amdprophet in #186
- ci: set environment variables required for promotion by @amdprophet in #187
- ci: adding second s3 target to upload ci builds to by @Astitva-sumo in #188
- ci: always set latest_version in destination repo by @amdprophet in #189
- chore(ci): add actionlint job by @amdprophet in #190
- fix(ci): overwrite previous latest_version content by @amdprophet in #192
- ci: add rollback workflow by @amdprophet in #193
- fix(ci): correct source/dest channels for rollback by @amdprophet in #194
- feat: add --package-path to install script by @echlebek in #182
- ci: add rollback rc workflow by @amdprophet in #196
- bug:adding timezone support for linux by @pankaj101A in #198
- chore:install script test for timezone by @pankaj101A in #199
New Contributors
- @Astitva-sumo made their first contribution in #188
Full Changelog: v0.133.0-2274...v0.136.0-2361
v0.133.0-2274
DEPRECATED
This release has been deprecated due to upstream issues with the gosnowflake dependency, which required
a downgrade as mentioned in open-telemetry/opentelemetry-collector-contrib#42607.
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.133.0-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- docs: add promotion docs by @amdprophet in #174
- Add GH actions for promotion by @amdprophet in #175
- chore: update distributions by @amdprophet in #172
- 🔄 synced file(s) with Sanyaku/apps by @sumologic-sanyaku-apps in #178
- SUMO-265976: using cdn for stable s3 bucket by @pankaj101A in #168
- SUMO-268103:cdn cache clear by @pankaj101A in #177
- Update invalidate_cdn.yaml by @pankaj101A in #179
- bug: add timezone for linux remotely managed collector by @pankaj101A in #180
- 🔄 synced file(s) with Sanyaku/apps by @sumologic-sanyaku-apps in #183
- Fix Promote worklow by @Gourav2906 in #185
- ci: add GOPATH bin to PATH by @amdprophet in #186
- ci: set environment variables required for promotion by @amdprophet in #187
- ci: adding second s3 target to upload ci builds to by @Astitva-sumo in #188
- ci: always set latest_version in destination repo by @amdprophet in #189
- chore(ci): add actionlint job by @amdprophet in #190
New Contributors
- @Astitva-sumo made their first contribution in #188
Full Changelog: v0.130.1-2196...v0.133.0-2274
v0.130.1-2196
This release packages Sumo Logic Distributions for OpenTelemetry Collector 0.130.1-sumo-0.
The changelog below is for the package itself, rather than the Sumo Logic Distribution for OpenTelemetry Collector. The changelog for the Sumo Logic Distribution for OpenTelemetry Collector can be found on the collector's release page.
What's Changed
- Windows runner shift to 2022 by @Gourav2906 in #159
- Add --timezone flag to windows install script by @Gourav2906 in #158
- Add --timezone flag to unix install script by @Gourav2906 in #157
- 🔄 synced file(s) with Sanyaku/apps by @sumologic-sanyaku-apps in #162
- 🔄 synced file(s) with Sanyaku/apps by @sumologic-sanyaku-apps in #163
- 🔄 synced file(s) with Sanyaku/apps by @sumologic-sanyaku-apps in #169
- bug:changing timezone param to string by @pankaj101A in #170
- fix: Remove unncessary internal telemetry configuration by @rnishtala-sumo in #171
New Contributors
- @Gourav2906 made their first contribution in #159
- @pankaj101A made their first contribution in #170
Full Changelog: v0.127.0-2102...v0.130.1-2196