Added initial CHANGELOG.md

This commit is contained in:
Marcelo Moreira de Mello
2021-05-03 11:36:10 -04:00
parent 8772d0eec5
commit b50cf82639
2 changed files with 24 additions and 0 deletions

View File

@@ -636,6 +636,10 @@ There are a few moving parts to this project:
1. The Docker image which powers AWX Operator.
2. The `awx-operator.yaml` Kubernetes manifest file which initially deploys the Operator into a cluster.
3. Then use the command below to generate a list of commits between the versions.
```sh
#> git log --pretty="- %s (%an) - %h " <old_tag>..<new_tag> | grep -v Merge
```
Each of these must be appropriately built in preparation for a new tag: