Releases: tailwarden/komiser
Releases · tailwarden/komiser
Resources Search
What's Changed
- feat(aws): estimate aws cloudwatch costs by @siddarthkay in #837
- RDS Cluster Snapshot feature by @AnnuCode in #836
- Added CODEOWNERS by @mlabouardy in #840
- adding support for RDS Proxies by @AnnuCode in #808
- Cost Calculation: AWS CloudWatch Dashboards by @ShubhamPalriwala in #850
- Fix/845 exclude component dropdown fix by @MouradGaa in #848
- Fix/847 Bulk actions bar style doesn't match design by @addegbenga in #851
- Fix Search Querying by @ShubhamPalriwala in #855
New Contributors
- @MouradGaa made their first contribution in #848
- @addegbenga made their first contribution in #851
Full Changelog: v3.0.18...v3.0.19
Custom Webhooks
What's Changed
- Fix AWS sao paulo region lat/long by @mlabouardy in #828
- Fix AWS EC2 costs when they're stopped by @naisayer in #830
- Fix number format in cost explorer by @mlabouardy in #831
- chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #832
- enhancement: add new ascii art logo by @dipankardas011 in #833
- fix: Dockerfile MAINTAINER label by @dipankardas011 in #835
- Custom Webhook Integration by @ShubhamPalriwala in #826
New Contributors
- @dipankardas011 made their first contribution in #833
Full Changelog: v3.0.17...v3.0.18
GCP VM Pricing
What's Changed
- removed extra s3:Get* from IAM policy by @jakepage91 in #800
- docs: fix Broken links in README by @TheHamkerCat in #802
- feat(rds): add RDS db proxy endpoint capabilities by @siddarthkay in #803
- add account name for AWS ec2 keypair inventories by @naisayer in #806
- Estimate GCP VM pricing by @PumpkinSeed in #776
- Fix kinesis and ecs warnings #805 by @mlabouardy in #809
- fix: resources display when over 1k by @mlabouardy in #812
New Contributors
- @TheHamkerCat made their first contribution in #802
- @naisayer made their first contribution in #806
Full Changelog: v3.0.16...v3.0.17
AWS Kinesis and Azure Snapshots
What's Changed
- feat: collect kinesis shards by @mlabouardy in #789
- feat: collect azure disk snapshots #384 by @mlabouardy in #790
- feat: collect azure firewalls #392 by @mlabouardy in #791
- Upload release to latest folder by @mlabouardy in #797
Full Changelog: v3.0.15...v3.0.16
AWS EC2 & RDS Pricing
What's Changed
- Add support for AWS RDS Snapshots by @siddarthkay in #743
- Feature/524 support aws ec2 vpc peering connection by @Kolawole99 in #770
- feat: track tagging & fix naming of files by @mlabouardy in #771
- feat: track global stats if opt-in by @mlabouardy in #772
New Contributors
- @siddarthkay made their first contribution in #743
Full Changelog: v3.0.14...v3.0.15
AWS Enhancements
What's Changed
- feat: report panics to Sentry by @eneskaya in #744
- Fix the panic on invalid pointer in bigquery check by @PumpkinSeed in #746
- feat: show hiring message in browser console by @eneskaya in #747
- Feature/522 support aws ec2 vpc endpoint by @Kolawole99 in #748
- EC2 Elastic IP panic fix by @PumpkinSeed in #749
- chore: fixed links by @mlabouardy in #751
New Contributors
- @PumpkinSeed made their first contribution in #746
Full Changelog: v3.0.13...v3.0.14
AWS OpenSearch, CloudWatch, Catalog and GCP Functions
What's Changed
- Add Support for AWS OpenSearch Service Domains by @ShubhamPalriwala in #727
- Add Support for AWS EC2 Self-Owned Snapshots by @ShubhamPalriwala in #726
- Add Support for AWS CloudWatch Metric Streams by @ShubhamPalriwala in #725
- Add Support for AWS CloudWatch log groups by @ShubhamPalriwala in #724
- Only Parse Used Created Policies from AWS by @ShubhamPalriwala in #730
- Empty state enhancement by @victorgaard in #731
- Add Support for GCP Cloud Functions by @ShubhamPalriwala in #732
- Button update to match designs by @victorgaard in #733
- Add Support for AWS Service Catalog Products by @ShubhamPalriwala in #735
- chore: update template to be latest dashboard code by @eneskaya in #734
- fix: display text correctly for EXISTS/NOT_EXISTS in filter summary by @eneskaya in #736
- chore: update dashboard template by @eneskaya in #739
- Add Support for AWS EC2 Key Pair by @ShubhamPalriwala in #737
- Add Support for AWS EC2 Spot Instance Requests by @ShubhamPalriwala in #738
- Add Support for AWS Systems Manager Maintenance Window by @ShubhamPalriwala in #741
- Add Support for AWS EC2 Placement Group by @ShubhamPalriwala in #740
Full Changelog: v3.0.12...v3.0.13
GCP Redis, Gateways, KMS, Clusters, SQL
What's Changed
- Add Support for SQL Instances in GCP by @ShubhamPalriwala in #710
- Add Support for IAM Service Accounts in GCP by @ShubhamPalriwala in #713
- Add Support for Custom IAM roles in GCP by @ShubhamPalriwala in #712
- Added Sao Paulo to cloud map by @mlabouardy in #717
- Segment key wasn't used within build by @mlabouardy in #718
- collecting GCP clusters data by @AnnuCode in #693
- Fix PostgreSQL query for all tags by @eneskaya in #705
- Add Support for Redis in GCP by @ShubhamPalriwala in #709
- Compute disks by @AvineshTripathi in #711
- Fix GCP functions naming & upgrade go mod by @mlabouardy in #721
- Tech 1062/support keys gcp by @jakepage91 in #720
- Add Support for API Gateways in GCP by @ShubhamPalriwala in #715
Full Changelog: v3.0.11...v3.0.12
Allow filtering on tag key
What's Changed
- show port number on server start by @mlabouardy in #692
- style: match select component with figma by @victorgaard in #696
- fix: cloud map error state offline mode by @victorgaard in #695
- fix: url for connect account button by @ShubhamPalriwala in #700
- Cost calculation for Oci blockcvolumes by @Freedisch in #704
- Added support for AWS IAM SAML Providers by @fpapadamis in #698
- Migrating from gorilla to gin by @mlabouardy in #684
- Bigquery by @AvineshTripathi in #687
- feat: calculate civo db costs by @ShubhamPalriwala in #694
- Tech 1048/cacluate cost elastic ip by @jakepage91 in #703
- feat: support certificates in GCP by @ShubhamPalriwala in #706
- feat: add EXISTS/NOT_EXISTS query option for specific tags filter by @eneskaya in #697
New Contributors
- @ShubhamPalriwala made their first contribution in #700
- @Freedisch made their first contribution in #704
Full Changelog: v3.0.10...v3.0.11
Improved Query Params
What's Changed
- chore: run go mod tidy by @eneskaya in #688
- chore: docker, copy binary from dist by @eneskaya in #686
- fix: properly handle kms error by @eneskaya in #689
- fix: handling of query params setting filters by @eneskaya in #690
- v3.0.10 release by @eneskaya in #691
Full Changelog: v3.0.9...v3.0.10