This is Pelorus release notes doc for drafting them before releasing
==
To list changes between previous release e.g. v1.4.1 and HEAD use:
```
PREVREL=v1.4.1
git log "${PREVREL}"..HEAD --pretty=format:"- %h %s by %an" --no-merges
```
v1.4.6
--
# Release Notes
- db72344 New release 1.4.6 (#383) by Michal Pryc
We changed a bit our release process to sync pelorus Chart version with the TAG and release version. This allows to quickly identify which pelorus charts are associated with which release.
For easy development of Pelorus project number of improvements were contributed to setup dev environment and test the code.
## Features
- 5439fc5 Add python tekton pipeline demo (#354) by Kevin M Granger
- e9d065d Initial Makefile for the project (#356) by Michal Pryc
## Fixes
- eb8141d Make no-auth github exporter okay (#352) by Kevin M Granger
- f8dcb89 Issue #337 - deploytime exporter ignores PROD_LABEL env config (#346) by Ian Tewksbury
- 115ee76 Fix invalid tag 1.4.1 (#350) by Rafael Marques
## Misc. Improvements
- 37218c9 Rewrite development scripts for maintainability. (#353) by Kevin M Granger
- 5e4f95f Define maximum python version in Makefile (#362) by Michal Pryc
- f968f5b Use newest version of pip CLI (#318) by Michal Pryc
## CI
- 4a11c5f Optional shellcheck and chart lint (#368) by Kevin M Granger
- 3bf7062 Use of Makefile from github actions (#365) by Michal Pryc
###### tags: `pelorus`