gitea-sonarqube-bot/CHANGELOG.md
justusbunsi 385252cd72
Prepare v0.2.1 release
With PR #17 the Helm Chart parameters for webhook secrets were missing
in the README parameters. This is now fixed.

A checksum for bot configuration secret resource ensures replacement of
the pod when there is a configuration change.

Additional:

- Bump Chart default image version
- Add bug fix notes to changelog

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
2022-06-18 14:46:33 +02:00

934 B

Changelog

v0.2.1

🤖 Application

  • Allow configuring listening port
  • Allow changing naming pattern for Pull Requests
  • Improve error handling for SonarQube communication

🐳 Docker image

  • Add GITEA_SQ_BOT_PORT environment variable

☸️ Helm Chart

  • Add .Values.app.listeningPort parameter
  • Add .Values.app.configuration.namingPattern parameters

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