This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Releases: vmware-archive/purser
Releases · vmware-archive/purser
v1.0.0
The first release of Purser ships with the following major features:
-
Ability to define logical grouping of resources using
K8s CRDs
for enhanced filtering. -
Compute, Storage, Cost and Savings visibility of native k8s resources and custom resources.
-
Web-Hook implementation for posting inventory changes to the target URL.
-
kubectl
extension via K8s plugin for CLI. -
UI with three major components.
- Hierarchy visibility of cluster (Logical and Physical view)
- Compute, Storage and Cost distribution among the resources as a heat map.
- Insights into the network interactions of pods and services.
Pre-release of purser binary v0.1-alpha.2
Major changes from previous release
- Cost calculation is now based on price per unit-resource per hour
- Controller, plugin support for groups.
Pre-release of purser binary v0.1-alpha.1
Merge pull request #9 from hemani19/dependency-mgmt chore(#7): introduces dependency management and updates Makefile.