Skip to content

Releases: vitorfhc/bob

v0.1.0

28 Mar 02:40
Compare
Choose a tag to compare

0.1.0 (2022-03-28)

Bug Fixes

  • no-release: avoids building an image twice by checking image.Built (3ed10f4)
  • no-release: upgrades golang to 1.18 (53f9255)

Features

  • no-release: creates graphite package (#8) (c5b74c9)
  • viper: adds viper to handle configurations (c70e2a8)

BREAKING CHANGES

  • cli: the flag --file was removed

v0.0.8

25 Mar 15:03
Compare
Choose a tag to compare

0.0.8 (2022-03-25)

Bug Fixes

  • docker: registry in Image struct didn't have correct tagging (fe9e7b7)

v0.0.7

24 Mar 10:15
Compare
Choose a tag to compare

0.0.7 (2022-03-24)

Bug Fixes

  • deps: update module github.com/spf13/cobra to v1.4.0 (#4) (ad7a77b)

v0.0.6

20 Mar 15:18
Compare
Choose a tag to compare

0.0.6 (2022-03-20)

Bug Fixes

  • docker: registries with ending slash will not generate double-slash full names anymore (c22ea52)

v0.0.5

20 Mar 14:51
Compare
Choose a tag to compare

0.0.5 (2022-03-20)

Bug Fixes

  • docker: forces images with no tags to have tag 'latest' (2cf9f96)

v0.0.4

19 Mar 21:34
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

v0.0.3

19 Mar 20:39
Compare
Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Mar 19:53
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Full Changelog: 0.0.1...v0.0.2

Improvements:

  • Better debug logs when pushing images

v0.0.1

18 Mar 17:56
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

New features:

  • Adds build and push commands