We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9e8d3 commit d37c4fdCopy full SHA for d37c4fd
tesla_ble_mqtt/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 0.2.0
12
13
### <p>**WARNING WARNING WARNING**<br>
tesla_ble_mqtt/Dockerfile
@@ -6,6 +6,7 @@ RUN apk add --no-cache go git
# install Tesla Go packages
RUN git clone https://github.com/teslamotors/vehicle-command.git /vehicle-command
WORKDIR /vehicle-command
+RUN git checkout tags/v0.1.0
RUN go get ./... && \
go build ./... && \
go install ./...
0 commit comments