Skip to content
Snippets Groups Projects
Commit cc8ca0eb authored by Aaron Johnson's avatar Aaron Johnson
Browse files

updated changelog

parent ef689ea8
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ...@@ -4,7 +4,7 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] - 2020-06-27 ## [1.0.0] - 2020-07-16
### Added ### Added
- add setup.py - add setup.py
...@@ -21,19 +21,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -21,19 +21,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- run as non-root user - run as non-root user
- README.md updates - README.md updates
- implemented cli "console script" using docopt - implemented cli "console script" using docopt
- replaced backup_grafana.sh with "save" command - added "save" command
- replaced restore_grafana.sh with "restore" command - added "restore" command
- refactored variable passing - refactored variable passing
- removed global variable passing in favor of positional arguments - removed global variable passing in favor of positional arguments
- all code lives inside functions now, no need for globalized code - all code lives inside functions now, no need for globalized code
- refactored grafanaSettings module - refactored grafanaSettings module
- grafanaSettings can now be parameterized via an external json config file (~/.grafana-backup.json) - grafanaSettings can now be parameterized via an external json config file (~/.grafana-backup.json)
- refactored backup/restore shell scripts
### Removed ### Removed
- delete Pipenv - delete Pipenv
- delete docker_entry.sh - delete docker_entry.sh
- delete backup_grafana.sh
- delete restore_grafana.sh
- delete requirements.txt - delete requirements.txt
## [0.1.0] - 2019-05-22 ## [0.1.0] - 2019-05-22
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment