gitea-sonarqube-bot/CHANGELOG.md
justusbunsi eb3cb301fc
Allow changing the port
This introduces a new application option `--port`/`-p` to switch the
listening port from 3000 (default) to another port.

Docker image can be configured using the corresponding environment
variable `GITEA_SQ_BOT_PORT`.

Helm Chart allows setting `.Values.app.listeningPort`

Resolves: #25

Signed-off-by: Steven Kriegler <sk.bunsenbrenner@gmail.com>
2022-06-17 13:34:06 +02:00

772 B

Changelog

v0.2.1

🤖 Application

  • Allow configuring listening port

🐳 Docker image

  • Add GITEA_SQ_BOT_PORT environment variable

☸️ Helm Chart

  • Add .Values.app.listeningPort parameter

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