Skip to content

Releases: radiofrance/dib

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

v0.1.0-rc1

28 Jan 08:43
Compare
Choose a tag to compare

Changelog

  • feb431d chore(deps): update k8s.io/utils commit hash to 7d6a63d
  • 015d86c chore(deps): update k8s.io/utils commit hash to 9b34465
  • 91218f8 chore(deps): update kubernetes packages to v0.23.3
  • 1378d28 feat: Kaniko creates pods instead of jobs

v0.1.0-rc0

26 Jan 15:53
Compare
Choose a tag to compare

Changelog

  • fa65be4 chore(deps): update kubernetes packages to v0.23.2
  • cfc9380 chore: Add CeCILL License file
  • c59b442 docs: Update README, add various github files
  • 7f3d45d feat(kaniko): source configuration from file and env
  • 2db5056 fix: Fix linter after golangci-lint upgrade
  • 3d6dd2e fix: boolean flags are not taken into account
  • 889d2ca refact: Use dist directory for graphviz files

v0.0.18

24 Jan 17:22
Compare
Choose a tag to compare

Changelog

  • b0789a7 feat: Use cobra for config parsing (allow env vars and config file)

v0.0.18-rc1

24 Jan 15:54
Compare
Choose a tag to compare
v0.0.18-rc1 Pre-release
Pre-release

Changelog

  • 8cd1037 feat: Use cobra for config parsing (allow env vars and config file)

v0.0.18-rc0

24 Jan 15:59
5776cfa
Compare
Choose a tag to compare
v0.0.18-rc0 Pre-release
Pre-release

Changelog

  • 2db928d chore(ci): Enable CI on main branch to enable codecov comparative reports (#28)
  • d050f4f chore(ci): add coverage reports with codecov (#27)
  • 5502e38 chore(ci): rename CI workflow and fix status badge URL
  • 918e095 feat(kaniko): add kaniko build backend
  • 4af4523 fix linter problems
  • 98daead fix review comments

v0.0.17

24 Jan 08:06
5776cfa
Compare
Choose a tag to compare

Changelog

  • 2db928d chore(ci): Enable CI on main branch to enable codecov comparative reports (#28)
  • d050f4f chore(ci): add coverage reports with codecov (#27)
  • 5502e38 chore(ci): rename CI workflow and fix status badge URL
  • 918e095 feat(kaniko): add kaniko build backend
  • 4af4523 fix linter problems
  • 98daead fix review comments

v0.0.16

20 Jan 11:41
Compare
Choose a tag to compare

Changelog

  • a697fee fix: Disable tests and junit report when generation graph

v0.0.15

20 Jan 08:40
Compare
Choose a tag to compare

Changelog

  • 1788822 feat: Add human readable build report at the end of the build
  • 8aefe1a feat: Add junit report for goss tests
  • af4447b fix reviews
  • 91903f4 fix(build): previous .docker-version not found when building subpath (#24)