Skip to content

Commit d37c4fd

Browse files
authored
Minor release v0.2.0-1 (#108)
* Freeze vehicle-command version
1 parent ae9e8d3 commit d37c4fd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tesla_ble_mqtt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.2.0-1
4+
5+
Minor version - no change in core code
6+
7+
### Changed
8+
9+
- CHG: Freeze version of vehicle-command module to ensure compatibility with Alpine Linux available go version (<1.23)
10+
311
## 0.2.0
412

513
### <p>**WARNING WARNING WARNING**<br>

tesla_ble_mqtt/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apk add --no-cache go git
66
# install Tesla Go packages
77
RUN git clone https://github.com/teslamotors/vehicle-command.git /vehicle-command
88
WORKDIR /vehicle-command
9+
RUN git checkout tags/v0.1.0
910
RUN go get ./... && \
1011
go build ./... && \
1112
go install ./...

0 commit comments

Comments
 (0)