Releases: solo-io/istio-usage-collector
Releases · solo-io/istio-usage-collector
v0.1.5
v0.1.5.yaml Changelog
Enhancements
- "Use Istio's MutatingAdmissionWebhooks to check for automatic istio injection instead of manual label checks. This is to simulate Istio's
istioctl x check-inject
command."
New Features
- "Add a
max-processors
flag to the command to limit the number of processors used."
Other Changes
- "Add performance tests for the namespace processor."
v0.1.4
Enhancements
- "Updated messaging wording for the tool (thanks @Rachael-Graham)"
v0.1.3
CI/CD Changes
- "add positive unit and e2e tests"
- "add PR workflow to run unit tests"
Other Changes
- "updated resource types for gethering to interfaces in order to allow for mockup flexibility during testing"
- "moved output type definition to a non-internal folder"
v0.1.2
v0.1.1
v0.1.0
Enhancements
- Implement the initial cluster info gathering
CI/CD Changes
- "Set up release workflow with binary distribution"
Important Note
On non-Windows systems, you'll need to run chmod +x <binary>
to make the binary executable. We are working on publishing the artifacts in a separate storage to avoid issues with permissions being stripped on publish. There is an open issue for this (#3), and we will kick off a release of v0.1.1 afterwards.