Files
py-eagle-mqtt/CHANGELOG.md
semantic-release-bot 04dd0e76cb chore(release): 1.7.8 [skip ci]
## [1.7.8](https://gitlab.evanshome.io/erichardson/py-eagle-mqtt/compare/v1.7.7...v1.7.8) (2023-12-03)

### ci

* fix semantic versioning and docker push to local registry ([9ce6bb5](9ce6bb5798))

### Fix

* semantic versioning and docker push to local registry ([08069d6](08069d61d1))
2023-12-03 04:55:54 +00:00

4.1 KiB

1.7.8 (2023-12-03)

ci

  • fix semantic versioning and docker push to local registry (9ce6bb5)

Fix

  • semantic versioning and docker push to local registry (08069d6)

1.7.6 (2021-05-10)

Build

  • Change docker driver to overlay2 (13cb517)

1.7.5 (2021-05-09)

Build

  • push all tags instead of just latest (b143379)

1.7.4 (2021-05-09)

Build

  • cleanup long install line (de1d073)

ci

  • Add git to node image (6eb2d01)
  • change semantic release image to alpine to save space, updated to node 16 (b1ca049)
  • Update DinD base to 20.10.6 and semantic release to node:15. Also pin sonar-scanner-cli to 4.6 (589fb4f)

1.7.3 (2021-04-12)

Bug Fixes

  • Empty commit to get recent changes into build (last commit should've been labeled this) (e513752)

1.7.2 (2021-04-08)

Bug Fixes

  • Cleanup CHANGELOG.md since using new semantic-release format (a72ac7a)
  • fix asset info for git commit (00c95c4)

1.7.1 (2021-04-08)

Bug Fixes

  • refactor Dockerfile to improve build (40ac8c5)

[1.6.10] - 2021-04-06

Fixed

  • Fix docker tagging issue

[1.6.9] - 2021-04-06

Fixed

  • Remove release-cli section of CI file
  • Add updated README.md

[1.6.8] - 2021-04-06

Changed

  • Fixed slight issue with tagging

[1.6.7] - 2021-04-06

Changed

  • Updated base image to Python 3.9.4-alpine3.13
  • Moved changes to this file

Removed

  • Changelog from README.md

[1.6.6] - 2021-04-03

Added

  • Added CI/CD pipeline to project

Changed

  • Moved project to my own personal Gitlab server for CI/CD pipelines as well as to run security scans on the container image and code

  • Updated base image to Python 3.9.3-alpine3.12

[Unversioned history]

  • 2019-07-24: Rebase to python 3.7.4-alpine3.10, update bottle to 0.12.17

  • 2019-04-12: Rebase to python 3.7.3-alpine3.9

  • 2019-03-08: Rebase to python 3.7.2-alpine3.9, update bottle and astral versions to latest

  • 2019-01-03: Rebase to python 3.7.2-alpine3.8, changed logging level to Info (should output to /var/log/tHome/eagle.log)

  • 2018-09-10: Ported to Python3, Added pricing info. Merged into master branch