File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.56.0] - 2025-03-21
9
+
10
+ ### Changed
11
+ - Update SDK API_LEVEL_22 from v22.6.0 to v22.7.0
12
+ - Bump Speculos version from 0.16.0 to 0.17.0
13
+ - Bump Ragger version from 1.29.0 to 1.30.0
14
+
8
15
## [ 3.55.0] - 2025-03-05
9
16
10
17
### Changed
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ')
23
23
RUN apk add imagemagick grep
24
24
25
25
# Install test tools (Ragger framework, Speculos emulator, Ledgerblue...)
26
- RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.29 .0" "speculos==0.16 .0"
26
+ RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.30 .0" "speculos==0.17 .0"
27
27
28
28
# Add the enforcer script
29
29
ADD ./dev-tools/enforcer.sh /opt/enforcer.sh
Original file line number Diff line number Diff line change @@ -78,22 +78,22 @@ RUN echo nanos > $NANOS_SDK/.target
78
78
79
79
# Latest Nano X SDK based on API_LEVEL 22
80
80
ENV NANOX_SDK=/opt/nanox-secure-sdk
81
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" v22.6 .0
81
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" v22.7 .0
82
82
RUN echo nanox > $NANOX_SDK/.target
83
83
84
84
# Latest Nano S+ SDK based on API_LEVEL 22
85
85
ENV NANOSP_SDK=/opt/nanosplus-secure-sdk
86
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v22.6 .0
86
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v22.7 .0
87
87
RUN echo nanos2 > $NANOSP_SDK/.target
88
88
89
89
# Latest Stax SDK based on API_LEVEL 22
90
90
ENV STAX_SDK=/opt/stax-secure-sdk
91
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v22.6 .0
91
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$STAX_SDK" v22.7 .0
92
92
RUN echo stax > $STAX_SDK/.target
93
93
94
94
# Latest Flex SDK based on API_LEVEL 22
95
95
ENV FLEX_SDK=/opt/flex-secure-sdk
96
- RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v22.6 .0
96
+ RUN git -C "$LEDGER_SECURE_SDK" worktree add "$FLEX_SDK" v22.7 .0
97
97
RUN echo flex > $FLEX_SDK/.target
98
98
99
99
# Default SDK
You can’t perform that action at this time.
0 commit comments