Skip to content

Commit 8057c37

Browse files
chore(release): v1.0.0
1 parent 324aba8 commit 8057c37

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

CHANGELOG.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# 1.0.0 (2025-01-14)
2+
3+
### Bug Fixes
4+
5+
- **numpy:** fix numpy, pandas, and python version incompatibilities ([2360850](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/23608505e2f49bf7e90f0e12691b4c6c4f5395bc))
6+
- **parquet:** parameter order ([32eb2cd](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/32eb2cd25abfd9a6350345c56d3bf82db337eb3b))
7+
- **README:** minor fix ([d88fb0e](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/d88fb0ed3aaea965d09fef4e1ec234257cc9463d))
8+
- **Trivy:** cve-2024-34459 ([42f86a0](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/42f86a05bca855348aa4e9e27812aef837f375ae))
9+
10+
### Chores
11+
12+
- **docu:** add security to readme ([c68298f](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/c68298f5ca4b59fc23b8ed4e6f9d64369ed577a8))
13+
- **docu:** fix table ([75c1bfc](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/75c1bfcb480ec0c7b65654e0dddb8a4825f51aae))
14+
- **envvars:** document and improve envvars ([3d54aae](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/3d54aaeffd4c9f8ebfd9dae1a633a3253b187abb))
15+
- **Finch:** use Finch instead of Docker ([87d3aae](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/87d3aae4b98e4f4c6c2012b28ac426855e546391))
16+
- **IC:** initial commit ([0d5621b](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/0d5621b32c8f2a77e76a49298bd78baeb92fb8d0))
17+
- **Pricing:** modify the pricing features ([daba2f0](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/daba2f07aaf3c9fb9248f242305726fbdc0c6f05))
18+
- **Security:** add workflow to scan code ([7e8a50e](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/7e8a50e178727182ee8f540d5dff5b74708bdb41))
19+
- **Security:** add workflow to scan code - fix 1 ([8cf5610](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/8cf5610da2607c1c6fb0488e18db959fb787290f))
20+
- **Security:** add workflow to scan code - fix 2 ([5ab8a73](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/5ab8a7393c110102fa9361090b6dc66d13cdaaac))
21+
- **Security:** add workflow to scan code - pylint findings ([af67678](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/af67678b0aa515503d22d365c8f2dadd6c75cddd))
22+
- **Security:** add workflow to scan code - pylint findings -2 ([9c6700d](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/9c6700d1cc02bb6a3cf4ca414e553647f3fec3f8))
23+
- **Trivy:** add/modify reporting ([837033d](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/837033d4c5a210a8fe77a5b8928e0364324264cb))
24+
- **Trivy:** add/modify reporting - 2 ([dc5cf7d](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/dc5cf7d3f5189b3aa8c3f748043d2e5e81459f53))
25+
- **Trivy:** add/modify reporting - 3 ([55ecf18](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/55ecf1867c1ca5851bbe6f7a9fb146ad5dac19de))
26+
- **Trivy:** add/modify reporting - 4 ([ad20071](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/ad20071d3c0ac9cd59046d3a30bbbab74f15fffa))
27+
- **Trivy:** minor modifications ([ef2ab96](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/ef2ab96d7b02345eff82f8e2f138d774047bef38))
28+
- **Trivy:** upgrade actions versions ([9bdd4d8](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/9bdd4d88342f7323705b51bdaf0bb1fb5933faee))
29+
30+
### Continuous Integration
31+
32+
- add configurations to action ([e6b1fa9](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/e6b1fa90f2b8224fa1856b2777a308475ac665cf))
33+
- enable dry-run ([17645da](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/17645da7c64087a6c5999ddb8308599a8ca7df12))
34+
- enable release action ([324aba8](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/324aba8370ff1edbfa62625e72a0ed893844ed99))
35+
- set the release branch ([6ff7e59](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/6ff7e59b15abf8625b2ad5f30d3a98532953e3b9))
36+
- test release-me-action ([978c6b6](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/978c6b61b51103119551119767cf01317f5fb474))
37+
38+
### Features
39+
40+
- **File format:** support different output file formats ([b59d706](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/b59d706b463cb3a2547aae914f0db78c36bfa40c))
41+
- **S3:** upload files to S3 ([7dce5ea](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/7dce5eaa381554dfabc6e31a26e7638308dc4d6a))
42+
- **Trivy:** container security scan ([bbc7734](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/bbc773494dad3cdf788cc27174071a2c311ea517))
43+
44+
### Other
45+
46+
- Merge pull request #17 from aws-samples/ci/add-semver ([8289203](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/8289203233e7f1e46200bbc069670c94530b4725)), closes [#17](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/17)
47+
- Merge pull request #16 from aws-samples/ci/add-semver ([0c0aa61](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/0c0aa61dc282547563b6d0adc1bc9e64ce47e5d8)), closes [#16](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/16)
48+
- Merge pull request #15 from aws-samples/chore/finch ([e487836](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/e487836a4070e7a07928d3fdb7064018fab64b16)), closes [#15](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/15)
49+
- Merge pull request #14 from aws-samples/fix/trivy-vulnerabilities ([14cc5a7](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/14cc5a7636f9b33c1780edf192e7f8abe498d0a6)), closes [#14](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/14)
50+
- Merge pull request #13 from aws-samples/feat/add-export-format-to-readme ([6818f73](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/6818f73682e131645985d00bc7fc95bb1ec05ea7)), closes [#13](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/13)
51+
- Fixed reassignment of export format. ([bc6fb3d](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/bc6fb3d110d099879f8839316936b2c18ec6ef04))
52+
- Added export format parameter details to readme and app.py. ([f634dc6](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/f634dc6ade10d3df4040378a6f8efdfd85501aa0))
53+
- Merge pull request #11 from aws-samples/feat/pandas-for-outpu ([07e665d](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/07e665d69ae114f42812c05103d744b6a9dff2ca)), closes [#11](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/11)
54+
- Merge pull request #10 from aws-samples/feat/trivy-scan ([df78739](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/df787390f8d7e57973822b2e89c31f0de86b5717)), closes [#10](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/10)
55+
- Merge pull request #9 from aws-samples/fix/docu ([af796c3](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/af796c3edccb73e99c4f72c49927dcaef989b18d)), closes [#9](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/9)
56+
- Merge pull request #8 from aws-samples/chore/eliminate-pricing ([2887f25](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/2887f2535535667c8dc59aa6ec6550e6d93ac93e)), closes [#8](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/8)
57+
- Merge pull request #7 from aws-samples/feat/comma-sep ([d66d4a4](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/d66d4a4feeb50f1c367cd2ba5496107e81a530cb)), closes [#7](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/7)
58+
- Fixing comma separator for report ([c56a4da](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/c56a4da1c08e6bba294168bc545d993e673d1c3b))
59+
- Merge pull request #6 from aws-samples/feat/environment-variables ([53f69dd](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/53f69dd2e783ea087cf7e6bf2804587ec26ed6e5)), closes [#6](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/6)
60+
- trivy-scan.yaml deleted ([60f4c46](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/60f4c462b4e6e291c44507d2e9fe840b38aa3a3c))
61+
- Include environment variables + updated instructions in readme file ([ee3ea86](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/ee3ea86f3d145c84171d70baf47b772c307a241b))
62+
- Merge pull request #5 from aws-samples/feat/s3-upload ([30cae7e](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/30cae7e299c9f5a1546f226c67e28e4c110c43fe)), closes [#5](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/5)
63+
- Merge branch 'main' into feat/s3-upload ([9c5f2b2](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/9c5f2b25642f9b1c40a5570c8a3032675e0ceb7f))
64+
- Merge pull request #4 from aws-samples/readme-updates-andvic-1 ([b7019cf](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/b7019cfe8725bc51b8e9a5cb77a1703a0c77ad6a)), closes [#4](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/4)
65+
- Solving changes requested in Pull Request review ([ea27fb9](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/ea27fb931747e732e27eea7f55b2a49176e508cc))
66+
- Update instructions in Readme ([f60ab66](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/f60ab66d1bdbf7601ae17438f8c88bcdc121b119))
67+
- Merge pull request #3 from aws-samples/chore/security-scan ([d8403e8](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/d8403e852a01348a44731ff39f3a3e715b424294)), closes [#3](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/3)
68+
- Merge pull request #2 from aws-samples/andvic ([653bef4](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/653bef4483e4af1212d76f4495df8b7926b81420)), closes [#2](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/2)
69+
- fix docker build and run in readme doc. Fix decimal separator in app ([d69eb8f](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/d69eb8ff796033813e4ccc068b68cb1b38098857))
70+
- Merge pull request #1 from aws-samples/feature/readme-v1 ([48ef232](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/48ef232c86ae3b6e213d606a400b36986ac62d0d)), closes [#1](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/issues/1)
71+
- Updated README.md with project description ([ed1191e](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/ed1191ebfe7193518a974e3207e2e0e5df7386ec))
72+
- Initial commit ([dfb659b](https://github.com/aws-samples/amazon-ecr-cost-vulnerability-and-usage-reporting/commit/dfb659b7c168e23a8313b3541cdc032b7fb12658))

0 commit comments

Comments
 (0)