Releases: Snowflake-Labs/sansshell
Releases · Snowflake-Labs/sansshell
v1.19.3
What's Changed
- Add missing exit on credentials failure by @sfc-gh-srhodes in #215
- Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 by @dependabot in #217
- Add metric instrumentation package, instruments Sansshell-Proxy by @sfc-gh-elinardi in #216
Full Changelog: v1.19.2...v1.19.3
v1.19.2
What's Changed
- Add a way to expose denial hints in the sansshell policies. by @sfc-gh-srhodes in #212
Full Changelog: v1.19.1...v1.19.2
v1.19.1
What's Changed
- Bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #213
- Add gRPC prometheus metrics instrumentations, add new port for metrics endpoint by @sfc-gh-elinardi in #214
Full Changelog: v1.19.0...v1.19.1
v1.19.0
What's Changed
- Improve symlink handling. by @sfc-gh-srhodes in #211
Full Changelog: v1.18.4...v1.19.0
Add OpenTelemetry gRPC tracing
What's Changed
- Add unit test for authorization logging by @sfc-gh-elinardi in #208
- Bump github.com/go-logr/logr from 1.2.3 to 1.2.4 by @dependabot in #209
- Add option to enable OpenTelemetry tracing by @sfc-gh-elinardi in #206
Full Changelog: v1.18.3...v1.18.4
v1.18.3
Logging improvements
Command line completion, directory of roots-of-trust
Basic http debug UI and bug updates
Fix fdb conf read CLI code
fix client code for fdb conf so reads emit output (#178) * Fix fdb conf read so it prints output * Add newline