Changelog: Wave
Wave v1.13.7
Feature updates and improvements
- Added ability to configure trivy DBs by @pditommaso in https://github.com/seqeralabs/wave/pull/720
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.6...v1.13.7
Wave v1.13.6
Feature updates and improvements
- Added scan color for different vals by @munishchouhan in https://github.com/seqeralabs/wave/pull/719
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.5...v1.13.6
Wave v1.13.5
Feature updates and improvements
- Use
JedisPoolin place of generic connection pool by @pditommaso in cd16cfd1 - Minor page title change by @pditommaso in c3be9304
- GHA to submit dependency graph to GitHub by @arnaualcazar in 09c86627
Bug fixes
- Fixed do not render inspect URL on fail by @pditommaso in d96275a1
- Fixed inspect view empty nodes by @pditommaso in b3473b7e
- Fixed prevent scan on cached failed builds by @munishchouhan in 4473fe8c
New Contributors
- @arnaualcazar made their first contribution in https://github.com/seqeralabs/wave/pull/715
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.4...v1.13.5
Wave v1.13.4
Feature updates and improvements
- Added scan failure duration setting by @pditommaso in https://github.com/seqeralabs/wave/pull/705
- Changed scan config log to info by @pditommaso inf382c51a
- Copy all tags on mirror request by @pditommaso in20a5f7b5
Bug fixes
- Fixed dev scan failure duration and GitHub token by @pditommaso inf5711ff8
- Fixed use of container platform in scan job by @pditommaso in61df2424
- Fixed prevent rendering image names as URI in mail notification by @pditommaso in f8d57921
- Fixed tune mirror config by @pditommaso in f7290bd5
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.3...v1.13.4
Wave v1.13.3
Feature updates and improvements
- Capture usage metrics for scan and mirrors by @munishchouhan in https://github.com/seqeralabs/wave/pull/699
- Improved build history view by @munishchouhan in https://github.com/seqeralabs/wave/pull/701
- Added GitHub token to scan job env by @pditommaso in https://github.com/seqeralabs/wave/pull/703
- Added list of scan for a given partial
scanIdby @munishchouhan in https://github.com/seqeralabs/wave/pull/704
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.2...v1.13.3
Wave v1.13.2
Feature updates and improvements
- Propagate container platform with freeze by @pditommaso in https://github.com/seqeralabs/wave/pull/692
- Added link to inspect from build view by @pditommaso in https://github.com/seqeralabs/wave/pull/695
- Added
builds-viewto show the list of builds for a given container ID by @munishchouhan in https://github.com/seqeralabs/wave/pull/696
Bug fixes
- Fixed empty array plus icon by @munishchouhan in https://github.com/seqeralabs/wave/pull/697
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.1...v1.13.2
Wave v1.13.1
Bug fixes
- Fixed Conda lock download by @pditommaso in 0e86c4
Full changelog: https://github.com/seqeralabs/wave/compare/v1.13.0...v1.13.1
Wave v1.13.0
Feature updates and improvements
- Added inspect view by @munishchouhan in https://github.com/seqeralabs/wave/pull/619
- Removed
BiCacheStoredata structure by @pditommaso in https://github.com/seqeralabs/wave/pull/653 - Removed Spack by @pditommaso in https://github.com/seqeralabs/wave/pull/601
- Improved handling build id in view page by @pditommaso in https://github.com/seqeralabs/wave/pull/651
- Added container mirror by @pditommaso in https://github.com/seqeralabs/wave/pull/646
- Refactored state store components by @pditommaso in https://github.com/seqeralabs/wave/pull/657
- Improved inspect for multi platform container images by @munishchouhan in https://github.com/seqeralabs/wave/pull/660
- Removed deprecated
keyIdby @pditommaso in https://github.com/seqeralabs/wave/pull/616 - Added code coverage report to build by @pditommaso in https://github.com/seqeralabs/wave/pull/661
- Added better pool handling for Jackson mapper objects by @pditommaso in https://github.com/seqeralabs/wave/pull/666
- Added TypeSpec for container mirror by @munishchouhan in https://github.com/seqeralabs/wave/pull/669
- Scan v2 by @pditommaso in https://github.com/seqeralabs/wave/pull/662
- Added support for Conda lockfile by @munishchouhan in https://github.com/seqeralabs/wave/pull/642
- Added copy button and scroll bars in views by @munishchouhan in https://github.com/seqeralabs/wave/pull/674
- Added TypeSpec for container mirror and status by @munishchouhan in https://github.com/seqeralabs/wave/pull/677
- Added download icon and updated copy icon by @munishchouhan in https://github.com/seqeralabs/wave/pull/678
- Removed IP address by @pditommaso in https://github.com/seqeralabs/wave/pull/680
- Refactored
MirrorConfigby @munishchouhan in https://github.com/seqeralabs/wave/pull/668 - Bumped AWS SDK to 2.28.15 by @pditommaso in https://github.com/seqeralabs/wave/pull/667
- Removed monospace from
tdby @munishchouhan in https://github.com/seqeralabs/wave/pull/683
Bug fixes
- Fixed compile error by @munishchouhan in https://github.com/seqeralabs/wave/pull/659
- Fixed repository creds check by @pditommaso in https://github.com/seqeralabs/wave/pull/665
- Fixed entity too large by @munishchouhan in https://github.com/seqeralabs/wave/pull/658
- Fixed compile error by @munishchouhan in https://github.com/seqeralabs/wave/pull/659
- Fixed mirror TypeSpec by @munishchouhan in https://github.com/seqeralabs/wave/pull/670
- Fixed deserialization exception on
WaveScanRecordby @munishchouhan in https://github.com/seqeralabs/wave/pull/679 - Fixed exception when there is no Conda lockfile by @munishchouhan in https://github.com/seqeralabs/wave/pull/685
- Fixed container view by @munishchouhan in https://github.com/seqeralabs/wave/pull/686
- Fixed
inspect-testby @munishchouhan in https://github.com/seqeralabs/wave/pull/652
Breaking
- This version introduces some changes in build and jobs state metadata stored in Redis. Make sure no jobs are running while deploying this version.
Full Changelog: https://github.com/seqeralabs/wave/compare/v1.12.4...v1.13.0
Wave v1.12.4
Bug fixes
- Fixed build seceded and status response by @pditommaso in 8a760b39
Full changelog: https://github.com/seqeralabs/wave/compare/v1.12.3...v1.12.4