Releases: SierraSoftworks/buckle
Version 1.3.3
What's Changed
- build(deps): Bump clap from 4.0.32 to 4.1.1 by @dependabot in #162
- build(deps): Bump nix from 0.26.1 to 0.26.2 by @dependabot in #164
- build(deps): Bump tokio from 1.24.1 to 1.24.2 by @dependabot in #163
- build(deps): Bump serde_yaml from 0.9.16 to 0.9.17 by @dependabot in #166
- build(deps): Bump reqwest from 0.11.13 to 0.11.14 by @dependabot in #165
- build(deps): Bump clap from 4.1.1 to 4.1.3 by @dependabot in #167
- build(deps): Bump clap from 4.1.3 to 4.1.4 by @dependabot in #168
- build(deps): Bump tokio from 1.24.2 to 1.25.0 by @dependabot in #169
- build(deps): Bump futures from 0.3.25 to 0.3.26 by @dependabot in #170
- build(deps): Bump serde_json from 1.0.91 to 1.0.92 by @dependabot in #171
- build(deps): Bump serde_json from 1.0.92 to 1.0.93 by @dependabot in #172
- build(deps): Bump once_cell from 1.17.0 to 1.17.1 by @dependabot in #173
- build(deps): Bump clap from 4.1.4 to 4.1.6 by @dependabot in #174
- build(deps): Bump http from 0.2.8 to 0.2.9 by @dependabot in #175
- build(deps): Bump tempfile from 3.3.0 to 3.4.0 by @dependabot in #176
- build(deps): Bump clap from 4.1.6 to 4.1.7 by @dependabot in #177
- build(deps): Bump clap from 4.1.7 to 4.1.8 by @dependabot in #178
- build(deps): Bump tokio from 1.25.0 to 1.26.0 by @dependabot in #179
- feat: Add support for retrying failed packages by @notheotherben in #180
Full Changelog: v1.3.2...v1.3.3
Version 1.3.2
What's Changed
- feat: Add a MUSL build for Buckle by @notheotherben in #160
- build(deps): Bump rustls from 0.20.7 to 0.20.8 by @dependabot in #161
Full Changelog: v1.3.1...v1.3.2
Version 1.3.1
New Features
- Improved logging of errors through an updated OpenTelemetry integration.
Dependency Updates
- build(deps): Bump once_cell from 1.13.1 to 1.14.0 by @dependabot in #126
- build(deps): Bump tokio from 1.20.1 to 1.21.0 by @dependabot in #127
- build(deps): Bump serde_yaml from 0.9.10 to 0.9.11 by @dependabot in #128
- build(deps): Bump clap from 3.2.20 to 3.2.21 by @dependabot in #130
- build(deps): Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #137
- build(deps): Bump tokio from 1.21.0 to 1.21.2 by @dependabot in #136
- build(deps): Bump itertools from 0.10.3 to 0.10.5 by @dependabot in #135
- build(deps): Bump serde_yaml from 0.9.11 to 0.9.14 by @dependabot in #140
- build(deps): Bump nix from 0.25.0 to 0.26.1 by @dependabot in #152
- build(deps): Bump once_cell from 1.16.0 to 1.17.0 by @dependabot in #154
- build(deps): Bump gethostname from 0.2.3 to 0.4.1 by @dependabot in #155
- build(deps): Bump tokio from 1.23.0 to 1.23.1 by @dependabot in #156
- build(deps): Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #157
- build(deps): Bump tokio from 1.23.1 to 1.24.0 by @dependabot in #158
- build(deps): Bump tokio from 1.24.0 to 1.24.1 by @dependabot in #159
Full Changelog: https://github.com/SierraSoftworks/buckle/compare/v1.3.0...v1.3.1###
Version 1.3.0
This release updates the way we configure the OpenTelemetry exporter to allow easy use with any compatible OTLP endpoint.
To configure your OpenTelemetry export, you should expose the following environment variables:
# Example configuration for Honeycomb
export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io"
export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=your-api-key"
Version 1.2.2
This release adds improvements to the telemetry emission generated by Buckle in situations where the service crashes and/or exits unexpectedly.
Version 1.2.1
This is a general maintenance update which ensures that Buckle is running the most recent libraries and security patches.
What's Changed
- build(deps): Bump rustls from 0.20.5 to 0.20.6 by @dependabot in #68
- build(deps): Bump once_cell from 1.10.0 to 1.11.0 by @dependabot in #69
- build(deps): Bump once_cell from 1.11.0 to 1.12.0 by @dependabot in #70
- build(deps): Bump tokio from 1.18.2 to 1.19.1 by @dependabot in #71
- build(deps): Bump http from 0.2.7 to 0.2.8 by @dependabot in #73
- build(deps): Bump tokio from 1.19.1 to 1.19.2 by @dependabot in #72
- build(deps): Bump tracing-opentelemetry from 0.17.2 to 0.17.3 by @dependabot in #74
- build(deps): Bump tracing from 0.1.34 to 0.1.35 by @dependabot in #75
- build(deps): Bump clap from 3.1.18 to 3.2.1 by @dependabot in #76
- build(deps): Bump reqwest from 0.11.10 to 0.11.11 by @dependabot in #77
- build(deps): Bump clap from 3.2.1 to 3.2.4 by @dependabot in #78
- build(deps): Bump clap from 3.2.4 to 3.2.5 by @dependabot in #79
- build(deps): Bump clap from 3.2.5 to 3.2.6 by @dependabot in #80
- build(deps): Bump clap from 3.2.6 to 3.2.8 by @dependabot in #84
- build(deps): Bump tracing-opentelemetry from 0.17.3 to 0.17.4 by @dependabot in #85
- build(deps): Bump serde from 1.0.137 to 1.0.138 by @dependabot in #86
- build(deps): Bump tracing-subscriber from 0.3.11 to 0.3.14 by @dependabot in #87
- build(deps): Bump once_cell from 1.12.0 to 1.13.0 by @dependabot in #88
- build(deps): Bump serde_yaml from 0.8.24 to 0.8.25 by @dependabot in #89
- build(deps): Bump webpki-roots from 0.22.3 to 0.22.4 by @dependabot in #91
- build(deps): Bump serde from 1.0.138 to 1.0.139 by @dependabot in #90
- build(deps): Bump tokio from 1.19.2 to 1.20.0 by @dependabot in #94
- build(deps): Bump serde_yaml from 0.8.25 to 0.8.26 by @dependabot in #96
- build(deps): Bump nix from 0.24.1 to 0.24.2 by @dependabot in #97
- build(deps): Bump clap from 3.2.8 to 3.2.13 by @dependabot in #98
- build(deps): Bump serde from 1.0.139 to 1.0.140 by @dependabot in #100
- build(deps): Bump tracing-subscriber from 0.3.14 to 0.3.15 by @dependabot in #101
- build(deps): Bump clap from 3.2.13 to 3.2.14 by @dependabot in #99
- build(deps): Bump clap from 3.2.14 to 3.2.15 by @dependabot in #103
- build(deps): Bump tokio from 1.20.0 to 1.20.1 by @dependabot in #102
- build(deps): Bump serde_yaml from 0.8.26 to 0.9.0 by @dependabot in #104
- build(deps): Bump serde_json from 1.0.81 to 1.0.82 by @dependabot in #83
- build(deps): Bump tracing from 0.1.35 to 0.1.36 by @dependabot in #108
- build(deps): Bump serde_yaml from 0.9.0 to 0.9.2 by @dependabot in #107
- build(deps): Bump clap from 3.2.15 to 3.2.16 by @dependabot in #106
- build(deps): Bump serde from 1.0.140 to 1.0.141 by @dependabot in #109
- build(deps): Bump serde_yaml from 0.9.2 to 0.9.4 by @dependabot in #110
- build(deps): Bump serde from 1.0.141 to 1.0.142 by @dependabot in #111
- build(deps): Bump serde_json from 1.0.82 to 1.0.83 by @dependabot in #112
- build(deps): Bump serde from 1.0.142 to 1.0.143 by @dependabot in #113
- build(deps): Bump futures from 0.3.21 to 0.3.23 by @dependabot in #115
- build(deps): Bump serde_yaml from 0.9.4 to 0.9.9 by @dependabot in #116
- build(deps): Bump clap from 3.2.16 to 3.2.17 by @dependabot in #117
- build(deps): Bump nix from 0.24.2 to 0.25.0 by @dependabot in #114
- build(deps): Bump once_cell from 1.13.0 to 1.13.1 by @dependabot in #118
- build(deps): Bump serde from 1.0.143 to 1.0.144 by @dependabot in #119
- build(deps): Bump serde_json from 1.0.83 to 1.0.85 by @dependabot in #121
- build(deps): Bump serde_yaml from 0.9.9 to 0.9.10 by @dependabot in #120
- build(deps): Bump clap from 3.2.17 to 3.2.18 by @dependabot in #123
- build(deps): Bump futures from 0.3.23 to 0.3.24 by @dependabot in #122
- build(deps): Bump clap from 3.2.18 to 3.2.19 by @dependabot in #124
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
This release updates our Honeycomb integration to support their new Honeycomb Teams functionality.
Version 1.1.2
This release addresses an omission in our file template behaviour which resulted in the final output files retaining their .tpl
extensions.
Version 1.1.1
This release strips debug symbols from our Linux build (which should drop the size by about 90% for those of you counting).
Version 1.1.0
This release adds support for secrets, which will not be emitted in telemetry/logging, and reporting of the hostname that Buckle is running on.