Skip to content

Releases: tailwarden/komiser

AWS KMS, IGWs, CloudWatch and Policies

31 Mar 14:43
84062bb
Compare
Choose a tag to compare

Komiser v3 0 9

What's Changed

New Contributors

Full Changelog: v3.0.8...v3.0.9

GCP Support

24 Mar 14:30
97f6622
Compare
Choose a tag to compare

Blog image (2)

What's Changed

New Contributors

Full Changelog: v3.0.6...v3.0.8

Export CSV

17 Mar 17:19
141ba97
Compare
Choose a tag to compare

Komiser v3 0 7

New features

  • Export CSV

Improvements

  • Migrated from CircleCI to GitHub Actions
  • Introduced Goreleaser to automate the release management
  • Collected AWS IAM groups and OIDC providers
  • Collected Azure tables

Bug fixes

  • Fixed delete view modal in Firefox
  • Minor engine fixes

Weekly Reporting

10 Mar 15:05
866b55f
Compare
Choose a tag to compare

Komiser v3 0 6

New features

  • MongoDB Atlas support
  • Slack weekly reporting

Improvements

  • Introduced unit testing with Jest for the dashboard
  • Added cost estimation for AWS EBS
  • Enabled Sentry to the dashboard (if opt-in by the user)
  • Collected Azure Data Box resources
  • Collected AWS ASG resources

Bug fixes

  • Minor API fixes

Slack Alerts

03 Mar 15:18
Compare
Choose a tag to compare

Komiser v3 0 5

New features

  • Slack alerts.
  • Collected Azure SQL servers, queues, and application gateways.
  • Collected Scaleway instances, Kubernetes, container registries, load balancers, and databases.

Improvements

  • Displayed percentage of total in cloud map tooltip
  • You can discover active resources from the cloud map
  • Resources manager tooltip is also displaying the percentage of total
  • Add Toast component to storybook

Bug fixes

  • Fixed AWS cost estimation
  • Removed region check for S3 resource fetching
  • Minor API fixes

Cost Explorer

24 Feb 15:07
Compare
Choose a tag to compare

Komiser v3 0 4

New features

  • Cost explorer widget
  • Collected DigitalOcean Functions, Volumes and Block Storage
  • Initial support of Scaleway

Improvements

  • Added cloud map expansion
  • Excluded values from resources breakdown & cost explorer
  • Refactored AWS ELB resources collector
  • Added Storybook integration to the dashboard

Bug fixes

  • Minor API fixes

Dashboard Overview

17 Feb 13:40
Compare
Choose a tag to compare

Komiser v3 0 3

New features

  • Dashboard with global stats, cloud map, and resources breakdown
  • Collect OCI BlockVolumes, Functions, Applications, Buckets, Policies, and Database
  • Collect AWS provisioned RDS instances
  • Collect Civo Database, Disk images
  • Collect Linode LKE clusters, Node balancers, and firewalls
  • Initial support of Azure (VMs, Images, and Disks)

Improvements

  • Enabled Telemetry with Segment and Sentry - read more

Bug fixes

  • Fixed cost calculation for S3 buckets
  • Added OCI provider logo

Linode & Tencent support

10 Feb 14:21
Compare
Choose a tag to compare

Komiser v3 0 2

New features

  • Collect AWS CloudWatch alarms
  • Collect Civo Load balancers and Object Stores
  • Collect K8s PersistentVolumes, Ingress and ServiceAccount Objects and Deployments
  • Support of Tencent and Linode

Improvements

  • Added costs of AWS EFS, ELB, EKS, SNS and Cloudfront
  • Custom views management improvements including duplicate and search functionalities
  • Show Komiser GitHub repository banner on dashboard loading
  • Written documentation for all the functions and effects inside the useInventory hook
  • New folder structure for the hook, which now nests its types and helpers
  • Most lengthy and verbose functions were moved to helpers folder
  • Search function was rewritten to handle all use cases
  • Cleaned up index.tsx which holds the All Resources page and components
  • Created declarative conditional helpers to improve index.tsx readability

Bug fixes

  • Use namespaces when provider is Kubernetes
  • On custom view creation or duplication, route to new custom view

Kubernetes support

26 Jan 14:55
Compare
Choose a tag to compare

Komiser Kubernetes post

New features

  • Collecting K8s resources and pods
  • Initial support of Linode provider
  • Support of CIVO provider

Improvements

  • Added cost estimate for AWS and DigitalOcean resources
  • Added cost filter to filters set

Bug fixes

  • Views params parsing

Inventory release

24 Nov 14:38
Compare
Choose a tag to compare

New features

  • Inventory: Discover all cloud resources across all your cloud accounts 🔎
  • Search and filter cloud resources with tags, regions, services and more 🔥
  • Cloud assets are now persisted in a database (SQLite or PostgreSQL) 📦

Improvements

  • General UX improvements ✨
  • Multi-cloud accounts support (including AWS, OCI and DigitalOcean) 🌎
  • Support of new AWS services

Bug fixes

  • New CLI, performance improvement and better errors handling