Skip to content

Releases: radiofrance/dib

v0.4.2

02 Mar 17:44
Compare
Choose a tag to compare

Changelog

  • 0fe7c8e chore(deps): update kubernetes packages to v0.23.4
  • 16ad777 docs: Add init of dib-referential in README
  • af68747 fix(init): Use scratch image results in 'no layer' when pushing
  • 0179d4f fix: Child build was stucked if parent build failed

v0.4.1

25 Feb 10:44
Compare
Choose a tag to compare

Changelog

  • b5e9240 fix(build): Tests failed would exit with 0 instead of 1

v0.4.0

15 Feb 14:23
Compare
Choose a tag to compare

Changelog

  • d85c0e4 chore(deps): update k8s.io/utils commit hash to 3a6ce19
  • 03f5a1b feat: Add --release flag and handle extra tags via Dockerfile label
  • bf223c3 fix(kubernetes): Send error when pod was unexpectedly deleted

v0.3.2

09 Feb 10:26
Compare
Choose a tag to compare

Changelog

  • c762b25 fix: Avoid sending on closed channel on build error

v0.3.1

04 Feb 14:49
025375a
Compare
Choose a tag to compare

Changelog

  • f73e787 fix(kubernetes): ignore type assertion error when pod gets deleted before watcher stops

v0.3.0-rc1

04 Feb 09:50
4ffbf03
Compare
Choose a tag to compare

Changelog

  • b56af81 chore(deps): upgrade kubecli to v0.2.3
  • 6695c33 fix(goss): fixed panic on pod failure sending to closed channel

v0.3.0

04 Feb 10:23
4ffbf03
Compare
Choose a tag to compare

Changelog

  • b56af81 chore(deps): upgrade kubecli to v0.2.3
  • 6695c33 fix(goss): fixed panic on pod failure sending to closed channel

v0.3.0-rc0

03 Feb 16:05
22c114e
Compare
Choose a tag to compare

Changelog

  • 50013b2 feat(goss): add kubernetes executor

v0.2.0

02 Feb 21:17
Compare
Choose a tag to compare

Changelog

  • 23d6004 feat(kaniko): Delete pod once build is completed
  • fc112bf feat(tests): print test report
  • e2adeb5 feat: Cleanup dist directory before startup
  • 68dcea4 feat: Make rate limit configurable
  • a99f8f6 fix: test results are correctly set on failure
  • 301a645 refactor: move code from dag to dib package

v0.1.0

28 Jan 12:47
Compare
Choose a tag to compare

Changelog

  • a144693 chore: remove useless test command
  • c5bf737 feat: Output builder logs to file
  • 45ca0bb refactor: split root options from build options