Skip to content

Releases: kunickiaj/beer

v0.4.0-1

02 Nov 19:29
Compare
Choose a tag to compare

Changelog

f6b5a5c add automatic package linking with dockerfile label

Docker images

  • docker pull ghcr.io/kunickiaj/beer:v0.4.0-1
  • docker pull ghcr.io/kunickiaj/beer:latest

v0.4.0

02 Nov 19:17
Compare
Choose a tag to compare

Changelog

9459b81 add automatic component metadata for terraform projects (#7)
40a2ae5 remove gitlab ci and replace with github actions (#6)

Docker images

  • docker pull ghcr.io/kunickiaj/beer:v0.4.0
  • docker pull ghcr.io/kunickiaj/beer:latest

v0.3.1

07 Jul 03:22
Compare
Choose a tag to compare

Changelog

74c8118 Add version information to binary.
fc11759 Fixup ci pipeline for different steps depending on commit or tag

Docker images

  • docker pull kunickiaj/beer:v0.3.1
  • docker pull kunickiaj/beer:latest

v0.3.0

14 Jan 17:57
Compare
Choose a tag to compare

Changelog

3490d05 Add module download hook
27bcfa4 Fix a bug where project key was not being inferred.
4ef4ded Include the JIRA Description in the commit message after a blank line.
0fff48f Update README.md
d1b29f9 Update README.md

Docker images

  • docker pull kunickiaj/beer:v0.3.0
  • docker pull kunickiaj/beer:latest

v0.2.3

23 Jul 17:48
Compare
Choose a tag to compare

Changelog

3490d05 Add module download hook
ccba574 Fix a bug where project key was not being inferred.

Docker images

  • docker pull kunickiaj/beer:v0.2.3
  • docker pull kunickiaj/beer:latest

v0.2.2

15 Jul 04:18
Compare
Choose a tag to compare

Changelog

7198729 Add homebrew tap

Docker images

  • docker pull kunickiaj/beer:v0.2.2
  • docker pull kunickiaj/beer:latest

v0.2.1

10 Jul 04:17
Compare
Choose a tag to compare

Changelog

1bdff5d Remove jira issue type

Docker images

  • docker pull kunickiaj/beer:v0.2.1
  • docker pull kunickiaj/beer:latest

v0.2.0

10 Jul 04:08
Compare
Choose a tag to compare

Changelog

d3d3a28 Add support for components and labels when creating a new issue.
8a2b0a1 Fix taste command, report progress
1415e43 Revert "add goreleaser support" Revert "replace git2go with pure go library to avoid cgo"
e83d900 Switch to go-git for a pure golang implementation (#5)
090c5a8 Upgrade libgit2
48055aa add binary artifact to build
d0edefd fix missing dependency installation in both jobs
b47ddd2 migrate to gitlab-ci
d28ff63 migrate to gitlab-ci

Docker images

  • docker pull kunickiaj/beer:v0.2.0
  • docker pull kunickiaj/beer:latest

v0.1.0

24 Oct 18:24
Compare
Choose a tag to compare

Changelog

39b4858 Add JIRA client
7cf27b1 Add logrus for formatted logging.
17bd00f Add required install of libgit2
7dbe3f7 Add taste cmd for pushing a review
2cf9381 Ensure user is assigned to an issue that is being brewed.
cdf0520 Fix incorrect args validation
899f446 Implement first version of brew command
4289834 Initial commit
1eba6ab Move from draft to WIP API
c3956e8 Update README
5ae984a Update README with more detailed instructions.
5c00f64 Upgrade to latest libgit2
8f19c62 add goreleaser support
1f65ddb add taste cmd and travis-ci support
87b92e0 allow searching for a repo from subdirs.
f336e8c fix version of libgit2 for linking
bd57300 initial scaffold
0a3085d minor cleanup
736cf52 move deps to before_install
cc8a891 replace git2go with pure go library to avoid cgo