Finala Versions Save

Finala is an open-source resource cloud scanner that analyzes, discloses, presents and notifies about wasteful and unused resources.

v0.4.0

3 years ago

Changelog

Added

  • Build Finala Notifier URL according to defined Tags [PR-104]
  • Add AWS profile authentication [PR-139]
  • Support direct table filter link [PR-146]
  • Add tests for ElasticSearch storage [PR-138]

Changed

  • Revamp Finala User Interface [PR-126]
  • Change download csv file with the name of the resource [PR-141]

Fixed

  • Make sure all Kinesis streams are retrieved [PR-145]
  • Fix API exact match query [PR-151]
  • Fix docker compose UI build [PR-153]
  • Add storage for RDS total pricing [PR-143]

v0.3.5

3 years ago

Changelog

Added

  • Add NAT Gateways detection [PR-128]
  • Support Assume Role [PR-130]

v0.3.4

3 years ago

v0.3.4 (July 29,2020)

Added

  • Add the option to filter resources by tags in the API [PR-73]
  • Add Redshift resource detection [PR-74]
  • Implement golangci-lint and golang fmt [PR-78]
  • Add CodeCov [PR-79]
  • Improve CI/CD [PR-81]
  • Add elastic ip resource detection [PR-97]
  • Add elasticsearch resource detection [PR-98]
  • Enable/Disable specific metrics detection [PR-100]
  • Load dynamically all collector resources [PR-101]
  • Add support to compare between executions API [PR-106]
  • Add APIGateway detection [PR-111]
  • Add support for Version notification on a new version [PR-114]
  • Create index per day [PR-115]

Changed

  • Update README.md [PR-89]
  • Remove Notifier from Docker compose first run [PR-90]
  • Improve pricing tests [PR-109]
  • Improve dobdb tests [PR-110]

Fixed

  • Ignore Neptune based instances for RDS instances collection [PR-71]
  • Fix the pricing for ELB/ELBV2 [PR-76]
  • Change GoRelease to have the correct semver tags [PR-82]
  • Fix the Dockerfile release download [PR-83]
  • Fix version preview [PR-84]
  • Don't change the Tag Key , use the original from AWS [PR-86]
  • Fix total records response [PR-113]
  • Fix wrong pricing api filters for aurora-mysql [PR-123]

Removed

  • Remove totalSpend field [PR-99]

v0.3.4-rc4

3 years ago

Changelog

Added

  • Load dynamically all collector resources [PR-101]
  • Add support to compare between executions API [PR-106]
  • Add APIGateway detection [PR-111]
  • Add support for Version notification on a new version [PR-114]
  • Create index per day [PR-115]

Changed

  • Improve pricing tests [PR-109]
  • Improve dobdb tests [PR-110]

Fixed

  • Fix total records response [PR-113]

v0.3.4-rc3

3 years ago

Changelog

504fde2 Remove Notifier from Docker compose first run. (#90) 5afba6c add elastic ip resource (#97) cfca773 Remove totalSpend field (#99) 04ca0cd Feature/metrics enable flag (#100) d5b6d0a Feature/add elasticsearch resource detection (#98) 0760484 Add ec2 volumes detection to collector configuration (#102)

v0.3.4-rc2

3 years ago

Changelog

262dd20 Don't change the Tag Key , use the original from AWS (#87)

v0.3.4-rc1

3 years ago

Changelog

a0668ac Fix the Dockerfile release download (#83)

v0.3.3

3 years ago
  • Add version command [PR-66]
  • Add the total price for notification group in slack [PR-63]
  • Fix a bug wich supports mutilple regions prices [PR-64]

v0.3.0

3 years ago

v0.1.7

4 years ago
  • New dashboard.
  • Export table to CSV.
  • Fix storage query error when table missed price_per_month column.