Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

56 lines (34 loc) · 1.32 KB

Changelog

All notable changes to this project will be documented in this file.

Breaking changes are annotated with the ⚠️ symbol.

[2.0.0] - 2024-11-20

🚀 Features

  • Variable simulation speed
  • Code validation for 'status' field
  • Show validation results in xray
  • ⚠️ Update to versioned exported trace format

🐛 Bug Fixes

  • Print object kind in tracer log
  • ⚠️ Tracer no longer accidentally deletes objects on restart
  • Pod lifecycle data stored using GVK+namespaced name
  • Remove exclude_daemonsets
  • Fix various panics and display bugs in skctl xray

☸️ Kubernetes

  • Update tracer permissions to read-only
  • Don't set node-selector for sk-tracer in kustomize files

[1.1.1] - 2024-10-09

🐛 Bug Fixes

  • Make podSpecTemplatePath optional to support, e.g., service accounts
  • Update GVK parsing to not require leading slash
  • Regression on deleting objects in the simulated environment
  • Handle local paths without file:///

[1.1.0] - 2024-10-01

🚀 Features

  • skctl xray -- visualize trace files in your terminal

☸️ Kubernetes

  • Split kustomize components into prod and sim clusters

[1.0.1] - 2024-09-16

🐛 Bug Fixes

  • Use forked parse_datetime crate to correctly handle local/UTC time zones

[1.0.0] - 2024-09-05