Skip to content

Releases: aevea/commitsar

v0.13.0

26 Apr 20:43
22d37ec
Compare
Choose a tag to compare

New name: aevea. Who dis?

🐛 Bug fixes

  • 22d37ec (ci) Use correct kaniko action package name

🔧 Chores and Improvements

  • d9d102e rename to aevea
  • b9a6bc8 (ci) add aevea build step
  • a69b014 (deps) update alpine docker tag to v3.11.6

v0.12.0

15 Apr 22:02
Compare
Choose a tag to compare

🚀 Features

  • 1f33e1e add gobinaries download support
  • dcd47af (checks) allow dashed and underscores in scope
  • 7bd3893 Show failing commit output as a table

🐛 Bug fixes

  • fdfa7d2 (readme) align intendation level of example
  • cbec1b3 (deps) update dependency autoprefixer to v9.7.6
  • e395be3 (deps) update dependency autoprefixer to v9.7.5

🔧 Chores and Improvements

  • 8a6ffed (deps) update module spf13/cobra to v1
  • 25877fe (deps) update golang docker tag to v1.14.2
  • f59b485 (deps) update module spf13/cobra to v0.0.7
  • bf5db95 (deps) update alpine docker tag to v3.11.5
  • 9d9d2df (ci) add golangci-lint
  • 78c423c (deps) update golang docker tag to v1.14.1

📦 Other

v0.11.3

17 Mar 15:25
Compare
Choose a tag to compare

🐛 Bug fixes

  • 566a7bf (conventional standard) breaking changes do not require body
  • aee3816 (scope) allow whitespace in scope

🔧 Chores and Improvements

  • 3dfd557 (deps) update module outillage/quoad to v0.3.0
  • d5b2cc4 link to documentation from website

v0.11.2

02 Mar 22:34
Compare
Choose a tag to compare

This release fixes backwards compatibility with the commitsar/commitsar dockerhub namespace.

🐛 Bug fixes

  • d72e7a6 log branch name when starting commitsar
  • a49c738 (readme) Documentation pointed to old namespace
  • af3f8a4 (build) Strip the v prefix from the tag name

🔧 Chores and Improvements

  • 4b32305 add badging to project
  • 5bcd7d5 (ci) add legacy build
  • d726b79 (deps) update module outillage/integrations to v0.3.0
  • 680539a remove parse_commit
  • 9c72b85 (deps) update golang docker tag to v1.14.0

📦 Other

  • 8c88658 remove check_message_title

v0.11.1

24 Feb 20:11
Compare
Choose a tag to compare

During the migration from Drone to Github Actions Docker push was disabled. This fixes that.

🔧 Chores and Improvements

  • b6b2169 (ci) add back docker build

v0.11.0

24 Feb 17:12
Compare
Choose a tag to compare

This release allows users to add an optional --all flag which will scan the entirety of the upstream branch if on it.

🚀 Features

🔧 Chores and Improvements

  • 48129e7 add long-history git bundle
  • 2ea7a9b (deps) upgrade outillage/git to v2
  • f9aad24 (deps) update module outillage/git to v2
  • c1d60fa simplify setup test repo creation script

📦 Other

  • 1e6503e main global variables
  • 2f92783 use struct for RootRunner Run method
  • 9322db4 (logging) Use log.Logger for logging instead of debug flag

v0.10.1

20 Feb 17:56
Compare
Choose a tag to compare

🐛 Bug fixes

  • 0bdabc7 (cmd) to...from was broken since adding version command
  • 293deb4 version info not propagated correctly during goreleaser build

🔧 Chores and Improvements

  • 6e09d87 (deps) update module spf13/cobra to v0.0.6
  • 596a90c gitignore .idea folder
  • 51dfc6b (deps) update module stretchr/testify to v1.5.1
  • 5cf43d4 (ci) migrate to Github Actions

v0.10.0

19 Feb 15:57
Compare
Choose a tag to compare

This version adds some flags and commands as requested in issues.

#168 Adds commitsar version command to allow for easier checking of the version of commitsar you are using. Thanks @tommyalatalo

#165 adds the possibility to add to...from flag to allow for checking in a specific range of commits. Thanks @Multiply

As always feedback is much appreciated as we move closer to v1

🚀 Features

  • 6d0f3ce (CLI) add version command
  • 2d24a42 add from-to flags
  • 3eec38b replace local commit logic with the quoad one

🐛 Bug fixes

  • 7a3920c (ci) use latest release-notary version
  • 9780357 goreleaser wrong key was used
  • c329d88 reverse order of from...to to to...from to reflect git log usage
  • 80e9897 (deps) update dependency autoprefixer to v9.7.4
  • d9f8fb0 (deps) update dependency postcss-cli to v7
  • dd4a14a (deps) update dependency autoprefixer to v9.7.3

🔧 Chores and Improvements

  • c4c7746 (deps) update module stretchr/testify to v1.5.0
  • 69e9b16 (deps) update golang docker tag to v1.13.8
  • 045f98e add run on repl.it badge to README
  • 42eda4f (deps) update golang docker tag to v1.13.7
  • c8dd244 (deps) update module outillage/integrations to v0.2.0
  • efa79cf (deps) update alpine docker tag to v3.11.3
  • 4ebc2cf (deps) update github.com/logrusorgru/aurora commit hash to e9ef32d
  • bab8122 (deps) update alpine docker tag to v3.11.2
  • be37c5b (deps) update alpine docker tag to v3.11.0
  • 7547f99 (deps) update golang docker tag to v1.13.5
  • f7b197c switch to integrations package from internal providers

📦 Other

  • 98219a1 rename runners -> root_runner
  • 4908384 move main into cmd and create internal runner package

v0.9.0

27 Nov 10:47
Compare
Choose a tag to compare

New naming who dis? We've renamed the organisation to help improve tracking in apps like renovate which would not show the release notes on our docker releases.

Features 🚀

  • 329dd29 Use commitlint's conventional preset predefined categories
  • 339df35 make Commitsar run on Master
  • 9b050db Add strict mode
  • 5a7b345 add Drone integration

Bug fixes 🐛

  • c060b93 update dependency autoprefixer to v9.7.2
  • 3fcb109 identify same branch using hashes
  • 7fe08fd update dependency autoprefixer to v9.7.1

Chores and Improvements 🔧

  • 5e9df8e update paths
  • 6b1f758 update github.com/logrusorgru/aurora commit hash to 66b7ad4
  • 3e67995 add docker build for new naming
  • 3950935 Reference docker image for GH actions
  • bc0c97a update golang docker tag to v1.13.4
  • a44dc1d update module commitsar-app/git to v1.2.5
  • 819af80 update module commitsar-app/git to v1.2.4
  • 43610e9 update alpine docker tag to v3.10.3
  • 071e80d update module commitsar-app/git to v1.2.3
  • 4daa1e7 update module commitsar-app/git to v1.2.0

v0.8.0

19 Oct 21:47
Compare
Choose a tag to compare

This release fixes non-master development flow for Github Actions and Gitlab CI. Commitsar will now try to infer the compare branch based off CI variables.

Features 🚀

Bug fixes 🐛

  • 847092b prepend origin in compare branch name
  • 2600947 update dependency autoprefixer to v9.6.5
  • ac9953a update dependency autoprefixer to v9.6.4

Chores and Improvements 🔧

  • 5f420c9 revert to Drone
  • c5a644d update golang docker tag to v1.13.3
  • af79e10 update github.com/logrusorgru/aurora commit hash to dc85c30
  • be133c4 update golang docker tag to v1.13.1

Other 📦

  • 126bb3b fix(readme): docker image reference