0.12.1

vectordotdev/vector0.12.1Dec 21, 2024by github-actions[bot]

AI Summary

This maintenance release fixes a bug preventing translations from working in Docker and replaces the problematic `yaml` dependency with `toml` for better cross-platform compatibility.

Key Highlights

  • Fixed locale data not being copied into the Docker image
  • Replaced `yaml` dependency with `toml` to resolve maintenance issues
  • New contributor @nc7s

Full Release Notes

# Highlights

This maintenance release of Trippy fixes a bug which prevented translations from working in Docker and also divests all internal use of `yaml` dependencies which were problematic to maintain on some platforms (thanks to @nc7s).

See the main [0.12.0](https://github.com/fujiapple852/trippy/releases/tag/0.12.0) release note.

## Changelog

### Fixed

- Locale data not copied into docker image ([#1431](https://github.com/fujiapple852/trippy/issues/1431))

### Changed

- Replace use of `yaml` with `toml` dependency ([#1416](https://github.com/fujiapple852/trippy/issues/1416))

## New Contributors
* @nc7s made their first contribution in https://github.com/fujiapple852/trippy/pull/1424

See [CHANGELOG.md](https://github.com/fujiapple852/trippy/blob/master/CHANGELOG.md) for details.

**Full Changelog**: https://github.com/fujiapple852/trippy/compare/0.12.0...0.12.1