From 058638eb834faac6d1a81110718d4b7a5f322f6c Mon Sep 17 00:00:00 2001 From: evanrich Date: Tue, 6 Apr 2021 15:21:31 -0700 Subject: [PATCH] Add README update CHANGELOG remove extra section of CI file --- .gitlab-ci.yml | 13 ------------- CHANGELOG.md | 7 +++++++ README.md | 15 ++------------- 3 files changed, 9 insertions(+), 26 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 067bb17..1dc2788 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,19 +50,6 @@ push local: - docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE:latest -release_job: - stage: release - image: registry.gitlab.com/gitlab-org/release-cli:latest - rules: - - if: $CI_COMMIT_TAG - script: - - echo 'running release_job' - release: - name: 'Release $CI_COMMIT_TAG' - description: 'Created using the release-cli' - tag_name: '$CI_COMMIT_TAG' - ref: '$CI_COMMIT_TAG' - push dockerhub: extends: - .docker_base diff --git a/CHANGELOG.md b/CHANGELOG.md index 19915fc..d3de58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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 diff --git a/README.md b/README.md index 665f8fb..c7432a0 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,11 @@ # py-eagle-mqtt Python3 based Docker for Eagle to MQTT reader -I have only ported this into a dockerfile, All Original code (with one minor modification for XML root tag) is credit to [Ted Drain - TD22057](https://github.com/TD22057/T-Home). +I have only ported this into a dockerfile, as well as made some changes to code for security or other purposes. All Original code is credit to [Ted Drain - TD22057](https://github.com/TD22057/T-Home). ## UPDATES: -2020-04-03: I've moved the repo to my private Gitlab server, with a mirror set up to github. I did this so that I could easily integrate a CI/CD pipeline to build this image, as well as run some Security tools against the image to improve it's code quality. Please continue to open bug reports/issues/pull requests here in Github. Also swapped to defusedxml python module due to security issues around xmltree. Forgot to incrememnt the build number, but docker container latest is up-to-date. - -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 - +2020-04-06: Moved Updates to a CHANGELOG.md file to clean this up. ## Usage