Skip to content

Commit

Permalink
[release] bump version 1.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Oct 14, 2024
1 parent 0a16554 commit 52bf971
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0-B2
1.13.0
59 changes: 59 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,63 @@
# Wave changelog
1.13.0 - 14 Oct 2024
- Add cleanup for timeout jobs [87898328]
- Add code coverage report to build (#661) [8f3de2a0]
- Add copy button and scroll bars in views (#674) [c6d24386]
- Add download icon and updated copy icon (#678) [aaf2a431]
- Add failure duration to mirror store [4afb975e]
- Add inspect view (#619) [b890564b]
- Add pool handling for Jackson mapper objects (#666) [1e5c64ab]
- Add support for Container mirroring (#646) [2f5a1fe6]
- Add support for Conda lock file (#642) [497185ef]
- Added Typespec for container mirror and status (#677) [c6de5dc2]
- Fix Include cached only with build [0a16554b]
- Fix build status completion of submit exception [19eceb10]
- Fix build status failure with missing exit status [900c1e45]
- Fix build succeded & status response [9a1b7954]

Check failure on line 16 in changelog.txt

View workflow job for this annotation

GitHub Actions / Check for spelling errors

succeded ==> succeeded
- Fix container scan on request [2a8e1c53]
- Fix container view alignment (#686) [097f6628]
- Fix entity too large when using conda file > 10k (#658) [afeaf832]
- Fix exception when there is no conda lockfile (#685) [893cca09]
- Fix load last build succeed [5abce684]
- Fix mirror typespec (#670) [5b5697f8]
- Fix repository creds check (#665) [c77d49d1]
- Fix retrieval of last succeded mirror result [23cb0564]

Check failure on line 24 in changelog.txt

View workflow job for this annotation

GitHub Actions / Check for spelling errors

succeded ==> succeeded
- Fix scan status of cache record [9ee87b5f]
- Fix singularity build mounts [3d1e00e4]
- Fix wave build redirect [863fa105]
- Improve build status handling [0317736b]
- Improve handling build id in view page (#651) [69f82dc6]
- Improve inspect for multi platform container images (#660) [884274d7]
- Improve mirror auth check [2dca96c1]
- Improve mirror request validation [f23d409e]
- Increase cleanup succeeded to 30mins [69051374]
- Move MirrorConfig to config package (#668) [2b20eeed]
- Normalize state key prefix [BREAKING] [2e120abe]
- Params refactoring [24b91bd6]
- Prevent deserialization error [beb605f3]
- Prevent scans on dry-run [a8b6bc2c]
- Refactor state prefix [3658cfed]
- Refactor state store components (#657) [9ace76e7]
- Remove BiCacheStore data structure (#653) [6c968dff]
- Remove deprecated keyId (#616) [64e55009]
- Remove deprecated tests [b1abf961]
- Remove ip address (#680) [86b41760]
- Remove logs from mail config [7a497914]
- Remove redis from dev config [40484561]
- Remove support for spack build (#601) [3dff0192]
- Remove unneeded log [9a52e606]
- Replace mirrorRegistry with buildRepository [9d31246b]
- Revert mail template to embedded logo file [a118fee1]
- Scan v2 (#662) [ab7e2801]
- Simulate xclaim delay with local stream [42c3f260]
- Update container request typespec model [1a27aee9]
- Update scan state duration to 5 days [6270b6c5]
- Use 3-state succeed attribute in contaienr response [d3ed2ba1]

Check failure on line 55 in changelog.txt

View workflow job for this annotation

GitHub Actions / Check for spelling errors

contaienr ==> container
- Use gstring for lock file [e5364c21]

1.12.4 - 26 Sep 2024
- Fix build succeded & status response [8a760b39]

Check failure on line 59 in changelog.txt

View workflow job for this annotation

GitHub Actions / Check for spelling errors

succeded ==> succeeded

1.12.3 - 22 Sep 2024
- Fix build status completion of submit exception [3c3af360]
- Fix singularity build mounts [3b338b29]
Expand Down

0 comments on commit 52bf971

Please sign in to comment.