Introduce changelog

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
This commit is contained in:
justusbunsi 2022-05-22 14:25:03 +02:00
parent dc3969cd05
commit ce13a040b8
No known key found for this signature in database
GPG key ID: 82B29BF2507F9F8B
3 changed files with 42 additions and 0 deletions

33
CHANGELOG.md Normal file
View file

@ -0,0 +1,33 @@
# Changelog
## v0.2.0
### 🤖 Application
- Add webhook secret validation
- Improve configuration file flexibility
- Stop log output for `/ping` and `/favicon.ico` endpoints
### 🐳 Docker image
- Add `GITEA_SQ_BOT_CONFIG_PATH` environment variable
### ☸️ Helm Chart
- Add `.Values.app.configLocationOverride` parameter
- Bump default image tag to `v0.2.0`
## v0.1.1
### ☸️ Helm Chart
- Bump default image tag to `v0.1.1`
### 👻 Maintenance
- Bump Golang version to 1.18
- Update dependencies to newest versions
## v0.1.0
Initial release

View file

@ -22,6 +22,7 @@ Luckily, both endpoints have a proper REST API to communicate with each others.
- [SonarQube](#sonarqube)
- [Gitea](#gitea)
- [CI system](#ci-system)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)
- [Screenshots](#screenshots)
@ -102,6 +103,10 @@ To mitigate that situation, the bot will look inside the `properties` object for
key can contain the actual commit hash to use for updating the status in Gitea.
See [SonarQube docs](https://docs.sonarqube.org/latest/project-administration/webhooks) for details.
## Changelog
See [CHANGELOG.md](./CHANGELOG.md) for a complete list of changes.
## Contributing
Expected workflow is: Fork -> Patch -> Push -> Pull Request

View file

@ -26,6 +26,10 @@ You have to modify the `app.configuration` values. Otherwise, the bot won't star
to your Gitea instance. See [config.example.yaml](https://codeberg.org/justusbunsi/gitea-sonarqube-bot/src/branch/main/config/config.example.yaml)
for full configuration options.
## Changelog
You can find a full changelog in the [main repository](https://codeberg.org/justusbunsi/gitea-sonarqube-bot/src/branch/main/CHANGELOG.md) of this project.
## Parameters
### Common parameters