calgo-lab / green-db

The monorepo that powers the GreenDB.
https://calgo-lab.github.io/green-db/
22 stars 2 forks source link

Automated commit message during version update is wrong #101

Closed se-jaeger closed 1 year ago

se-jaeger commented 1 year ago

The Makefile automatically creates a new commit to update the helm chart and package versions. Since the monitoring is not as old as the other components, its version does not match the commit message: version = "0.1.14" in pyproject.toml file vs. bump version to '0.2.2' commit message.

Ideas to solve this:

  1. Improve the makefile.
  2. Change/synchronize the monitoring version to 0.2.2
  3. Create a Workflow that automatically updates the package version+helm chart versions, when tagging. Similarly to https://github.com/calgo-lab/green-db/blob/main/.github/workflows/build-and-push-images.yaml
BigDatalex commented 1 year ago

The monitoring version was synchronized (manually) in the last tag creation of commit 15593d334c9ca102581ae326a537732544aa4e24 @itrajanovska Can we close this issue now, WDYT?