Releases: YaleSpinup/cost-api
Releases · YaleSpinup/cost-api
Update Go Version, Go Packages, Deco Version, and Fix Tests
- Removed duplicate dependabot
- Updated Dockerfile and Dockerfile.local to use alpine3.18
- Updated deco in Dockerfile to be 1.4.1
- Removed problematic UUID library for an up to date replacement
- Update the github action for testing
- Deco url was missing .tar.gz. Apparently had been that way for a while
- Fixed missing untar step from.
Added untar step to Dockerfile
- Dockerfile was missing the untar step
* Updated deco url
- Deco url was missing .tar.gz from a few versions back. This updates it to work with latest deco version
Updated deco to correct version
- Fixed incorrect deco version
Update Go Version, Go Packages, Deco Version, and Fix Tests
- Removed duplicate dependabot
- Updated Dockerfile and Dockerfile.local to use alpine3.18
- Updated deco in Dockerfile to be 1.4.1
- Removed problematic UUID library for an up to date replacement
- Update the github action for testing
Add dependabot weekly scanning
- Adds weekly scanning via dependabot and auto merge
Make Start and End Dates Dynamic for S3 Bucket Metrics
- S3 Buckets metrics initially had their stat, start date, end date, and period hard coded
- It has been changed to match ECS Metrics, so they are dynamic
Make Start and End Dates Dynamic for S3 Bucket Metrics
- S3 Buckets metrics initially had their stat, start date, end date, and period hard coded
- It has been changed to match ECS Metrics, so they are dynamic
Support for DocDB metrics
Merge pull request #31 from YaleSpinup/DocumentDBmetric Support for Document DB cloudwatch metrics
Support for Cloudwatch DocDB metrics
v0.15.3-pre Merge branch 'master' of https://github.com/YaleSpinup/cost-api into …