Skip to content

Commit

Permalink
Minor release v0.2.0-1 (#108)
Browse files Browse the repository at this point in the history
* Freeze vehicle-command version
  • Loading branch information
raphmur authored Sep 8, 2024
1 parent ae9e8d3 commit d37c4fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tesla_ble_mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.0-1

Minor version - no change in core code

### Changed

- CHG: Freeze version of vehicle-command module to ensure compatibility with Alpine Linux available go version (<1.23)

## 0.2.0

### <p>**WARNING WARNING WARNING**<br>
Expand Down
1 change: 1 addition & 0 deletions tesla_ble_mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit d37c4fd

Please sign in to comment.