Releases: aws/porting-advisor-for-graviton
Releases · aws/porting-advisor-for-graviton
v1.1.1
What's Changed
- rules: Update go.json with ArgoCD minVersion by @danielkleinstein in #42
- Bump pyinstaller from 5.13.0 to 5.13.1 by @dependabot in #38
- Bump urllib3 from 2.0.4 to 2.0.7 by @dependabot in #37
- add a Python version check when running as a script by @natict in #49
- Removing FakeDependency by @Beau-Gosse-dev in #50
- Updating version for release 1.1.1 by @Beau-Gosse-dev in #51
New Contributors
- @danielkleinstein made their first contribution in #42
- @natict made their first contribution in #49
Full Changelog: v1.1.0...v1.1.1
v1.1.0
[1.0.1] - 2023-08-03
Added
- #26 Support to build and run as a container. Thank you @yubingjiaocn and @DDxPlague
Fixes
- #14 Change version of pyinstaller to 5.5 from 5.0.1 for Amazon Linux 2023. Thank you @jasonrandrews
- #19 Fixed issue when generating Maven package from Python as a script.
- Dependency version updates.
v1.0.2
[1.0.2] - 2023-04-28
Changed
- Change version of pyinstaller to 5.5 from 5.0.1 for Amazon Linux 2023 running python 3.11. Contribution by @jasonrandrews
- Bump jackson-databind from 2.13.4.1 to 2.13.4.2 to fix vulnerability.
- Fixes #19. Issue when generating Maven package from Python as a script
v1.0.1
[1.0.1] - 2023-03-08
Changed
- Changed report remark for Jar scanning when tool is running as a script. Contributed by @mrkdeng.
- Ignores IllegalAccessErrors when checking for Java native methods to continue scanning other files.
Removed
- Removes OpenBLAS from test requirements.txt files. Updates tests accordingly.
v1.0.0
[1.0.0] - 2023-01-20
Added
- AWS Graviton-Ready Assessor for Java by Michael Fischer.
- Dependency scanner for Python - PIP.
- Added recommendation rules for Python.
- Dependency scanner for Java - Maven.
- Added recommendation rules for Java.
- Dependency scanner for Go.
- Added recommendation rules for Go.
- Dependency scanner for Node - NPM.
- Dependency scanner for C# - NuGet.
- Dependency scanner for Ruby.
- Added scripts to generate an executable binary.
Changed
- HTML report formatting.
Removed
- setup.py file as it required SUDO permissions.