-
Notifications
You must be signed in to change notification settings - Fork 3
/
changelog.txt
70 lines (60 loc) · 2.58 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
WAVE CLI CHANGE-LOG
===================
1.5.0 - 15 Oct 2024
- [BREAKING] this version requires Wave backend 1.13.0 or later
- Add required version info [fd01d1a5]
- Add support for registry mirror and container scan feature (#78) [89ed9355]
- Add support for succeced field in container response [6a5989d4]
- Prevent false gpt prompts [2a82000e]
- Remove hidden to --name-strategy option (#77) [fe4d00f2]
- Removed spack support (#79) [72e23e1c]
- Update reflect-config.json [fe91f4b1]
- Upgrade gradle build [a1653d91]
- Use build repository for mirror registry [b2b6ccf8]
- Bump gradle 8.10 [592e5ad9]
1.4.1 - 28 May 2024
- Add uri in wave inpect json output (#70) [08b17e4f]
- Add --name-strategy option to wave cli (#71) [269df0e5]
- fixed image strategy (#72) [eedd906e]
- Fix conda channels ordering for gpt client [ed3c0be3]
- Fix compatibility issues with old x86 machines (#74) [014154b7]
- changed macos-latest to macos-12 (#76) [bf7e255f]
1.4.0 - 17 May 2024
- Add cli opts shortcuts (#68) [ae79c6f9]
- Remove seqera from default Conda channels (#67) [d7b12893]
1.3.1 - 22 Apr 2024
- Remove build repository check [76c92766]
- Improve error handling [b2cfdd3f]
- Improve Gpt helper class [85a01baa]
- Bump groovy 3.0.21 for tests [110ad94d]
1.3.0 - 11 Apr 2024
- Add generative containers [26bb08de]
- Use container-alpha1v2 endpoint (#62) [a923aacf]
- change gc to g1gc for linux distribution of cli (#63) [9decb2a4]
- Update default endpoint to api.cloud.seqera.io (#61) [416005cf]
- bump github actions to v4 (#58) [2d0e2672]
- Handle client connection errors [f5d6d9a5]
1.2.0 - 12 Feb 2024
- Add support for container includes option [01d5904d]
- Add support for inspect option [a29f905f]
1.1.3 - 4 Feb 2024
- Add preserve timestamp option [4b710ea9]
- Bump reflect and resource configs for native-image build [8875dd9d]
- Bump Moshi 1.15.0 [e4c8c7c7]
1.1.2 - 20 Dec 2023
- Add static compilation based on musl (#30) [f880d302]
- Add multiplatform brew support (#49) [aa618329]
- Add CI action to publish wave-cli to homebrew (#37) [a25adbd9]
- Add fat JAR config (#36) [bb3ec2b2]
- Max heap set to 256 MB (#48) [d70972eb]
1.1.1 - 30 Nov 2023
- Fix invalid protol prefix with await option [d37faca1]
- Fix execute CI tests on pull requests (#44) [5e236b0a]
- Fix error when a context file path is longer than 100 chars (#26) [d8eed21b]
- Bump org.graalvm.buildtools.native to 0.9.28 (#40) [244be075]
- Bump gradle 8.4 (#39) [399f0b22]
1.1.0 - 10 Nov 2023
- Add ability to specify platform for Singularity build [c19727a5]
- Improve err handling for missing files [98df6ea3]
1.0.0 - 16 Oct 2023
- Initial release